/*
Theme Name: Lobito Group
Theme URI: https://lobitogroup.com
Author: Lobito Group
Author URI: https://lobitogroup.com
Description: A high-end, modern, industrial-grade corporate WordPress theme for Lobito Group — bridging Central Africa to global markets. Features Space Grotesk + Inter typography, dark industrial aesthetic with lime green accents (#8dc63f), animated corridor map, grayscale-to-color image hovers on all photos, zig-zag ecosystem layout, full venture detail pages for all 9 businesses, Careers page, and full legal pages.
Version: 2.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lobito-group
Tags: business, corporate, dark, custom-colors, custom-logo, full-width-template, translation-ready, featured-images
*/

/* ═══ CSS VARIABLES ══════════════════════════════════════════════════════════ */
:root {
  --black: #0a0a0a;
  --dark: #111;
  --cbg: #181818;
  --cbg2: #1e1e1e;
  --cb: #272727;
  --cb2: #303030;
  --green: #8dc63f;
  --green-dim: rgba(141,198,63,.12);
  --green-glow: rgba(141,198,63,.35);
  --white: #fff;
  --gray: #888;
  --lgray: #ccc;
  --text: #e0e0e0;
  --fd: 'Space Grotesk', sans-serif;
  --fb: 'Inter', sans-serif;
  --pad: 80px;
}

/* ═══ RESET & BASE ═══════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: var(--fb); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: var(--fd); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.green { color: var(--green); }

/* ═══ NAVIGATION ══════════════════════════════════════════════════════════════ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--pad); height: 68px;
  background: rgba(10,10,10,.96); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.site-branding { display: flex; align-items: center; gap: 10px; font-family: var(--fd); font-weight: 700; font-size: 18px; letter-spacing: -.3px; }
.brand-icon { width: 38px; height: 38px; background: var(--green); border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .2s; }
.site-branding:hover .brand-icon { transform: scale(1.08); }
.brand-icon svg { width: 22px; height: 22px; }
.brand-w { color: var(--white); }
.brand-g { color: var(--green); }
/* ── NAV — all styling now lives in header.php inline <style> block ── */
/* These are kept only as fallback for old class names still referenced */
.primary-nav { display: flex; align-items: center; gap: 36px; }
.nav-connect { padding: 9px 22px; border: 1.5px solid var(--white); border-radius: 50px; font-family: var(--fd); font-weight: 600; font-size: 13px; letter-spacing: .05em; text-transform: uppercase; color: var(--white); display: flex; align-items: center; gap: 6px; transition: background .22s,color .22s,transform .2s; }
.nav-connect:hover { background: var(--white); color: #000; transform: translateY(-1px); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: all .3s; }
.mobile-nav { display: none; position: fixed; top: 68px; left: 0; right: 0; background: rgba(10,10,10,.98); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); padding: 24px var(--pad); flex-direction: column; gap: 20px; z-index: 999; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-size: 16px; color: var(--lgray); transition: color .2s; }
.mobile-nav a:hover { color: var(--green); }

/* ── Section / Page Spacing — generous consistent padding ── */
.section-block { padding: 80px var(--pad); }
.section-hdr { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; }

/* Venture list spacing */
.ventures-list { padding: 60px var(--pad) 100px; display: flex; flex-direction: column; gap: 100px; }
.venture-row { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }

/* Caps section spacing */
.caps-section { padding: 72px var(--pad); }
.caps-layout { display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: start; }

/* Impact section spacing */
.impact-section { padding: 56px var(--pad) 72px; text-align: center; }

/* CTA banner spacing */
.cta-banner { margin: 0 var(--pad) 80px; border-radius: 22px; background: linear-gradient(135deg,#0d1f2e 0%,#0f2438 50%,#09192a 100%); position: relative; overflow: hidden; padding: 88px 60px; text-align: center; }

/* About page spacing */
.about-expertise { padding: 72px var(--pad) 60px; }
.expertise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 0 var(--pad) 72px; }
.vm-card { background: #141c14; border: 1px solid rgba(141,198,63,.1); border-radius: 20px; padding: 48px; transition: border-color .25s, transform .25s; }
.core-values { padding: 72px var(--pad); }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 52px; }
.driven-wrap { margin: 0 var(--pad) 80px; border-radius: 24px; overflow: hidden; position: relative; height: 440px; }

/* Contact page spacing */
.contact-hero { padding: 72px var(--pad) 48px; }
.contact-body { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; padding: 0 var(--pad) 100px; }
.form-box { background: var(--cbg); border: 1px solid var(--cb); border-radius: 22px; padding: 48px; }

/* Careers spacing */
.careers-hero { padding: 80px var(--pad) 68px; }
.careers-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; padding: 0 var(--pad) 72px; }
.careers-cta { background: var(--cbg); border: 1px solid var(--cb); border-radius: 20px; padding: 60px; text-align: center; margin: 0 var(--pad) 80px; }

/* Legal pages spacing */
.legal-hero { padding: 72px var(--pad) 48px; }
.legal-body { padding: 0 var(--pad) 100px; max-width: 860px; }

/* Back link spacing */
.back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; color: var(--gray); padding: 36px var(--pad) 0; transition: color .2s; }

/* VD layout */
.vd-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: flex-start; padding: 48px var(--pad) 72px; }

/* Eco hero */
.eco-hero { padding: 80px var(--pad) 48px; text-align: center; }

/* Stats bar */
.stats-bar { display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; padding: 0 var(--pad); margin-bottom: 88px; }
.about-stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; padding: 0 var(--pad); margin-bottom: 88px; }

/* Pillars section */
.pillars-section { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding: 72px var(--pad) 80px; background: linear-gradient(180deg,var(--black) 0%,rgba(141,198,63,.025) 100%); }

/* ═══ BUTTONS ════════════════════════════════════════════════════════════════ */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--green); color: #000;
  padding: 14px 28px; border-radius: 50px; border: none; cursor: pointer;
  font-family: var(--fd); font-weight: 700; font-size: 13px;
  letter-spacing: .08em; text-transform: uppercase;
  transition: transform .2s, box-shadow .2s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px var(--green-glow); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent; color: var(--white);
  padding: 14px 28px; border-radius: 50px; cursor: pointer;
  font-family: var(--fd); font-weight: 600; font-size: 13px;
  letter-spacing: .08em; text-transform: uppercase;
  border: 1px solid var(--cb2);
  transition: border-color .2s, background .2s;
}
.btn-outline:hover { border-color: var(--green); background: rgba(141,198,63,.08); }
.btn-white {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--white); color: #000;
  padding: 16px 38px; border-radius: 50px; border: none; cursor: pointer;
  font-family: var(--fd); font-weight: 700; font-size: 13px;
  letter-spacing: .1em; text-transform: uppercase;
  transition: transform .2s, box-shadow .2s;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(255,255,255,.18); }

/* ═══ ICON BADGES ════════════════════════════════════════════════════════════ */
.ibadge { width: 56px; height: 56px; background: #182b10; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; border: 1px solid rgba(141,198,63,.2); flex-shrink: 0; }
.ibadge svg { width: 26px; height: 26px; stroke: var(--green); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sbadge { width: 44px; height: 44px; background: #182b10; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; border: 1px solid rgba(141,198,63,.14); flex-shrink: 0; }
.sbadge svg { width: 22px; height: 22px; stroke: var(--green); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.vm-icon-eye, .vm-icon-target { width: 44px; height: 44px; border-radius: 50%; border: 2.5px solid var(--green); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.vm-icon-eye svg, .vm-icon-target svg { width: 22px; height: 22px; stroke: var(--green); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cat-pill { display: inline-block; background: var(--green); color: #000; font-family: var(--fd); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 5px 13px; border-radius: 50px; margin-bottom: 16px; }

/* ═══ IMAGE HOVER ════════════════════════════════════════════════════════════ */
.img-hover { overflow: hidden; border-radius: 18px; position: relative; }
.img-hover img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(100%) brightness(.72); transition: filter .55s ease, transform .55s ease; }
.img-hover:hover img { filter: grayscale(0%) brightness(1); transform: scale(1.04); }

/* ═══ BACK LINK ══════════════════════════════════════════════════════════════ */
.back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; color: var(--gray); padding: 28px var(--pad) 0; transition: color .2s; }
.back-link:hover { color: var(--green); }

/* ═══ SCROLL REVEAL ══════════════════════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.vis { opacity: 1; transform: translateY(0); }

/* ═══ HOME HERO ══════════════════════════════════════════════════════════════ */
.hero-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; padding: 80px var(--pad) 60px; background: radial-gradient(ellipse at 18% 55%, rgba(141,198,63,.05) 0%, transparent 60%); }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(141,198,63,.12); border: 1px solid rgba(141,198,63,.3); border-radius: 50px; padding: 6px 14px; margin-bottom: 24px; font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--green); }
.hero-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: blink 1.4s ease-in-out infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.hero-title { font-size: clamp(50px,6vw,84px); font-weight: 800; line-height: .95; letter-spacing: -.03em; text-transform: uppercase; margin-bottom: 28px; }
.hero-desc { font-size: 16px; color: var(--lgray); line-height: 1.75; max-width: 460px; margin-bottom: 38px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

/* Corridor card */
.corridor-card { background: var(--cbg); border: 1px solid var(--cb); border-radius: 22px; padding: 44px 36px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; text-align: center; }
.corridor-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at top right, rgba(141,198,63,.07) 0%, transparent 65%); pointer-events: none; }
.corridor-title { font-family: var(--fd); font-weight: 700; font-size: 16px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 10px; }
.corridor-desc { font-size: 14px; color: var(--gray); max-width: 300px; margin: 0 auto 28px; line-height: 1.6; }
.route-bar { display: flex; align-items: center; width: 100%; max-width: 300px; margin-bottom: 24px; }
.route-dot-fill { width: 10px; height: 10px; border-radius: 50%; background: var(--green); flex-shrink: 0; box-shadow: 0 0 10px rgba(141,198,63,.7); }
.route-seg { flex: 1; height: 2px; background: linear-gradient(90deg,var(--green) 0%,rgba(141,198,63,.35) 50%,var(--green) 100%); position: relative; overflow: hidden; margin: 0 3px; }
.route-seg::after { content: ''; position: absolute; top: -2px; left: -30%; width: 30%; height: 6px; background: linear-gradient(90deg,transparent,#8dc63f,transparent); animation: shimmer 2s linear infinite; }
@keyframes shimmer { 0% { left: -30%; } 100% { left: 130%; } }
.route-dot-hollow { width: 10px; height: 10px; border-radius: 50%; border: 2px solid var(--green); flex-shrink: 0; background: rgba(141,198,63,.15); }
.country-pills { display: flex; gap: 8px; width: 100%; justify-content: center; }
.cpill { display: flex; flex-direction: column; align-items: center; padding: 10px 18px; border-radius: 10px; background: rgba(141,198,63,.08); border: 1px solid rgba(141,198,63,.2); }
.cpill .cn { font-family: var(--fd); font-weight: 700; font-size: 14px; color: var(--green); }
.cpill .cr { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--gray); margin-top: 2px; }

/* Stats */
.stats-bar { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; padding: 0 var(--pad); margin-bottom: 80px; }
.stat-card { background: var(--cbg); padding: 32px; border-radius: 16px; border: 1px solid var(--cb); text-align: center; transition: border-color .2s, transform .2s; }
.stat-card:hover { border-color: var(--green); transform: translateY(-2px); }
.stat-num { font-family: var(--fd); font-size: 52px; font-weight: 700; color: var(--green); line-height: 1; margin-bottom: 8px; }
.stat-lbl { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gray); font-weight: 500; }

/* Section block */
.section-block { padding: 60px var(--pad); }
.section-hdr { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 50px; }
.section-title { font-family: var(--fd); font-size: clamp(38px,5vw,62px); font-weight: 800; letter-spacing: -.03em; line-height: 1.05; text-transform: uppercase; }
.section-sub { font-size: 15px; color: var(--gray); max-width: 480px; line-height: 1.75; margin-top: 16px; }
.view-all { font-family: var(--fd); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--green); white-space: nowrap; display: flex; align-items: center; gap: 6px; transition: gap .2s; }
.view-all:hover { gap: 10px; }

/* Services grid */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.svc-card { background: var(--cbg); border: 1px solid var(--cb); border-radius: 18px; padding: 32px 28px; cursor: pointer; transition: border-color .25s, transform .25s, box-shadow .25s; }
.svc-card:hover { border-color: rgba(141,198,63,.45); transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0,0,0,.4); }
.svc-cat { font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--green); margin-bottom: 7px; }
.svc-name { font-family: var(--fd); font-size: 22px; font-weight: 700; margin-bottom: 11px; }
.svc-desc { font-size: 14px; color: var(--gray); line-height: 1.65; margin-bottom: 20px; }
.svc-link { font-family: var(--fd); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--white); display: inline-flex; align-items: center; gap: 6px; transition: color .2s, gap .2s; }
.svc-link:hover { color: var(--green); gap: 10px; }

/* Pillars */
.pillars-section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 60px var(--pad); background: linear-gradient(180deg,var(--black) 0%,rgba(141,198,63,.025) 100%); }
.pillar-row { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--cb); }
.pillar-row:first-child { border-top: 1px solid var(--cb); }
.pillar-bar { width: 3px; background: var(--green); border-radius: 2px; flex-shrink: 0; }
.pillar-name { font-family: var(--fd); font-weight: 700; font-size: 16px; margin-bottom: 4px; }
.pillar-desc { font-size: 14px; color: var(--gray); }
.pillars-visual { position: relative; }
.commit-badge { position: absolute; bottom: -28px; left: 0; background: rgba(10,10,10,.96); border: 1px solid var(--cb); border-radius: 16px; padding: 18px 26px; min-width: 200px; }
.commit-num { font-family: var(--fd); font-size: 40px; font-weight: 800; color: var(--green); }
.commit-lbl { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--gray); margin-top: 2px; }

/* ═══ ECOSYSTEM PAGE ═════════════════════════════════════════════════════════ */
.eco-hero { padding: 72px var(--pad) 40px; text-align: center; }
.eco-title { font-size: clamp(48px,6.5vw,82px); font-weight: 800; letter-spacing: -.03em; text-transform: uppercase; margin-bottom: 18px; }
.eco-sub { font-size: 16px; color: var(--gray); max-width: 580px; margin: 0 auto; line-height: 1.75; }
.ventures-list { padding: 48px var(--pad) 80px; display: flex; flex-direction: column; gap: 90px; }
.venture-row { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.venture-img-col { height: 340px; }
.venture-tag { position: absolute; bottom: 14px; left: 14px; background: var(--green); color: #000; font-family: var(--fd); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; padding: 5px 13px; border-radius: 50px; }
.venture-name { font-family: var(--fd); font-size: 34px; font-weight: 800; margin-bottom: 12px; line-height: 1.1; }
.venture-desc { font-size: 15px; color: var(--gray); line-height: 1.75; margin-bottom: 24px; }
.venture-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 26px; }
.meta-card { background: var(--cbg); border: 1px solid var(--cb); border-radius: 12px; padding: 14px 18px; transition: border-color .2s; }
.meta-card:hover { border-color: rgba(141,198,63,.3); }
.meta-label { font-size: 11px; font-weight: 600; color: var(--green); letter-spacing: .06em; margin-bottom: 4px; }
.meta-value { font-size: 14px; color: var(--lgray); font-weight: 500; }
.venture-cta,.v-cta { font-family: var(--fd); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--white); display: inline-flex; align-items: center; gap: 8px; border: none; border-bottom: 2px solid var(--cb); padding: 0; padding-bottom: 6px; background: transparent; cursor: pointer; transition: color .2s, border-color .2s; }
.venture-cta:hover { color: var(--green); border-color: var(--green); }

/* ═══ VENTURE DETAIL ═════════════════════════════════════════════════════════ */
.vd-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: flex-start; padding: 44px var(--pad) 60px; }
.vd-title { font-family: var(--fd); font-size: clamp(36px,4.5vw,58px); font-weight: 800; margin-bottom: 18px; line-height: 1.05; }
.vd-desc { font-size: 15px; color: var(--lgray); line-height: 1.85; margin-bottom: 32px; }
.vd-img { height: 520px; }
.caps-section { padding: 60px var(--pad); }
.caps-layout { display: grid; grid-template-columns: 1fr 380px; gap: 52px; align-items: start; }
.caps-title { font-family: var(--fd); font-size: 22px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 26px; }
.caps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cap-item { background: var(--cbg); border: 1px solid var(--cb); border-radius: 12px; padding: 18px 20px; display: flex; align-items: center; gap: 14px; transition: border-color .22s, transform .22s; }
.cap-item:hover { border-color: rgba(141,198,63,.35); transform: translateX(3px); }
.cap-check { width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cap-check svg { width: 13px; height: 13px; stroke: var(--green); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.cap-text { font-size: 15px; font-weight: 500; }
.vi-card { background: #0f1d2a; border: 1px solid #1e3040; border-radius: 18px; padding: 30px; }
.vi-title { font-family: var(--fd); font-weight: 700; font-size: 16px; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 24px; }
.vi-row { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.07); }
.vi-row:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.vi-lbl { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gray); margin-bottom: 5px; }
.vi-val { font-size: 15px; font-weight: 600; color: var(--white); }
.vi-partner { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fd); font-weight: 700; font-size: 13px; letter-spacing: .09em; text-transform: uppercase; color: var(--green); cursor: pointer; margin-top: 20px; border-top: 1px solid rgba(255,255,255,.07); padding-top: 20px; width: 100%; transition: gap .2s; }
.vi-partner:hover { gap: 12px; }
.impact-section { padding: 44px var(--pad) 64px; text-align: center; }
.impact-title { font-family: var(--fd); font-size: 22px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 34px; }
.impact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.impact-img { height: 340px; }
.cta-banner { margin: 0 var(--pad) 68px; border-radius: 22px; background: linear-gradient(135deg,#0d1f2e 0%,#0f2438 50%,#09192a 100%); position: relative; overflow: hidden; padding: 80px 60px; text-align: center; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Ccircle cx='100' cy='100' r='80' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='2.5'/%3E%3Ccircle cx='100' cy='100' r='54' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='2.5'/%3E%3Ccircle cx='100' cy='100' r='30' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='2.5'/%3E%3C/svg%3E") center/65% no-repeat; }
.cta-title { font-family: var(--fd); font-size: clamp(28px,4vw,52px); font-weight: 800; text-transform: uppercase; letter-spacing: -.02em; margin-bottom: 18px; position: relative; line-height: 1; }
.cta-sub { font-size: 15px; color: var(--gray); max-width: 520px; margin: 0 auto 34px; line-height: 1.75; position: relative; }

/* ═══ ABOUT PAGE ═════════════════════════════════════════════════════════════ */
.about-expertise { padding: 64px var(--pad) 48px; }
.expertise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.expertise-title { font-family: var(--fd); font-size: clamp(44px,5.5vw,76px); font-weight: 800; letter-spacing: -.03em; text-transform: uppercase; line-height: .95; margin-bottom: 22px; }
.expertise-desc { font-size: 15px; color: var(--gray); line-height: 1.75; margin-bottom: 24px; }
.hq-card { background: var(--cbg); border: 1px solid var(--cb); border-radius: 16px; padding: 20px 24px; display: flex; align-items: center; gap: 14px; transition: border-color .2s; }
.hq-card:hover { border-color: rgba(141,198,63,.3); }
.hq-pin-icon { width: 36px; height: 36px; background: #182b10; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hq-pin-icon svg { width: 18px; height: 18px; stroke: var(--green); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hq-lbl { font-family: var(--fd); font-weight: 700; font-size: 14px; margin-bottom: 3px; }
.hq-addr { font-size: 13px; color: var(--gray); }
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 0 var(--pad) 64px; }
.vm-card { background: #141c14; border: 1px solid rgba(141,198,63,.1); border-radius: 20px; padding: 44px; transition: border-color .25s, transform .25s; }
.vm-card:hover { border-color: rgba(141,198,63,.35); transform: translateY(-3px); }
.vm-card-title { font-family: var(--fd); font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 18px; }
.vm-card-text { font-size: 15px; color: var(--gray); line-height: 1.75; }
.about-stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; padding: 0 var(--pad); margin-bottom: 80px; }
.core-values { padding: 60px var(--pad); }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 48px; }
.value-card { background: var(--cbg); border: 1px solid var(--cb); border-radius: 18px; padding: 36px 28px; transition: border-color .25s, transform .25s; }
.value-card:hover { border-color: rgba(141,198,63,.4); transform: translateY(-4px); }
.value-icon { width: 48px; height: 48px; background: #182b10; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; border: 1px solid rgba(141,198,63,.15); }
.value-icon svg { width: 24px; height: 24px; stroke: var(--green); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.value-name { font-family: var(--fd); font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.value-desc { font-size: 14px; color: var(--gray); line-height: 1.65; }
.driven-wrap { margin: 0 var(--pad) 70px; border-radius: 24px; overflow: hidden; position: relative; height: 440px; }
.driven-wrap img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) brightness(.48); transition: filter .55s; display: block; }
.driven-wrap:hover img { filter: grayscale(0%) brightness(.65); }
.driven-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(0,0,0,.88) 0%,rgba(0,0,0,.25) 60%,transparent 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 52px; }
.driven-title { font-family: var(--fd); font-size: clamp(32px,4vw,48px); font-weight: 800; text-transform: uppercase; margin-bottom: 14px; }
.driven-desc { font-size: 16px; color: var(--lgray); max-width: 520px; line-height: 1.7; }

/* ═══ CONTACT PAGE ════════════════════════════════════════════════════════════ */
.contact-hero { padding: 64px var(--pad) 40px; }
.contact-title { font-size: clamp(46px,6vw,80px); font-weight: 800; letter-spacing: -.03em; text-transform: uppercase; margin-bottom: 16px; }
.contact-sub { font-size: 16px; color: var(--gray); max-width: 520px; line-height: 1.75; }
.contact-body { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 0 var(--pad) 80px; }
.form-box { background: var(--cbg); border: 1px solid var(--cb); border-radius: 22px; padding: 44px; }
.form-title { font-family: var(--fd); font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 30px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { margin-bottom: 16px; }
.form-lbl { display: block; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gray); margin-bottom: 8px; transition: color .2s; }
.form-input, .form-ta { width: 100%; background: rgba(255,255,255,.04); border: 1px solid var(--cb); border-radius: 11px; padding: 14px 16px; color: var(--white); font-family: var(--fb); font-size: 14px; outline: none; transition: border-color .25s, background .25s, box-shadow .25s; }
.form-input:hover, .form-ta:hover { border-color: var(--cb2); }
.form-input:focus, .form-ta:focus { border-color: var(--green); background: rgba(141,198,63,.04); box-shadow: 0 0 0 3px rgba(141,198,63,.08); }
.form-input::placeholder, .form-ta::placeholder { color: #555; }
.form-ta { height: 140px; resize: vertical; }
.form-group:focus-within .form-lbl { color: var(--green); }
.btn-send { width: 100%; background: var(--green); color: #000; padding: 16px; border-radius: 50px; border: none; cursor: pointer; font-family: var(--fd); font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 8px; transition: transform .2s, box-shadow .2s; }
.btn-send:hover { transform: translateY(-2px); box-shadow: 0 8px 28px var(--green-glow); }
.contact-info-col { display: flex; flex-direction: column; gap: 32px; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.info-item .info-ico { width: 38px; height: 38px; background: #182b10; border-radius: 9px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; border: 1px solid rgba(141,198,63,.15); transition: border-color .2s, background .2s; }
.info-item:hover .info-ico { border-color: rgba(141,198,63,.4); background: #1f3a14; }
.info-ico svg { width: 17px; height: 17px; stroke: var(--green); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.info-lbl { font-family: var(--fd); font-weight: 700; font-size: 14px; margin-bottom: 3px; }
.info-val { font-size: 13px; color: var(--gray); }
.map-card { background: #0f1f0f; border: 1px solid var(--cb); border-radius: 18px; padding: 38px; text-align: center; transition: border-color .2s; }
.map-card:hover { border-color: rgba(141,198,63,.3); }
.map-hq-lbl { font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--green); display: flex; align-items: center; gap: 6px; margin-bottom: 20px; }
.map-addr { font-family: var(--fd); font-size: 17px; font-weight: 700; margin-bottom: 5px; }
.map-addr2 { font-size: 13px; color: var(--gray); margin-bottom: 18px; }
.map-link { font-family: var(--fd); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green); border-bottom: 1px solid var(--green); padding-bottom: 2px; display: inline-block; transition: opacity .2s; }
.map-link:hover { opacity: .7; }

/* ═══ CAREERS PAGE ════════════════════════════════════════════════════════════ */
.careers-hero { padding: 72px var(--pad) 60px; }
.careers-title { font-size: clamp(48px,6vw,80px); font-weight: 800; letter-spacing: -.03em; text-transform: uppercase; margin-bottom: 18px; line-height: .95; }
.careers-sub { font-size: 17px; color: var(--lgray); max-width: 560px; line-height: 1.75; margin-bottom: 36px; }
.careers-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; padding: 0 var(--pad) 60px; }
.job-card { background: var(--cbg); border: 1px solid var(--cb); border-radius: 18px; padding: 32px; transition: border-color .25s, transform .25s; }
.job-card:hover { border-color: rgba(141,198,63,.4); transform: translateY(-4px); }
.job-dept { font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--green); margin-bottom: 10px; }
.job-title { font-family: var(--fd); font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.job-loc { font-size: 13px; color: var(--gray); margin-bottom: 12px; display: flex; align-items: center; gap: 6px; }
.job-loc svg { width: 14px; height: 14px; stroke: var(--gray); fill: none; stroke-width: 1.8; flex-shrink: 0; }
.job-type { display: inline-block; border: 1px solid var(--cb2); border-radius: 50px; padding: 4px 14px; font-size: 12px; color: var(--lgray); margin-bottom: 20px; }
.job-apply { font-family: var(--fd); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--white); display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--cb); padding-bottom: 5px; cursor: pointer; transition: color .2s, border-color .2s; }
.job-apply:hover { color: var(--green); border-color: var(--green); }
.careers-cta { background: var(--cbg); border: 1px solid var(--cb); border-radius: 20px; padding: 52px; text-align: center; margin: 0 var(--pad) 68px; }
.careers-cta h3 { font-family: var(--fd); font-size: 28px; font-weight: 700; margin-bottom: 12px; }
.careers-cta p { font-size: 15px; color: var(--gray); margin-bottom: 28px; max-width: 500px; margin-left: auto; margin-right: auto; line-height: 1.7; }

/* ═══ LEGAL PAGES ════════════════════════════════════════════════════════════ */
.legal-hero { padding: 64px var(--pad) 40px; }
.legal-title { font-size: clamp(38px,5vw,64px); font-weight: 800; letter-spacing: -.03em; text-transform: uppercase; margin-bottom: 12px; }
.legal-date { font-size: 13px; color: var(--gray); }
.legal-body { padding: 0 var(--pad) 80px; max-width: 860px; }
.legal-section { margin-bottom: 44px; }
.legal-section h3 { font-family: var(--fd); font-size: 20px; font-weight: 700; margin-bottom: 14px; color: var(--white); }
.legal-section p, .legal-section li { font-size: 15px; color: var(--gray); line-height: 1.8; margin-bottom: 10px; }
.legal-section ul { padding-left: 20px; }
.legal-section li { list-style: disc; }
.legal-divider { height: 1px; background: var(--cb); margin-bottom: 44px; }

/* ═══ FOOTER ══════════════════════════════════════════════════════════════════ */
.site-footer { background: var(--black); border-top: 1px solid var(--cb); padding: 64px var(--pad) 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr; gap: 52px; padding-bottom: 64px; }
.footer-brand p { font-size: 14px; color: var(--gray); line-height: 1.75; margin: 16px 0 24px; max-width: 240px; }
.footer-socials { display: flex; gap: 12px; }
.soc-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--cb); background: var(--cbg); display: flex; align-items: center; justify-content: center; color: var(--gray); font-size: 13px; font-weight: 600; cursor: pointer; transition: border-color .2s, color .2s, background .2s; }
.soc-btn:hover { border-color: var(--green); color: var(--green); background: rgba(141,198,63,.08); }
.footer-col-title { font-family: var(--fd); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--white); margin-bottom: 24px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-size: 14px; color: var(--gray); transition: color .2s; display: inline-flex; align-items: center; gap: 6px; }
.footer-links a:hover { color: var(--green); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
.footer-contact-item svg { width: 16px; height: 16px; stroke: var(--green); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; margin-top: 3px; flex-shrink: 0; }
.footer-contact-item span { font-size: 14px; color: var(--gray); line-height: 1.55; }
.footer-bottom { border-top: 1px solid var(--cb); padding: 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 13px; color: #555; }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { font-size: 13px; color: #555; transition: color .2s; }
.footer-legal a:hover { color: var(--green); }

/* ═══ PAGE WRAPPER ════════════════════════════════════════════════════════════ */
.page-wrap { padding-top: 68px; min-height: 100vh; }

/* ═══ TOAST ══════════════════════════════════════════════════════════════════ */
.lobito-toast { position: fixed; bottom: 32px; right: 32px; z-index: 9999; background: var(--green); color: #000; padding: 14px 26px; border-radius: 50px; font-family: var(--fd); font-weight: 700; font-size: 14px; box-shadow: 0 8px 28px var(--green-glow); transform: translateY(80px); opacity: 0; transition: all .4s ease; pointer-events: none; }
.lobito-toast.show { transform: translateY(0); opacity: 1; }

/* ═══ ANIMATIONS ══════════════════════════════════════════════════════════════ */
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.fu { animation: fadeUp .72s ease forwards; opacity: 0; }
.d1 { animation-delay: .1s; } .d2 { animation-delay: .2s; } .d3 { animation-delay: .3s; } .d4 { animation-delay: .4s; }

/* ═══ RESPONSIVE ══════════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  :root { --pad: 48px; }
  .hero-section, .venture-row, .vd-layout, .expertise-grid, .contact-body, .caps-layout, .pillars-section { grid-template-columns: 1fr; gap: 44px; }
  .services-grid, .vm-grid, .impact-grid, .info-grid, .about-stats-row, .stats-bar, .careers-grid, .values-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 44px; }
  .ventures-list { gap: 72px; padding: 48px var(--pad) 80px; }
  .cta-banner { margin: 0 0 60px; }
  .driven-wrap { margin: 0 0 60px; }
}
@media (max-width: 720px) {
  :root { --pad: 28px; }
  .primary-nav { display: none; }
  .nav-hamburger { display: flex; }
  .hero-title, .eco-title, .contact-title, .careers-title { font-size: 44px; }
  .services-grid, .vm-grid, .about-stats-row, .stats-bar, .impact-grid, .info-grid, .values-grid, .careers-grid, .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .section-block { padding: 60px var(--pad); }
  .about-expertise, .eco-hero, .contact-hero, .careers-hero, .legal-hero { padding-left: var(--pad); padding-right: var(--pad); }
  .vm-grid, .contact-body, .legal-body { padding-left: var(--pad); padding-right: var(--pad); }
  .cta-banner, .driven-wrap, .careers-cta { margin-left: 0; margin-right: 0; padding: 52px var(--pad); border-radius: 16px; }
  .ventures-list { padding: 40px var(--pad) 64px; gap: 64px; }
}
