/* ================================================================
   LCM – Design System v2  |  Premium Modern Redesign
   ================================================================ */

/* ── Google Fonts ─────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600&display=swap');

/* ── Variables ────────────────────────────────────────────────── */
:root {
  --lcm-navy:        #0B1F4E;
  --lcm-navy-deep:   #071430;
  --lcm-navy-mid:    #132960;
  --lcm-blue:        #1A4F9E;
  --lcm-blue-light:  #2563EB;
  --lcm-orange:      #F97316;
  --lcm-orange-dark: #EA6C0A;
  --lcm-orange-pale: #FFF7ED;
  --lcm-bg:          #F5F8FF;
  --lcm-bg2:         #EEF3FF;
  --lcm-white:       #FFFFFF;
  --lcm-text:        #1E293B;
  --lcm-muted:       #64748B;
  --lcm-border:      rgba(11,31,78,0.10);
  --lcm-shadow:      0 4px 24px rgba(11,31,78,0.10);
  --lcm-shadow-lg:   0 12px 48px rgba(11,31,78,0.16);
  --lcm-radius:      16px;
  --lcm-radius-sm:   10px;
  --lcm-radius-xl:   24px;
  --lcm-transition:  .25s cubic-bezier(.4,0,.2,1);
  --lcm-font:        'Plus Jakarta Sans', sans-serif;
  --lcm-font-body:   'Inter', sans-serif;
}

/* ── Reset / Base ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body.site-public {
  font-family: var(--lcm-font-body);
  color: var(--lcm-text);
  background: var(--lcm-bg);
  line-height: 1.65;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
  font-family: var(--lcm-font);
  font-weight: 800;
  line-height: 1.2;
  color: var(--lcm-navy);
}

/* ── Utility ──────────────────────────────────────────────────── */
.lcm-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--lcm-font); font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  color: var(--lcm-orange);
  background: var(--lcm-orange-pale);
  padding: 5px 14px; border-radius: 100px;
  border: 1px solid rgba(249,115,22,.2);
  margin-bottom: 14px;
}
.lcm-tag::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--lcm-orange); flex-shrink:0; }

.lcm-section-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--lcm-navy); margin-bottom: .5rem; }
.lcm-section-subtitle { color: var(--lcm-muted); font-size: 1rem; max-width: 560px; }

.lcm-divider {
  width: 56px; height: 4px; border-radius: 2px;
  background: linear-gradient(90deg, var(--lcm-orange), var(--lcm-blue-light));
  margin: 14px 0 22px;
}
.lcm-divider.center { margin-left: auto; margin-right: auto; }

.btn-lcm-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--lcm-orange); color: #fff;
  font-family: var(--lcm-font); font-size: .88rem; font-weight: 700;
  padding: 13px 28px; border-radius: 100px; border: none; cursor: pointer;
  text-decoration: none; transition: var(--lcm-transition);
  box-shadow: 0 4px 20px rgba(249,115,22,.35);
}
.btn-lcm-primary:hover { background: var(--lcm-orange-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(249,115,22,.45); }

.btn-lcm-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--lcm-navy);
  font-family: var(--lcm-font); font-size: .88rem; font-weight: 700;
  padding: 12px 26px; border-radius: 100px;
  border: 2px solid var(--lcm-navy); cursor: pointer;
  text-decoration: none; transition: var(--lcm-transition);
}
.btn-lcm-outline:hover { background: var(--lcm-navy); color: #fff; transform: translateY(-2px); }

.btn-lcm-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--lcm-navy);
  font-family: var(--lcm-font); font-size: .88rem; font-weight: 700;
  padding: 13px 28px; border-radius: 100px; border: none; cursor: pointer;
  text-decoration: none; transition: var(--lcm-transition);
  box-shadow: 0 4px 16px rgba(255,255,255,.2);
}
.btn-lcm-white:hover { background: var(--lcm-orange); color: #fff; transform: translateY(-2px); }

/* ── NAVBAR ───────────────────────────────────────────────────── */
.lcm-navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 16px 0;
  transition: background var(--lcm-transition), box-shadow var(--lcm-transition), padding var(--lcm-transition);
  background: transparent;
}
.lcm-navbar.scrolled {
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 20px rgba(11,31,78,.1);
  padding: 10px 0;
}
.lcm-navbar .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.lcm-navbar-logo img { height: 46px; width: auto; }

.lcm-navbar-nav {
  display: flex; align-items: center; gap: 4px;
  list-style: none;
}
.lcm-navbar-nav .nav-item { position: relative; }
.lcm-navbar-nav .nav-link {
  font-family: var(--lcm-font); font-size: .84rem; font-weight: 600;
  color: rgba(255,255,255,.92); text-decoration: none;
  padding: 8px 13px; border-radius: 8px;
  transition: var(--lcm-transition); display: flex; align-items: center; gap: 4px;
}
.lcm-navbar.scrolled .nav-link { color: var(--lcm-navy); }
.lcm-navbar-nav .nav-link:hover,
.lcm-navbar-nav .nav-link.active { background: rgba(255,255,255,.15); color: #fff; }
.lcm-navbar.scrolled .nav-link:hover,
.lcm-navbar.scrolled .nav-link.active { background: var(--lcm-bg); color: var(--lcm-orange); }

/* Dropdown */
.lcm-navbar-nav .dropdown-menu {
  display: none; position: absolute; top: calc(100% + 8px); left: 0;
  background: #fff; border: 1px solid var(--lcm-border);
  border-radius: var(--lcm-radius-sm); padding: 6px;
  min-width: 240px; box-shadow: var(--lcm-shadow-lg);
  opacity: 0; transform: translateY(8px); transition: var(--lcm-transition);
  pointer-events: none;
}
.lcm-navbar-nav .nav-item:hover .dropdown-menu {
  display: block; opacity: 1; transform: translateY(0); pointer-events: all;
}
.lcm-navbar-nav .dropdown-menu a {
  display: block; padding: 9px 14px; border-radius: 8px;
  font-family: var(--lcm-font); font-size: .84rem; font-weight: 600;
  color: var(--lcm-navy); text-decoration: none; transition: var(--lcm-transition);
}
.lcm-navbar-nav .dropdown-menu a:hover { background: var(--lcm-bg); color: var(--lcm-orange); }

.lcm-navbar-actions { display: flex; align-items: center; gap: 10px; }

/* Mobile toggle */
.lcm-nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 40px; height: 40px; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  border-radius: 8px; transition: background var(--lcm-transition);
}
.lcm-nav-toggle span {
  display: block; width: 24px; height: 2px; border-radius: 2px;
  background: #fff; transition: var(--lcm-transition);
}
.lcm-navbar.scrolled .lcm-nav-toggle span { background: var(--lcm-navy); }
.lcm-nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.lcm-nav-toggle.open span:nth-child(2) { opacity: 0; width: 0; }
.lcm-nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.lcm-mobile-drawer {
  display: none; position: fixed; inset: 0; z-index: 999;
  background: rgba(7,20,48,.6); backdrop-filter: blur(4px);
}
.lcm-mobile-drawer.open { display: flex; justify-content: flex-end; }
.lcm-drawer-panel {
  width: min(340px,90vw); background: #fff; height: 100%;
  overflow-y: auto; padding: 24px 20px; display: flex; flex-direction: column; gap: 4px;
}
.lcm-drawer-close {
  align-self: flex-end; background: var(--lcm-bg); border: none;
  width: 36px; height: 36px; border-radius: 8px; cursor: pointer;
  font-size: 1.2rem; color: var(--lcm-navy); margin-bottom: 16px;
}
.lcm-drawer-panel a {
  font-family: var(--lcm-font); font-size: .95rem; font-weight: 600;
  color: var(--lcm-navy); text-decoration: none; padding: 12px 14px; border-radius: 10px;
  display: block; transition: var(--lcm-transition);
}
.lcm-drawer-panel a:hover, .lcm-drawer-panel a.active { background: var(--lcm-bg); color: var(--lcm-orange); }
.lcm-drawer-divider { height: 1px; background: var(--lcm-border); margin: 8px 0; }
.lcm-drawer-cta { margin-top: 8px; text-align: center; }
.lcm-drawer-cta a { background: var(--lcm-orange); color: #fff !important; border-radius: 100px !important; justify-content: center; }

/* ── HERO ─────────────────────────────────────────────────────── */
.lcm-hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  overflow: hidden; padding: 120px 0 80px;
}
.lcm-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(135deg, #071430 0%, #0d2260 35%, #0B1F4E 65%, #1a3a7a 100%);
}
.lcm-hero-mesh {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 800px 600px at 70% 50%, rgba(37,99,235,.25), transparent),
    radial-gradient(ellipse 500px 400px at 20% 80%, rgba(249,115,22,.18), transparent),
    radial-gradient(ellipse 400px 300px at 90% 10%, rgba(249,115,22,.12), transparent);
}
/* Animated particles */
.lcm-hero-particles { position: absolute; inset: 0; z-index: 2; overflow: hidden; }
.lcm-hero-particles span {
  position: absolute; width: 2px; height: 2px; border-radius: 50%; background: rgba(255,255,255,.5);
  animation: particle-float 8s infinite ease-in-out;
}
.lcm-hero-particles span:nth-child(1)  { top:15%; left:8%;  animation-delay:0s;   animation-duration:7s;  width:3px; height:3px; }
.lcm-hero-particles span:nth-child(2)  { top:35%; left:92%; animation-delay:.8s;  animation-duration:9s;  }
.lcm-hero-particles span:nth-child(3)  { top:60%; left:20%; animation-delay:1.5s; animation-duration:8s;  width:4px; height:4px; background:rgba(249,115,22,.6); }
.lcm-hero-particles span:nth-child(4)  { top:80%; left:75%; animation-delay:2s;   animation-duration:6s;  }
.lcm-hero-particles span:nth-child(5)  { top:25%; left:55%; animation-delay:2.5s; animation-duration:10s; width:3px; height:3px; }
.lcm-hero-particles span:nth-child(6)  { top:70%; left:40%; animation-delay:3s;   animation-duration:7s;  }
.lcm-hero-particles span:nth-child(7)  { top:45%; left:82%; animation-delay:1s;   animation-duration:9s;  width:3px; height:3px; }
.lcm-hero-particles span:nth-child(8)  { top:10%; left:65%; animation-delay:3.5s; animation-duration:8s;  width:4px; height:4px; background:rgba(249,115,22,.4); }
.lcm-hero-particles span:nth-child(9)  { top:55%; left:5%;  animation-delay:4s;   animation-duration:11s; }
.lcm-hero-particles span:nth-child(10) { top:90%; left:60%; animation-delay:1.8s; animation-duration:8s;  }
@keyframes particle-float { 0%,100%{transform:translateY(0) translateX(0);opacity:.5;} 50%{transform:translateY(-30px) translateX(15px);opacity:1;} }

/* Geometric shapes */
.lcm-hero-shape {
  position: absolute; z-index: 2; border-radius: 50%;
  background: linear-gradient(135deg, rgba(249,115,22,.15), rgba(37,99,235,.1));
  border: 1px solid rgba(249,115,22,.2);
  animation: shape-drift 12s ease-in-out infinite;
}
.lcm-hero-shape-1 { width: 400px; height: 400px; top: -100px; right: -60px; animation-delay: 0s; }
.lcm-hero-shape-2 { width: 200px; height: 200px; bottom: 80px; right: 20%; animation-delay: -4s; animation-duration: 9s; border-radius: var(--lcm-radius-xl); transform: rotate(30deg); }
.lcm-hero-shape-3 { width: 120px; height: 120px; top: 30%; left: -30px; animation-delay: -8s; animation-duration: 14s; }
@keyframes shape-drift { 0%,100%{transform:translateY(0) rotate(0deg);} 50%{transform:translateY(-24px) rotate(8deg);} }

.lcm-hero-content { position: relative; z-index: 10; }
.lcm-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--lcm-font); font-size: .75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .12em;
  color: var(--lcm-orange);
  background: rgba(249,115,22,.12);
  border: 1px solid rgba(249,115,22,.3);
  padding: 6px 16px; border-radius: 100px; margin-bottom: 24px;
}
.lcm-hero-eyebrow::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--lcm-orange); }
.lcm-hero h1 {
  font-family: var(--lcm-font); font-weight: 900;
  font-size: clamp(2.4rem, 5vw, 4rem); color: #fff; line-height: 1.1;
  margin-bottom: 20px; letter-spacing: -.02em;
}
.lcm-hero h1 .highlight {
  background: linear-gradient(135deg, var(--lcm-orange), #FCD34D);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lcm-hero p {
  color: rgba(255,255,255,.78); font-size: 1.05rem; max-width: 520px; margin-bottom: 36px;
}
.lcm-hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 48px; }

/* Hero trust badges */
.lcm-hero-trust { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.lcm-hero-trust-label { color: rgba(255,255,255,.5); font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; margin-right: 4px; }
.lcm-trust-badge {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.85); font-family: var(--lcm-font); font-size: .78rem; font-weight: 700;
  padding: 5px 12px; border-radius: 6px; transition: var(--lcm-transition);
}
.lcm-trust-badge:hover { background: rgba(249,115,22,.2); border-color: rgba(249,115,22,.4); color: #fff; }

/* Hero visual side */
.lcm-hero-visual { position: relative; z-index: 10; display: flex; justify-content: flex-end; }
.lcm-hero-card-stack { position: relative; width: 100%; max-width: 440px; margin-left: auto; }
.lcm-hero-img-main {
  width: 100%; border-radius: var(--lcm-radius-xl);
  box-shadow: var(--lcm-shadow-lg); object-fit: cover; height: 460px;
  border: 3px solid rgba(255,255,255,.12);
}
.lcm-hero-stat-card {
  position: absolute; background: rgba(255,255,255,.12);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.2); border-radius: var(--lcm-radius);
  padding: 16px 20px; animation: float-card 5s ease-in-out infinite;
}
.lcm-hero-stat-card-1 { bottom: -20px; left: -30px; animation-delay: 0s; }
.lcm-hero-stat-card-2 { top: 30px; right: -30px; animation-delay: -2.5s; }
@keyframes float-card { 0%,100%{transform:translateY(0);} 50%{transform:translateY(-10px);} }
.lcm-hero-stat-card .stat-value { font-family: var(--lcm-font); font-size: 1.8rem; font-weight: 900; color: #fff; line-height: 1; }
.lcm-hero-stat-card .stat-label { color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 600; margin-top: 4px; }
.lcm-hero-stat-card .stat-icon { font-size: 1.4rem; margin-bottom: 8px; color: var(--lcm-orange); }

/* Scroll indicator */
.lcm-scroll-hint {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: rgba(255,255,255,.5); font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em;
}
.lcm-scroll-wheel {
  width: 26px; height: 40px; border: 2px solid rgba(255,255,255,.3); border-radius: 14px;
  display: flex; justify-content: center; padding-top: 6px;
}
.lcm-scroll-wheel::after {
  content: ''; width: 4px; height: 8px; border-radius: 2px; background: var(--lcm-orange);
  animation: scroll-bounce 1.6s ease-in-out infinite;
}
@keyframes scroll-bounce { 0%,100%{transform:translateY(0);opacity:1;} 70%{transform:translateY(10px);opacity:.3;} }

/* ── TICKER BAR ───────────────────────────────────────────────── */
.lcm-ticker-bar {
  background: var(--lcm-navy); color: rgba(255,255,255,.85);
  font-family: var(--lcm-font); font-size: .78rem; font-weight: 600;
  overflow: hidden; padding: 8px 0;
}
.lcm-ticker-track {
  display: inline-flex; gap: 40px; min-width: max-content; padding-left: 100%;
  animation: ticker 28s linear infinite;
}
.lcm-ticker-bar:hover .lcm-ticker-track { animation-play-state: paused; }
@keyframes ticker { to { transform: translateX(-50%); } }
.lcm-ticker-item { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.lcm-ticker-item::before { content:'◆'; color: var(--lcm-orange); font-size: .5rem; }

/* ── TRUST STRIP ──────────────────────────────────────────────── */
.lcm-trust-strip {
  background: #fff; border-bottom: 1px solid var(--lcm-border);
  padding: 20px 0;
}
.lcm-trust-strip-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 8px 24px;
}
.lcm-trust-iso {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--lcm-font); font-size: .8rem; font-weight: 700;
  color: var(--lcm-navy); padding: 6px 14px; border-radius: 8px;
  background: var(--lcm-bg); border: 1px solid var(--lcm-border);
  transition: var(--lcm-transition);
}
.lcm-trust-iso:hover { border-color: var(--lcm-orange); color: var(--lcm-orange); }
.lcm-trust-iso i { color: var(--lcm-blue); font-size: .9rem; }
.lcm-trust-sep { width: 1px; height: 24px; background: var(--lcm-border); }

/* ── SECTION BASE ─────────────────────────────────────────────── */
.lcm-section { padding: 96px 0; }
.lcm-section-sm { padding: 64px 0; }
.lcm-section-dark { background: var(--lcm-navy); }
.lcm-section-alt { background: var(--lcm-bg2); }
.lcm-section-white { background: #fff; }

/* ── STATS ────────────────────────────────────────────────────── */
.lcm-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px;
  background: var(--lcm-border); border-radius: var(--lcm-radius-xl); overflow: hidden;
}
.lcm-stat-item {
  background: #fff; padding: 36px 28px; text-align: center;
  transition: var(--lcm-transition);
}
.lcm-stat-item:hover { background: var(--lcm-bg); }
.lcm-stat-value {
  font-family: var(--lcm-font); font-size: 2.8rem; font-weight: 900;
  color: var(--lcm-navy); line-height: 1;
  background: linear-gradient(135deg, var(--lcm-navy), var(--lcm-blue-light));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.lcm-stat-suffix { font-size: 2rem; font-weight: 900; color: var(--lcm-orange); -webkit-text-fill-color: var(--lcm-orange); }
.lcm-stat-label { font-family: var(--lcm-font); font-size: .85rem; font-weight: 600; color: var(--lcm-muted); margin-top: 8px; }
.lcm-stat-icon { font-size: 1.4rem; color: var(--lcm-orange); margin-bottom: 12px; }

/* ── ABOUT SECTION ────────────────────────────────────────────── */
.lcm-about-img-wrap { position: relative; }
.lcm-about-img-main {
  width: 100%; border-radius: var(--lcm-radius-xl);
  object-fit: cover; height: 480px;
  box-shadow: var(--lcm-shadow-lg);
}
.lcm-about-img-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--lcm-orange); color: #fff;
  border-radius: var(--lcm-radius); padding: 20px 24px;
  font-family: var(--lcm-font); text-align: center;
  box-shadow: 0 8px 32px rgba(249,115,22,.4);
  border: 4px solid #fff;
}
.lcm-about-img-badge .badge-num { font-size: 2.2rem; font-weight: 900; line-height: 1; display: block; }
.lcm-about-img-badge .badge-text { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; opacity: .9; }
.lcm-about-img-accent {
  position: absolute; top: -16px; left: -16px;
  width: 120px; height: 120px; border-radius: var(--lcm-radius);
  object-fit: cover; border: 4px solid #fff;
  box-shadow: var(--lcm-shadow);
}
.lcm-check-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.lcm-check-list li {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--lcm-font); font-size: .92rem; font-weight: 600; color: var(--lcm-text);
}
.lcm-check-list li::before {
  content:'✓'; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(249,115,22,.12); color: var(--lcm-orange);
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; font-weight: 900; flex-shrink: 0;
}
.lcm-phone-block {
  display: flex; align-items: center; gap: 14px;
  background: var(--lcm-bg); border: 1px solid var(--lcm-border);
  border-radius: var(--lcm-radius); padding: 16px 20px;
  margin-top: 28px; max-width: 340px;
}
.lcm-phone-icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--lcm-orange); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.lcm-phone-label { font-size: .78rem; color: var(--lcm-muted); font-weight: 600; }
.lcm-phone-number { font-family: var(--lcm-font); font-size: 1.05rem; font-weight: 800; color: var(--lcm-navy); }

/* ── PILLARS / SERVICES ───────────────────────────────────────── */
.lcm-pillar-card {
  background: #fff; border: 1px solid var(--lcm-border);
  border-radius: var(--lcm-radius-xl); padding: 36px 28px;
  transition: var(--lcm-transition); height: 100%;
  position: relative; overflow: hidden;
}
.lcm-pillar-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--lcm-orange), var(--lcm-blue-light));
  transform: scaleX(0); transform-origin: left; transition: var(--lcm-transition);
}
.lcm-pillar-card:hover { transform: translateY(-6px); box-shadow: var(--lcm-shadow-lg); border-color: transparent; }
.lcm-pillar-card:hover::before { transform: scaleX(1); }
.lcm-pillar-icon {
  width: 68px; height: 68px; border-radius: var(--lcm-radius);
  background: var(--lcm-orange-pale); color: var(--lcm-orange);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin-bottom: 22px; transition: var(--lcm-transition);
}
.lcm-pillar-card:hover .lcm-pillar-icon { background: var(--lcm-orange); color: #fff; }
.lcm-pillar-card h3 { font-size: 1.15rem; color: var(--lcm-navy); margin-bottom: 10px; }
.lcm-pillar-card p { color: var(--lcm-muted); font-size: .9rem; line-height: 1.65; margin-bottom: 20px; }
.lcm-pillar-link {
  font-family: var(--lcm-font); font-size: .82rem; font-weight: 700;
  color: var(--lcm-orange); text-decoration: none; text-transform: uppercase;
  letter-spacing: .06em; display: inline-flex; align-items: center; gap: 6px;
  transition: var(--lcm-transition);
}
.lcm-pillar-link:hover { gap: 10px; color: var(--lcm-orange-dark); }

/* ── NORMES GRID ──────────────────────────────────────────────── */
.lcm-norme-card {
  background: #fff; border: 1px solid var(--lcm-border);
  border-radius: var(--lcm-radius); padding: 24px 20px;
  display: flex; align-items: flex-start; gap: 14px;
  transition: var(--lcm-transition); text-decoration: none;
}
.lcm-norme-card:hover { transform: translateY(-4px); box-shadow: var(--lcm-shadow); border-color: var(--lcm-orange); }
.lcm-norme-icon {
  width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
  background: var(--lcm-navy); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.lcm-norme-code { font-family: var(--lcm-font); font-size: .92rem; font-weight: 800; color: var(--lcm-navy); margin-bottom: 3px; }
.lcm-norme-label { font-size: .8rem; color: var(--lcm-muted); line-height: 1.4; }

/* ── CTA BANNER ───────────────────────────────────────────────── */
.lcm-cta-banner {
  background: linear-gradient(135deg, var(--lcm-navy-deep) 0%, var(--lcm-navy) 50%, var(--lcm-navy-mid) 100%);
  border-radius: var(--lcm-radius-xl); padding: 60px;
  position: relative; overflow: hidden;
}
.lcm-cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 600px 400px at 80% 50%, rgba(249,115,22,.18), transparent),
              radial-gradient(ellipse 400px 300px at 10% 90%, rgba(37,99,235,.2), transparent);
}
.lcm-cta-banner .content { position: relative; z-index: 2; }
.lcm-cta-banner h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 12px; }
.lcm-cta-banner p { color: rgba(255,255,255,.7); font-size: .95rem; max-width: 480px; }
.lcm-cta-banner .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* ── BLOG CARDS ───────────────────────────────────────────────── */
.lcm-blog-card {
  background: #fff; border-radius: var(--lcm-radius-xl);
  border: 1px solid var(--lcm-border); overflow: hidden;
  transition: var(--lcm-transition); height: 100%;
  display: flex; flex-direction: column;
}
.lcm-blog-card:hover { transform: translateY(-6px); box-shadow: var(--lcm-shadow-lg); border-color: transparent; }
.lcm-blog-img { position: relative; height: 220px; overflow: hidden; flex-shrink: 0; }
.lcm-blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.lcm-blog-card:hover .lcm-blog-img img { transform: scale(1.05); }
.lcm-blog-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--lcm-navy), var(--lcm-blue));
  display: flex; align-items: center; justify-content: center;
}
.lcm-blog-placeholder i { font-size: 2.5rem; color: rgba(255,255,255,.3); }
.lcm-blog-category {
  position: absolute; top: 14px; left: 14px;
  background: var(--lcm-orange); color: #fff;
  font-family: var(--lcm-font); font-size: .72rem; font-weight: 700;
  padding: 4px 12px; border-radius: 100px; text-transform: uppercase; letter-spacing: .06em;
}
.lcm-blog-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.lcm-blog-body h4 {
  font-size: 1rem; color: var(--lcm-navy); margin-bottom: 8px; line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.lcm-blog-body h4 a { color: inherit; text-decoration: none; transition: var(--lcm-transition); }
.lcm-blog-body h4 a:hover { color: var(--lcm-orange); }
.lcm-blog-excerpt { font-size: .85rem; color: var(--lcm-muted); line-height: 1.6; margin-bottom: 16px; flex: 1; }
.lcm-blog-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.lcm-blog-date { font-size: .78rem; color: var(--lcm-muted); display: flex; align-items: center; gap: 5px; }
.lcm-blog-read {
  font-family: var(--lcm-font); font-size: .78rem; font-weight: 700; color: var(--lcm-orange);
  text-decoration: none; text-transform: uppercase; letter-spacing: .06em;
  display: inline-flex; align-items: center; gap: 4px; transition: var(--lcm-transition);
}
.lcm-blog-read:hover { gap: 8px; color: var(--lcm-orange-dark); }

/* ── PREMIUM SHOWCASE ─────────────────────────────────────────── */
.lcm-showcase-card {
  border-radius: var(--lcm-radius-xl); overflow: hidden;
  position: relative; height: 320px;
}
.lcm-showcase-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.lcm-showcase-card:hover img { transform: scale(1.06); }
.lcm-showcase-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(7,20,48,.85) 0%, rgba(7,20,48,.2) 60%, transparent 100%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 28px;
}
.lcm-showcase-overlay h5 { color: #fff; font-size: 1.05rem; margin-bottom: 6px; }
.lcm-showcase-overlay p { color: rgba(255,255,255,.7); font-size: .84rem; margin: 0; }

/* ── FOOTER ───────────────────────────────────────────────────── */
.lcm-footer {
  background: var(--lcm-navy-deep);
  background-image: radial-gradient(ellipse 800px 500px at 0% 100%, rgba(37,99,235,.15), transparent),
                    radial-gradient(ellipse 600px 400px at 100% 0%, rgba(249,115,22,.08), transparent);
}
.lcm-footer-top { padding: 72px 0 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.lcm-footer-logo { margin-bottom: 20px; }
.lcm-footer-logo img { height: 46px; width: auto; filter: none; }
.lcm-footer-about { color: rgba(255,255,255,.6); font-size: .88rem; line-height: 1.7; max-width: 320px; margin-bottom: 24px; }
.lcm-footer-social { display: flex; gap: 10px; }
.lcm-footer-social a {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255,255,255,.08); color: rgba(255,255,255,.6);
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem; transition: var(--lcm-transition); text-decoration: none;
}
.lcm-footer-social a:hover { background: var(--lcm-orange); color: #fff; }
.lcm-footer-heading {
  font-family: var(--lcm-font); font-size: .78rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.4);
  margin-bottom: 18px;
}
.lcm-footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.lcm-footer-links li a {
  color: rgba(255,255,255,.65); font-size: .87rem; text-decoration: none;
  transition: var(--lcm-transition); display: flex; align-items: center; gap: 6px;
}
.lcm-footer-links li a::before { content:'→'; color: var(--lcm-orange); font-size: .7rem; opacity: 0; transition: var(--lcm-transition); }
.lcm-footer-links li a:hover { color: #fff; padding-left: 4px; }
.lcm-footer-links li a:hover::before { opacity: 1; }

.lcm-footer-newsletter-form { display: flex; gap: 8px; margin-top: 4px; }
.lcm-footer-newsletter-form input {
  flex: 1; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px; padding: 11px 16px; color: #fff; font-family: var(--lcm-font);
  font-size: .87rem; outline: none; transition: border-color var(--lcm-transition);
}
.lcm-footer-newsletter-form input::placeholder { color: rgba(255,255,255,.4); }
.lcm-footer-newsletter-form input:focus { border-color: var(--lcm-orange); }
.lcm-footer-newsletter-form button {
  background: var(--lcm-orange); border: none; color: #fff;
  border-radius: 10px; padding: 11px 18px; cursor: pointer;
  font-family: var(--lcm-font); font-size: .84rem; font-weight: 700;
  transition: var(--lcm-transition); white-space: nowrap;
}
.lcm-footer-newsletter-form button:hover { background: var(--lcm-orange-dark); }

.lcm-footer-bottom {
  padding: 20px 0; display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 12px;
}
.lcm-footer-bottom .copy { color: rgba(255,255,255,.4); font-size: .82rem; }
.lcm-footer-bottom-links { display: flex; gap: 20px; }
.lcm-footer-bottom-links a { color: rgba(255,255,255,.45); font-size: .82rem; text-decoration: none; transition: color var(--lcm-transition); }
.lcm-footer-bottom-links a:hover { color: var(--lcm-orange); }

/* ── MOBILE BOTTOM NAV ────────────────────────────────────────── */
.lcm-mobile-nav {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 990;
  background: rgba(255,255,255,.95); backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--lcm-border);
  box-shadow: 0 -4px 20px rgba(11,31,78,.1);
  padding: 8px 0 max(8px, env(safe-area-inset-bottom));
}
.lcm-mobile-nav-inner { display: flex; }
.lcm-mobile-nav-item {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  gap: 3px; text-decoration: none; padding: 6px 4px;
  color: var(--lcm-muted); font-family: var(--lcm-font);
  font-size: .62rem; font-weight: 600; transition: color var(--lcm-transition);
}
.lcm-mobile-nav-item i { font-size: 1.1rem; }
.lcm-mobile-nav-item.active, .lcm-mobile-nav-item:hover { color: var(--lcm-orange); }
.lcm-mobile-nav-item.cta-item {
  background: var(--lcm-orange); color: #fff !important;
  border-radius: 14px; margin: -2px 8px 0;
  box-shadow: 0 4px 14px rgba(249,115,22,.4);
}

/* ── WHATSAPP FLOAT ───────────────────────────────────────────── */
.lcm-whatsapp-float {
  position: fixed; bottom: 90px; right: 24px; z-index: 980;
  display: flex; flex-direction: column; align-items: flex-end; gap: 8px;
}
.lcm-whatsapp-float a {
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(37,211,102,.4); text-decoration: none;
  transition: var(--lcm-transition);
}
.lcm-whatsapp-float a:hover { transform: scale(1.08); box-shadow: 0 10px 28px rgba(37,211,102,.55); }
.lcm-whatsapp-float a svg { width: 28px; height: 28px; }
.lcm-whatsapp-bubble {
  background: var(--lcm-navy); color: #fff; font-family: var(--lcm-font);
  font-size: .78rem; font-weight: 600; padding: 6px 14px; border-radius: 100px;
  white-space: nowrap; opacity: 0; transform: translateX(10px);
  transition: var(--lcm-transition); pointer-events: none;
}
.lcm-whatsapp-float:hover .lcm-whatsapp-bubble { opacity: 1; transform: translateX(0); }

/* ── LOADER ───────────────────────────────────────────────────── */
.lcm-loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--lcm-navy-deep); display: flex;
  flex-direction: column; align-items: center; justify-content: center; gap: 20px;
}
.lcm-loader-logo img { height: 60px; animation: loader-pulse 1.2s ease-in-out infinite; }
@keyframes loader-pulse { 0%,100%{transform:scale(1);opacity:1;} 50%{transform:scale(.95);opacity:.7;} }
.lcm-loader-bar { width: 160px; height: 3px; background: rgba(255,255,255,.1); border-radius: 2px; overflow: hidden; }
.lcm-loader-bar-fill {
  height: 100%; border-radius: 2px;
  background: linear-gradient(90deg, var(--lcm-orange), var(--lcm-blue-light));
  animation: loader-bar 1.4s ease-in-out infinite;
}
@keyframes loader-bar { 0%{width:0;margin-left:0;} 50%{width:80%;margin-left:0;} 100%{width:0;margin-left:100%;} }
.lcm-loader p { color: rgba(255,255,255,.5); font-family: var(--lcm-font); font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }

/* ── PAGE HEADER (inner pages) ────────────────────────────────── */
.lcm-page-header {
  background: linear-gradient(135deg, var(--lcm-navy-deep) 0%, var(--lcm-navy) 60%, var(--lcm-navy-mid) 100%);
  padding: 120px 0 60px; position: relative; overflow: hidden;
}
.lcm-page-header::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 600px 400px at 80% 50%, rgba(249,115,22,.15), transparent);
}
.lcm-page-header .content { position: relative; z-index: 2; }
.lcm-page-header h1 { color: #fff; font-size: clamp(1.8rem, 3.5vw, 2.8rem); margin-bottom: 12px; }
.lcm-breadcrumb { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.lcm-breadcrumb a { color: rgba(255,255,255,.6); text-decoration: none; font-size: .84rem; font-weight: 600; transition: color var(--lcm-transition); }
.lcm-breadcrumb a:hover { color: var(--lcm-orange); }
.lcm-breadcrumb span { color: rgba(255,255,255,.35); font-size: .75rem; }
.lcm-breadcrumb .current { color: var(--lcm-orange); font-weight: 700; font-size: .84rem; }

/* ── EXPERTISE / SERVICE CARDS ────────────────────────────────── */
.lcm-service-card {
  background: #fff; border: 1px solid var(--lcm-border);
  border-radius: var(--lcm-radius-xl); padding: 32px 28px;
  height: 100%; transition: var(--lcm-transition);
  display: flex; flex-direction: column; gap: 16px;
}
.lcm-service-card:hover { transform: translateY(-5px); box-shadow: var(--lcm-shadow-lg); border-color: var(--lcm-orange); }
.lcm-service-card-num {
  font-family: var(--lcm-font); font-size: 2.5rem; font-weight: 900;
  color: rgba(11,31,78,.08); line-height: 1;
}
.lcm-service-card h3 { font-size: 1.1rem; color: var(--lcm-navy); }
.lcm-service-card p { color: var(--lcm-muted); font-size: .88rem; line-height: 1.65; flex: 1; }

/* ── FORMATION CARDS ──────────────────────────────────────────── */
.lcm-formation-card {
  background: #fff; border: 1px solid var(--lcm-border);
  border-radius: var(--lcm-radius-xl); overflow: hidden;
  transition: var(--lcm-transition); height: 100%;
}
.lcm-formation-card:hover { transform: translateY(-5px); box-shadow: var(--lcm-shadow-lg); }
.lcm-formation-header {
  padding: 24px 24px 20px;
  background: linear-gradient(135deg, var(--lcm-navy) 0%, var(--lcm-navy-mid) 100%);
  position: relative; overflow: hidden;
}
.lcm-formation-header::after {
  content: ''; position: absolute; bottom: -20px; right: -20px;
  width: 100px; height: 100px; border-radius: 50%;
  background: rgba(255,255,255,.05);
}
.lcm-formation-level {
  display: inline-block; font-family: var(--lcm-font); font-size: .68rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .1em;
  padding: 3px 10px; border-radius: 100px; margin-bottom: 10px;
}
.lcm-formation-level.debutant { background: rgba(34,197,94,.2); color: #4ade80; }
.lcm-formation-level.intermediaire { background: rgba(249,115,22,.2); color: #fb923c; }
.lcm-formation-level.avance { background: rgba(239,68,68,.2); color: #f87171; }
.lcm-formation-level.manager { background: rgba(147,51,234,.2); color: #c084fc; }
.lcm-formation-header h3 { color: #fff; font-size: 1.05rem; position: relative; z-index: 2; }
.lcm-formation-body { padding: 24px; }
.lcm-formation-body p { color: var(--lcm-muted); font-size: .87rem; margin-bottom: 16px; }
.lcm-formation-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.lcm-formation-tag {
  font-family: var(--lcm-font); font-size: .72rem; font-weight: 700;
  padding: 3px 10px; border-radius: 6px;
  background: var(--lcm-bg); color: var(--lcm-navy); border: 1px solid var(--lcm-border);
}

/* ── INSCRIPTION WIZARD ───────────────────────────────────────── */
.lcm-wizard { display: flex; align-items: center; gap: 0; margin-bottom: 40px; }
.lcm-wizard-step {
  display: flex; align-items: center; gap: 10px; flex: 1;
  position: relative;
}
.lcm-wizard-step:not(:last-child)::after {
  content: ''; position: absolute; top: 20px; left: calc(50% + 14px); right: calc(-50% + 14px);
  height: 2px; background: var(--lcm-border);
}
.lcm-wizard-step.done:not(:last-child)::after { background: var(--lcm-orange); }
.lcm-wizard-num {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--lcm-font); font-size: .84rem; font-weight: 800;
  border: 2px solid var(--lcm-border); background: #fff; color: var(--lcm-muted);
  transition: var(--lcm-transition);
}
.lcm-wizard-step.done .lcm-wizard-num { background: var(--lcm-orange); border-color: var(--lcm-orange); color: #fff; }
.lcm-wizard-step.active .lcm-wizard-num { background: var(--lcm-navy); border-color: var(--lcm-navy); color: #fff; }
.lcm-wizard-label {
  font-family: var(--lcm-font); font-size: .78rem; font-weight: 700;
  color: var(--lcm-muted); display: none;
}
.lcm-wizard-step.active .lcm-wizard-label, .lcm-wizard-step.done .lcm-wizard-label { color: var(--lcm-navy); }

/* ── FORM ─────────────────────────────────────────────────────── */
.lcm-form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.lcm-form-group label { font-family: var(--lcm-font); font-size: .84rem; font-weight: 700; color: var(--lcm-navy); }
.lcm-input {
  width: 100%; padding: 12px 16px; border: 1.5px solid var(--lcm-border);
  border-radius: var(--lcm-radius-sm); background: #fff; color: var(--lcm-text);
  font-family: var(--lcm-font-body); font-size: .92rem;
  outline: none; transition: border-color var(--lcm-transition), box-shadow var(--lcm-transition);
}
.lcm-input:focus { border-color: var(--lcm-orange); box-shadow: 0 0 0 3px rgba(249,115,22,.1); }
.lcm-input.is-invalid { border-color: #ef4444; }
.lcm-invalid-feedback { color: #ef4444; font-size: .8rem; margin-top: 4px; }

/* ── ADMIN OVERRIDE ───────────────────────────────────────────── */
body.site-admin { font-family: var(--lcm-font-body); }

/* ── RESPONSIVE ───────────────────────────────────────────────── */
@media (max-width: 1199px) {
  .lcm-hero h1 { font-size: clamp(2rem, 4vw, 3rem); }
  .lcm-hero-visual { display: none; }
  .lcm-hero-content { text-align: center; max-width: 700px; margin: 0 auto; }
  .lcm-hero p { margin-left: auto; margin-right: auto; }
  .lcm-hero-btns { justify-content: center; }
  .lcm-hero-trust { justify-content: center; }
}

@media (max-width: 991px) {
  .lcm-navbar-nav, .lcm-navbar-actions { display: none; }
  .lcm-nav-toggle { display: flex; }
  .lcm-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .lcm-section { padding: 64px 0; }
  .lcm-cta-banner { padding: 40px 28px; }
  .lcm-mobile-nav { display: block; }
  .lcm-whatsapp-float { bottom: 80px; }
  body.site-public { padding-bottom: 64px; }
}

@media (max-width: 767px) {
  .lcm-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .lcm-cta-banner { text-align: center; }
  .lcm-cta-banner p { margin: 0 auto; }
  .lcm-cta-banner .actions { justify-content: center; }
  .lcm-hero { min-height: 90vh; padding: 100px 0 60px; }
  .lcm-footer-top { padding: 48px 0 36px; }
  .lcm-about-img-accent { display: none; }
  .lcm-about-img-badge { right: 10px; bottom: -10px; }
  .lcm-wizard-label { display: none !important; }
  .lcm-wizard-step:not(:last-child)::after { right: calc(-50% + 20px); }
}

@media (max-width: 575px) {
  .lcm-stats-grid { grid-template-columns: 1fr 1fr; }
  .lcm-section { padding: 48px 0; }
  .lcm-hero h1 { font-size: 2rem; }
  .lcm-hero-btns .btn-lcm-outline { display: none; }
}

/* ── ANIMATIONS ───────────────────────────────────────────────── */
.lcm-fade-up {
  opacity: 0; transform: translateY(28px);
  transition: opacity .6s ease, transform .6s ease;
}
.lcm-fade-up.visible { opacity: 1; transform: translateY(0); }
.lcm-fade-up-delay-1 { transition-delay: .1s; }
.lcm-fade-up-delay-2 { transition-delay: .2s; }
.lcm-fade-up-delay-3 { transition-delay: .3s; }

/* ── INTEGRATION OVERRIDES ────────────────────────────────────── */

/* Reset old padding from lcm.css */
body.site-public { padding-top: 0 !important; padding-bottom: 0; }

/* Ticker: fixed at very top, bigger */
.lcm-ticker-bar {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 982;
  font-size: 0.9rem; font-weight: 600;
  padding: 10px 0;
}
.lcm-ticker-item { font-size: 0.9rem; gap: 12px; }
.lcm-ticker-item strong { font-weight: 800; opacity: 1; }

/* Navbar below ticker when active */
body.has-info-ticker .lcm-navbar { top: 40px; }

/* Sections offset when ticker active */
body.has-info-ticker .lcm-hero { padding-top: 165px; }
body.has-info-ticker .lcm-page-header { padding-top: 165px; }

@media (max-width: 991px) {
  body.has-info-ticker .lcm-navbar { top: 40px; }
  body.has-info-ticker .lcm-hero { padding-top: 165px; }
  body.has-info-ticker .lcm-page-header { padding-top: 165px; }
  body.site-public { padding-bottom: 72px; }
}

/* Page header with bg image support */
.lcm-page-header-img { position: relative; }

/* Norme cards on dark section background */
.lcm-section-dark .lcm-norme-card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }
.lcm-section-dark .lcm-norme-card:hover { background: rgba(255,255,255,.12); border-color: var(--lcm-orange); }
.lcm-section-dark .lcm-norme-code { color: #fff; }
.lcm-section-dark .lcm-norme-label { color: rgba(255,255,255,.6); }
.lcm-section-dark .lcm-norme-icon { background: var(--lcm-orange); }

/* Loader fade out */
#lcm-loader { transition: opacity 0.4s ease; }
#lcm-loader.hidden { opacity: 0; pointer-events: none; }
.lcm-fade-up-delay-4 { transition-delay: .4s; }
