/*
Theme Name:  Lexora Sarl
Theme URI:   https://lexorasarl.com
Author:      Lexora Sarl
Author URI:  https://lexorasarl.com
Description: Official WordPress theme for Lexora Sarl — Katanga's premier fuel supplier and transport company. Bilingual EN/FR. Lubumbashi, DRC.
Version:     1.0.0
Requires at least: 6.0
Tested up to:      6.5
Requires PHP:      7.4
License:     Proprietary
Text Domain: lexora
Tags: business, fuel, transport, bilingual, custom-logo, sticky-menu
*/

/* ─────────────────────────────────────
   TOKENS
───────────────────────────────────── */
:root {
  --navy:   #1a2f45;
  --navy2:  #243d57;
  --blue:   #4f8ec9;
  --blue2:  #3d7ab8;
  --sky:    #dbeaf8;
  --white:  #ffffff;
  --off:    #f5f8fc;
  --mid:    #3d5a73;
  --muted:  #6b8fa8;
  --line:   #e0eaf3;
  --gold:   #e8a020;
  --r:      12px;
  --shadow-sm: 0 2px 12px rgba(26,47,69,.07);
  --shadow:    0 6px 28px rgba(26,47,69,.11);
  --shadow-lg: 0 16px 56px rgba(26,47,69,.16);
}

/* ─────────────────────────────────────
   RESET & BASE
───────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  color: var(--navy);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }

/* ─────────────────────────────────────
   LANGUAGE BAR
───────────────────────────────────── */
#lang-bar {
  background: var(--navy);
  padding: 7px 0;
}
#lang-bar .wrap {
  max-width: 1200px; margin: 0 auto; padding: 0 28px;
  display: flex; justify-content: flex-end; align-items: center; gap: 6px;
}
#lang-bar p { font-size: 11px; color: var(--muted); margin-right: 4px; letter-spacing: .06em; }
.lbtn {
  background: none; border: 1px solid rgba(107,143,168,.45);
  color: var(--sky); font-size: 11px; font-weight: 600;
  padding: 3px 14px; border-radius: 20px;
  transition: all .2s; letter-spacing: .04em; cursor: pointer;
}
.lbtn.on, .lbtn:hover { background: var(--blue); border-color: var(--blue); color: #fff; }

/* ─────────────────────────────────────
   NAVBAR
───────────────────────────────────── */
#site-header {
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 900;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
}
.admin-bar #site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar #site-header { top: 46px; } }

.nav-wrap {
  max-width: 1200px; margin: 0 auto; padding: 0 28px;
  height: 72px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-logo img,
.nav-logo .custom-logo { height: 52px; width: auto; object-fit: contain; }
.nav-logo .custom-logo-link { display: flex; align-items: center; }

/* WP nav menu */
#primary-navigation { display: flex; align-items: center; gap: 2px; }
#primary-navigation a {
  font-size: 13.5px; font-weight: 500; color: var(--mid);
  padding: 7px 14px; border-radius: 8px; transition: all .18s; display: block;
}
#primary-navigation a:hover,
#primary-navigation .current-menu-item > a { color: var(--blue); background: var(--off); }
#primary-navigation ul { display: flex; gap: 2px; list-style: none; }

.nav-end { display: flex; align-items: center; gap: 12px; }
.nav-phone {
  font-size: 13px; font-weight: 600; color: var(--mid);
  display: flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 8px; transition: all .18s;
}
.nav-phone:hover { color: var(--blue); background: var(--off); }
.btn-cta {
  background: var(--blue); color: #fff;
  font-size: 13px; font-weight: 700; letter-spacing: .04em;
  padding: 10px 22px; border-radius: 8px; border: none;
  transition: all .2s; display: inline-block;
  box-shadow: 0 3px 12px rgba(79,142,201,.3);
}
.btn-cta:hover { background: var(--blue2); color: #fff; transform: translateY(-1px); }
.burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; padding: 4px;
}
.burger span { width: 22px; height: 2px; background: var(--navy); border-radius: 2px; display: block; }

/* ─────────────────────────────────────
   HERO
───────────────────────────────────── */
.lexora-hero {
  background: linear-gradient(150deg, var(--navy) 0%, #1c3750 60%, #1e4060 100%);
  position: relative; overflow: hidden;
  padding: 80px 28px 90px;
}
.lexora-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 70% 50%, rgba(79,142,201,.14) 0%, transparent 55%),
    radial-gradient(circle at 20% 80%, rgba(79,142,201,.08) 0%, transparent 45%);
  pointer-events: none;
}
.hero-wrap {
  max-width: 1200px; margin: 0 auto;
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: center;
}
.lexora-hero h1 {
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 900; color: #fff; line-height: 1.05;
  letter-spacing: -.025em; margin-bottom: 22px;
}
.lexora-hero h1 em { color: var(--blue); font-style: normal; }
.hero-desc {
  font-size: 17px; color: rgba(219,234,248,.82); line-height: 1.72;
  max-width: 520px; margin-bottom: 38px;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 52px; }
.btn-solid {
  background: var(--blue); color: #fff;
  font-size: 14px; font-weight: 700; letter-spacing: .04em;
  padding: 14px 32px; border-radius: 9px; border: none;
  transition: all .22s; display: inline-flex; align-items: center; gap: 8px;
  box-shadow: 0 4px 18px rgba(79,142,201,.38);
}
.btn-solid:hover { background: var(--blue2); color: #fff; transform: translateY(-2px); }
.btn-outline {
  background: transparent; color: #fff;
  font-size: 14px; font-weight: 600;
  padding: 14px 32px; border-radius: 9px;
  border: 1.5px solid rgba(255,255,255,.35);
  transition: all .22s; display: inline-flex; align-items: center; gap: 8px;
}
.btn-outline:hover { border-color: rgba(255,255,255,.75); background: rgba(255,255,255,.07); color: #fff; }
.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.hstat-num { font-size: 26px; font-weight: 900; color: var(--blue); line-height: 1; }
.hstat-lbl { font-size: 11px; color: rgba(219,234,248,.6); letter-spacing: .08em; text-transform: uppercase; margin-top: 3px; }
.hero-cards { display: flex; flex-direction: column; gap: 12px; }
.hcard {
  background: rgba(255,255,255,.07); border: 1px solid rgba(79,142,201,.22);
  border-radius: 14px; padding: 18px 20px;
  display: flex; align-items: center; gap: 14px;
  backdrop-filter: blur(10px); transition: background .2s;
}
.hcard:hover { background: rgba(255,255,255,.11); }
.hcard-ico {
  width: 44px; height: 44px; flex-shrink: 0;
  background: rgba(79,142,201,.2); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; font-size: 20px;
}
.hcard-title { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.hcard-sub   { font-size: 12px; color: rgba(219,234,248,.6); line-height: 1.4; }

/* ─────────────────────────────────────
   TRUST BAR
───────────────────────────────────── */
.trust-bar { background: var(--gold); padding: 14px 28px; }
.trust-bar .wrap {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap;
}
.titem {
  display: flex; align-items: center; gap: 7px;
  padding: 4px 24px; font-size: 12.5px; font-weight: 700; color: var(--navy); letter-spacing: .04em;
}
.titem + .titem { border-left: 1.5px solid rgba(26,47,69,.2); }

/* ─────────────────────────────────────
   SECTION BASE
───────────────────────────────────── */
.lexora-sec { padding: 90px 28px; }
.sec-inner  { max-width: 1200px; margin: 0 auto; }
.sec-label {
  font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 10px;
  display: flex; align-items: center; gap: 8px;
}
.sec-label::before { content: ''; width: 24px; height: 2.5px; background: var(--blue); border-radius: 2px; flex-shrink: 0; }
h2.sec-h {
  font-size: clamp(26px, 3.5vw, 40px); font-weight: 800; color: var(--navy);
  line-height: 1.1; letter-spacing: -.02em; margin-bottom: 16px;
}
.sec-lead { font-size: 16px; color: var(--mid); line-height: 1.75; max-width: 580px; margin-bottom: 52px; }
.sec-center { text-align: center; }
.sec-center .sec-label { justify-content: center; }
.sec-center .sec-label::before { display: none; }
.sec-center .sec-lead { margin-left: auto; margin-right: auto; }

/* ─────────────────────────────────────
   ABOUT
───────────────────────────────────── */
.lexora-about { background: var(--off); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-text p { font-size: 15px; color: var(--mid); line-height: 1.8; margin-bottom: 16px; }
.pillars { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.pillar {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--white); border-radius: 10px; padding: 16px 18px;
  border-left: 4px solid var(--blue); box-shadow: var(--shadow-sm); transition: all .25s;
}
.pillar:hover { transform: translateX(4px); box-shadow: var(--shadow); }
.p-ico { font-size: 22px; flex-shrink: 0; margin-top: 1px; }
.p-h   { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.p-t   { font-size: 13px; color: var(--mid); line-height: 1.55; }
.map-card {
  background: var(--navy); border-radius: 20px; padding: 40px;
  color: #fff; position: relative; overflow: hidden;
}
.map-card::after {
  content: '🌍'; font-size: 210px;
  position: absolute; bottom: -30px; right: -20px; opacity: .04; line-height: 1; pointer-events: none;
}
.mc-eyebrow { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 14px; }
.mc-city    { font-size: 36px; font-weight: 900; color: var(--blue); letter-spacing: -.02em; margin-bottom: 4px; }
.mc-country { font-size: 13px; color: var(--muted); letter-spacing: .06em; margin-bottom: 24px; }
.rtags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; }
.rtag { background: rgba(79,142,201,.14); border: 1px solid rgba(79,142,201,.35); color: var(--sky); padding: 4px 13px; border-radius: 20px; font-size: 12px; font-weight: 500; }
.mc-rule { height: 1px; background: rgba(255,255,255,.08); margin-bottom: 20px; }
.mc-stats { display: flex; justify-content: space-between; }
.mc-stat-n { font-size: 22px; font-weight: 800; color: var(--blue); }
.mc-stat-l { font-size: 10px; color: var(--muted); letter-spacing: .06em; margin-top: 2px; }

/* ─────────────────────────────────────
   SERVICES
───────────────────────────────────── */
.lexora-services { background: var(--white); }
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.svc {
  background: var(--white); border: 1.5px solid var(--line); border-radius: 16px; padding: 32px 26px;
  position: relative; overflow: hidden; transition: all .28s;
}
.svc::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--blue2));
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.svc:hover { border-color: var(--blue); transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.svc:hover::before { transform: scaleX(1); }
.svc-ico {
  width: 58px; height: 58px; background: var(--off); border-radius: 14px;
  display: flex; align-items: center; justify-content: center; font-size: 26px;
  margin-bottom: 20px; transition: background .28s;
}
.svc:hover .svc-ico { background: var(--sky); }
.svc h3   { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 9px; }
.svc p    { font-size: 14px; color: var(--mid); line-height: 1.7; margin-bottom: 16px; }
.svc-badge { display: inline-block; background: var(--sky); color: var(--navy2); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; padding: 3px 11px; border-radius: 20px; margin-bottom: 14px; }
.svc-list { display: flex; flex-direction: column; gap: 6px; }
.svc-list li { font-size: 13px; color: var(--mid); display: flex; align-items: center; gap: 7px; }
.svc-list li::before { content: '✓'; color: var(--blue); font-weight: 700; font-size: 11px; }

/* ─────────────────────────────────────
   TRANSPORT
───────────────────────────────────── */
.lexora-transport { background: var(--off); }
.tr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.tr-card { background: var(--navy); border-radius: 20px; padding: 44px 38px; color: #fff; position: relative; overflow: hidden; }
.tr-card::after { content: '🚛'; font-size: 180px; position: absolute; bottom: -20px; right: -18px; opacity: .05; line-height: 1; pointer-events: none; }
.tr-card h3 { font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.tr-card p  { color: var(--sky); font-size: 14px; line-height: 1.72; margin-bottom: 26px; }
.tr-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.tr-pill { background: rgba(79,142,201,.16); border: 1px solid rgba(79,142,201,.3); color: var(--sky); font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 7px; }
.tr-link { display: inline-flex; align-items: center; gap: 7px; background: var(--blue); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .04em; padding: 11px 22px; border-radius: 8px; transition: all .2s; }
.tr-link:hover { background: var(--blue2); color: #fff; transform: translateX(3px); }
.tr-feats { display: flex; flex-direction: column; gap: 14px; }
.tr-feat { display: flex; gap: 14px; align-items: flex-start; background: var(--white); border-radius: 12px; padding: 18px 20px; box-shadow: var(--shadow-sm); transition: all .25s; }
.tr-feat:hover { box-shadow: var(--shadow); transform: translateX(4px); }
.tr-feat-ico { width: 42px; height: 42px; background: var(--sky); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.tr-feat h4 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 3px; }
.tr-feat p  { font-size: 13px; color: var(--mid); line-height: 1.5; }

/* ─────────────────────────────────────
   COVERAGE
───────────────────────────────────── */
.lexora-coverage { background: var(--navy); }
.lexora-coverage .sec-label { color: var(--blue); }
.lexora-coverage h2.sec-h   { color: #fff; }
.lexora-coverage .sec-lead  { color: var(--sky); }
.reg-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.reg-card { background: rgba(255,255,255,.04); border: 1px solid rgba(79,142,201,.14); border-radius: 12px; padding: 22px 16px; text-align: center; transition: all .25s; }
.reg-card:hover { background: rgba(79,142,201,.14); border-color: rgba(79,142,201,.5); transform: translateY(-3px); }
.reg-card.hi { background: rgba(79,142,201,.16); border-color: var(--blue); }
.reg-ico    { font-size: 26px; margin-bottom: 8px; }
.reg-card h4 { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.reg-card p  { font-size: 11px; color: var(--muted); line-height: 1.4; }

/* ─────────────────────────────────────
   WHY US
───────────────────────────────────── */
.lexora-why { background: var(--off); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.why-panel { background: linear-gradient(145deg, var(--navy), #1e4060); border-radius: 20px; padding: 44px 38px; color: #fff; box-shadow: var(--shadow-lg); }
.why-panel h3  { font-size: 24px; font-weight: 800; margin-bottom: 6px; }
.why-panel .sub { font-size: 13px; opacity: .65; margin-bottom: 32px; }
.bars { display: flex; flex-direction: column; gap: 20px; }
.bar-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.bar-lbl { font-size: 12px; opacity: .65; letter-spacing: .07em; text-transform: uppercase; }
.bar-val { font-size: 20px; font-weight: 800; color: var(--blue); }
.bar-track { height: 6px; background: rgba(255,255,255,.1); border-radius: 3px; overflow: hidden; }
.bar-fill  { height: 100%; background: linear-gradient(90deg,var(--blue),#7ab8e0); border-radius: 3px; }
.why-points { display: flex; flex-direction: column; gap: 14px; }
.wp { display: flex; gap: 14px; align-items: flex-start; background: var(--white); border-radius: 12px; padding: 18px 20px; box-shadow: var(--shadow-sm); transition: all .25s; }
.wp:hover { box-shadow: var(--shadow); transform: translateX(4px); }
.wp-ico { width: 40px; height: 40px; background: var(--sky); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
.wp h4 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.wp p  { font-size: 13px; color: var(--mid); line-height: 1.5; }

/* ─────────────────────────────────────
   CONTACT
───────────────────────────────────── */
.lexora-contact { background: var(--white); }
.contact-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 28px; }
.cc { background: var(--off); border: 1.5px solid var(--line); border-radius: 18px; padding: 38px 28px; text-align: center; transition: all .28s; }
.cc:hover { border-color: var(--blue); transform: translateY(-4px); box-shadow: var(--shadow); }
.cc.hi { background: var(--navy); border-color: var(--blue); box-shadow: var(--shadow-lg); }
.cc-ico  { font-size: 38px; margin-bottom: 14px; }
.cc-lbl  { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.cc-val  { font-size: 15px; font-weight: 600; color: var(--navy); line-height: 1.65; }
.cc.hi .cc-val { color: #fff; }
.cc-val a { color: var(--navy); display: block; transition: color .2s; }
.cc-val a:hover { color: var(--blue); }
.cc.hi .cc-val a { color: var(--sky); }
.cc.hi .cc-val a:hover { color: #fff; }
.cc-note { font-size: 12px; color: var(--muted); margin-top: 10px; line-height: 1.55; }
.cta-strip { background: linear-gradient(135deg, var(--navy), #1e4060); border-radius: 14px; padding: 26px 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cta-strip-text strong { display: block; font-size: 17px; color: #fff; font-weight: 700; margin-bottom: 3px; }
.cta-strip-text span   { font-size: 13px; color: var(--sky); }

/* ─────────────────────────────────────
   FOOTER
───────────────────────────────────── */
#site-footer { background: var(--navy); color: var(--sky); padding: 60px 28px 24px; }
.foot-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 44px;
  padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.07); margin-bottom: 24px;
}
.foot-brand .fl { margin-bottom: 16px; }
.foot-brand .fl img { height: 50px; width: auto; object-fit: contain; background: #fff; padding: 8px 14px; border-radius: 8px; }
.foot-brand p { font-size: 13px; color: var(--muted); line-height: 1.8; max-width: 270px; }
.foot-col h4 { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.9); margin-bottom: 14px; }
.foot-col ul { display: flex; flex-direction: column; gap: 9px; }
.foot-col ul li a { font-size: 13px; color: var(--muted); transition: color .2s; }
.foot-col ul li a:hover { color: var(--blue); }
.foot-bot { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.foot-bot p { font-size: 12px; color: var(--muted); }

/* ─────────────────────────────────────
   SCROLL REVEAL
───────────────────────────────────── */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.rv.in { opacity: 1; transform: translateY(0); }
.rv.d1 { transition-delay: .1s; }
.rv.d2 { transition-delay: .2s; }
.rv.d3 { transition-delay: .3s; }

/* ─────────────────────────────────────
   RESPONSIVE
───────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-wrap, .about-grid, .tr-grid, .why-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-cards { display: none; }
  .svc-grid { grid-template-columns: 1fr; }
  .reg-grid { grid-template-columns: repeat(2,1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .lexora-sec { padding: 68px 20px; }
  .lexora-hero { padding: 60px 20px 70px; }
  #primary-navigation, .nav-end .nav-phone { display: none; }
  .burger { display: flex; }
  .nav-wrap { padding: 0 20px; }
  .contact-cards { grid-template-columns: 1fr; }
  .cta-strip { flex-direction: column; text-align: center; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .titem + .titem { border: none; }
  #trust .wrap { flex-direction: column; gap: 8px; }
  #primary-navigation.mobile-open {
    display: flex; flex-direction: column;
    position: fixed; top: 72px; left: 0; right: 0;
    background: #fff; padding: 20px 28px;
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
    z-index: 999; border-bottom: 2px solid var(--line);
  }
  #primary-navigation.mobile-open ul { flex-direction: column; }
}
