/* =============================================================================
   LMQ Theme — main.css v3.2.0
   Premium industrial corporate design system.
   System fonts: Manrope (headings), Inter (body) — no external imports.
   ============================================================================= */

/* =============================================================================
   1. CSS CUSTOM PROPERTIES
   ============================================================================= */
:root {
  /* Brand colors */
  --lmq-navy:       #082545;
  --lmq-navy-rgb:   8 37 69;
  --lmq-ink:        #17324F;
  --lmq-text:       #17324F;
  --lmq-muted:      #667B89;
  --lmq-bg-light:   #F4F8FA;
  --lmq-surface:    #FFFFFF;
  --lmq-surface-alt:#EAF3F7;
  --lmq-white:      #FFFFFF;
  --lmq-accent:     #74BC44;
  --lmq-accent-rgb: 116 188 68;
  --lmq-accent-dk:  #5A9E32;
  --lmq-green:      #74BC44;
  --lmq-green-rgb:  116 188 68;
  --lmq-green-dk:   #5A9E32;
  --lmq-border:     #D8E5EB;
  --lmq-line:       rgb(var(--lmq-navy-rgb) / .12);

  /* Radii */
  --lmq-radius-xs:  6px;
  --lmq-radius-sm:  8px;
  --lmq-radius-md:  12px;
  --lmq-radius-lg:  16px;
  --lmq-radius-xl:  24px;

  /* Shadows */
  --lmq-shadow-xs:  0 2px 8px rgba(0,0,0,.06);
  --lmq-shadow-sm:  0 10px 40px rgba(0,0,0,.08);
  --lmq-shadow-md:  0 18px 48px rgb(var(--lmq-navy-rgb) / .14);
  --lmq-shadow-lg:  0 28px 70px rgb(var(--lmq-navy-rgb) / .18);
  --lmq-shadow-xl:  0 40px 100px rgb(var(--lmq-navy-rgb) / .22);

  /* Spacing system */
  --lmq-space-xs:   8px;
  --lmq-space-sm:   16px;
  --lmq-space-md:   32px;
  --lmq-space-lg:   64px;
  --lmq-space-xl:   96px;
  --lmq-space-2xl:  120px;

  /* Section padding */
  --lmq-section-y:  80px;
  --lmq-section-y-sm: 56px;
  --lmq-container-max: 1280px;
  --lmq-container-wide: 1360px;
  --lmq-content-max: 820px;
  --lmq-container-pad: 32px;
  --lmq-container-pad-md: 24px;
  --lmq-container-pad-sm: 18px;

  /* Card padding */
  --lmq-card-pad:   32px;

  /* Typography scale */
  --lmq-h1:         clamp(48px, 6.5vw, 86px);
  --lmq-h2:         clamp(34px, 4.5vw, 54px);
  --lmq-h3:         clamp(22px, 2.5vw, 28px);
  --lmq-lead:       clamp(17px, 1.5vw, 20px);

  /* Transitions */
  --lmq-ease:       cubic-bezier(.22,.68,0,1.2);
  --lmq-ease-std:   cubic-bezier(.4,0,.2,1);
  --lmq-dur:        .22s;
  --lmq-dur-md:     .35s;
}

/* =============================================================================
   2. RESET & BASE
   ============================================================================= */
/* Global resets — applied here so main.css is self-contained when style.css is not loaded */
*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Inter", "Aptos", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--lmq-text);
  background:
    linear-gradient(90deg, rgb(var(--lmq-accent-rgb) / .04) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(180deg, rgb(var(--lmq-green-rgb) / .03) 1px, transparent 1px) 0 0 / 48px 48px,
    var(--lmq-white);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: "Manrope", "Aptos Display", "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.1;
  letter-spacing: -.01em;
  font-weight: 800;
  overflow-wrap: break-word;
  text-wrap: balance;
}

h1 { font-size: var(--lmq-h1); }
h2 { font-size: var(--lmq-h2); }
h3 { font-size: var(--lmq-h3); }

p { margin-top: 0; margin-bottom: 1em; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--lmq-accent); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--lmq-accent);
  outline-offset: 2px;
}

/* =============================================================================
   3. LAYOUT UTILITIES
   ============================================================================= */
.lmq-container {
  width: 100%;
  max-width: var(--lmq-container-max);
  margin: 0 auto;
  padding-inline: var(--lmq-container-pad);
}

.lmq-container-wide {
  width: 100%;
  max-width: var(--lmq-container-wide);
  margin: 0 auto;
  padding-inline: var(--lmq-container-pad);
}

.lmq-content-narrow {
  width: 100%;
  max-width: var(--lmq-content-max);
  margin: 0 auto;
}

.elementor-section > .elementor-container,
.elementor-section > .e-con-inner,
.elementor-inner-section > .elementor-container,
.elementor-inner-section > .e-con-inner {
  width: 100%;
  max-width: var(--lmq-container-max);
  margin-inline: auto;
  padding-inline: var(--lmq-container-pad);
}

.elementor-section.lmq-hero-fullbleed > .elementor-container,
.elementor-section.lmq-hero-fullbleed > .e-con-inner,
.elementor-section.lmq-services2-hero > .elementor-container,
.elementor-section.lmq-services2-hero > .e-con-inner,
.elementor-section.lmq-trust-bar--hero > .elementor-container,
.elementor-section.lmq-trust-bar--hero > .e-con-inner,
.elementor-section.lmq-section--wide > .elementor-container,
.elementor-section.lmq-section--wide > .e-con-inner {
  max-width: var(--lmq-container-wide);
}

.elementor-widget-text-editor .elementor-widget-container > * {
  max-width: var(--lmq-content-max);
}

.elementor-widget-text-editor .elementor-widget-container > .lmq-container,
.elementor-widget-text-editor .elementor-widget-container > .lmq-container-wide,
.elementor-widget-text-editor .elementor-widget-container > .lmq-content-narrow {
  max-width: none;
}

.elementor-widget-text-editor .elementor-widget-container > p,
.elementor-widget-text-editor .elementor-widget-container > ul,
.elementor-widget-text-editor .elementor-widget-container > ol,
.elementor-widget-text-editor .elementor-widget-container > div,
.elementor-widget-text-editor .elementor-widget-container > nav {
  margin-bottom: 0;
}

.elementor-widget-text-editor .elementor-widget-container > p + p,
.elementor-widget-text-editor .elementor-widget-container > p + ul,
.elementor-widget-text-editor .elementor-widget-container > p + ol {
  margin-top: 1em;
}

.lmq-section {
  padding: var(--lmq-section-y) 0;
}

.lmq-section--sm {
  padding: 80px 0;
}

.lmq-section--alt {
  background: var(--lmq-bg-light);
}

@media (max-width: 1024px) {
  .lmq-container,
  .lmq-container-wide,
  .elementor-section > .elementor-container,
  .elementor-section > .e-con-inner,
  .elementor-inner-section > .elementor-container,
  .elementor-inner-section > .e-con-inner {
    padding-inline: var(--lmq-container-pad-md);
  }
}

@media (max-width: 767px) {
  .lmq-container,
  .lmq-container-wide,
  .elementor-section > .elementor-container,
  .elementor-section > .e-con-inner,
  .elementor-inner-section > .elementor-container,
  .elementor-inner-section > .e-con-inner {
    padding-inline: var(--lmq-container-pad-sm);
  }
}

/* =============================================================================
   4. TYPOGRAPHY HELPERS
   ============================================================================= */
.lmq-kicker {
  margin: 0 0 14px;
  color: var(--lmq-accent) ;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.lmq-hero-lead {
  color: rgba(234,241,253,.92) ;
  font-size: var(--lmq-lead);
  max-width: 700px;
  margin: 24px 0 0;
  line-height: 1.7;
}

.lmq-lead {
  color: #3B5263 ;
  font-size: 18px;
  line-height: 1.8;
}

.lmq-section-intro {
  max-width: 720px;
  margin: 18px auto 0;
  text-align: center;
  color: #526879 ;
  font-size: 17px;
  line-height: 1.75;
}

/* =============================================================================
   5. BUTTONS
   ============================================================================= */
.lmq-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  padding: 15px 26px;
  border-radius: var(--lmq-radius-md);
  transition:
    transform var(--lmq-dur) var(--lmq-ease),
    box-shadow var(--lmq-dur) var(--lmq-ease-std),
    background var(--lmq-dur) var(--lmq-ease-std);
  text-decoration: none;
  letter-spacing: .01em;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}

.lmq-btn-primary {
  background: linear-gradient(135deg, var(--lmq-accent), var(--lmq-accent-dk));
  color: #fff;
  box-shadow: 0 6px 24px rgb(var(--lmq-accent-rgb) / .36);
}
.lmq-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgb(var(--lmq-accent-rgb) / .46);
  color: #fff;
}

.lmq-btn-secondary {
  background: linear-gradient(135deg, var(--lmq-green), var(--lmq-green-dk));
  color: #fff;
  box-shadow: 0 6px 24px rgb(var(--lmq-green-rgb) / .34);
}
.lmq-btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgb(var(--lmq-green-rgb) / .44);
  color: #fff;
}

.lmq-btn-light {
  background: rgba(255,255,255,.14);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.44);
  backdrop-filter: blur(8px);
}
.lmq-btn-light:hover {
  background: rgba(255,255,255,.24);
  transform: translateY(-2px);
  color: #fff;
}

.lmq-btn-outline {
  background: transparent;
  color: var(--lmq-accent);
  border: 2px solid var(--lmq-accent);
}
.lmq-btn-outline:hover {
  background: var(--lmq-accent);
  color: #fff;
  transform: translateY(-2px);
}

.lmq-btn-sm {
  padding: 10px 18px;
  font-size: 13px;
}

.lmq-btn-lg {
  padding: 18px 32px;
  font-size: 15px;
}

/* =============================================================================
   6. BADGES & PILLS
   ============================================================================= */
.lmq-badge {
  display: inline-block;
  background: var(--lmq-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
}

.lmq-badge--green {
  background: var(--lmq-green);
}

.lmq-badge--navy {
  background: var(--lmq-navy);
}

.lmq-badge--ghost {
  background: transparent;
  color: var(--lmq-navy);
  border: 1.5px solid var(--lmq-border);
}

.lmq-pill-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lmq-pill-list li {
  border: 1.5px solid var(--lmq-border);
  border-radius: 999px;
  background: #fff;
  color: var(--lmq-navy);
  font-weight: 700;
  font-size: 13px;
  padding: 8px 16px;
  transition: border-color var(--lmq-dur), background var(--lmq-dur);
}

.lmq-pill-list li:hover {
  border-color: var(--lmq-accent);
  background: rgb(var(--lmq-accent-rgb) / .06);
}

/* =============================================================================
   7. HEADER
   ============================================================================= */
.lmq-header {
  position: relative;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--lmq-border);
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}

.lmq-header.is-sticky {
  position: sticky;
  top: 0;
  z-index: 200;
}

.lmq-header.is-scrolled {
  box-shadow: 0 12px 40px rgba(20,43,56,.10);
  border-bottom-color: transparent;
}

/* Topbar */
.lmq-topbar {
  background: var(--lmq-navy);
  color: #dbe7ee;
  font-size: 12px;
}

.lmq-topbar-inner {
  display: flex;
  justify-content: flex-end;
  min-height: 38px;
  align-items: center;
}

.lmq-topbar-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-width: 0;
}

.lmq-topbar-links a {
  color: #b5c8d8;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  transition: color var(--lmq-dur);
}

.lmq-topbar-links a:hover {
  color: #fff;
}

/* Nav */
.lmq-navwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 18px;
}

.lmq-logo {
  min-width: 92px;
  flex: 0 0 auto;
}

.lmq-logo img {
  display: block;
  max-height: 46px;
  width: auto;
  min-width: 0;
}

.lmq-logo-text {
  font-weight: 800;
  font-size: 20px;
  color: var(--lmq-navy);
  text-decoration: none;
}

.lmq-nav {
  flex: 1 1 auto;
  min-width: 0;
}

.lmq-nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2px, .45vw, 8px);
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 0;
}

.lmq-nav-menu li {
  position: relative;
}

.lmq-nav-menu a {
  display: block;
  text-decoration: none;
  color: var(--lmq-ink);
  font-weight: 650;
  font-size: 14px;
  line-height: 1.2;
  padding: 10px clamp(8px, .65vw, 12px);
  border-radius: var(--lmq-radius-sm);
  white-space: nowrap;
  transition: background var(--lmq-dur), color var(--lmq-dur);
}

.lmq-nav-menu a:hover {
  background: var(--lmq-bg-light);
  color: var(--lmq-accent);
}

/* Dropdown */
.lmq-nav-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-md);
  box-shadow: var(--lmq-shadow-md);
  min-width: 270px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 100;
}

.lmq-nav-menu li:hover > .sub-menu,
.lmq-nav-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lmq-nav-menu .sub-menu li { width: 100%; }

.lmq-nav-menu .sub-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 0;
}

.lmq-nav-menu .sub-menu a:hover {
  background: var(--lmq-bg-light);
  color: var(--lmq-accent);
}

/* Nav actions */
.lmq-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 0;
}

.lmq-nav-actions .lmq-btn {
  min-height: 44px;
  padding: 12px 18px;
  white-space: nowrap;
  line-height: 1;
}

.lmq-header-phone {
  color: var(--lmq-navy);
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
}

.lmq-menu-toggle {
  display: none;
  background: #fff;
  border: 1.5px solid var(--lmq-border);
  border-radius: var(--lmq-radius-md);
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  padding: 9px 10px;
}

.lmq-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--lmq-navy);
  margin: 4px 0;
  border-radius: 2px;
  transition: transform .2s, opacity .2s;
}

/* Mobile menu */
.lmq-mobile-menu { display: none; }

.lmq-mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lmq-mobile-menu-list a {
  display: block;
  text-decoration: none;
  color: var(--lmq-text);
  font-weight: 650;
  padding: 11px 0;
  border-bottom: 1px solid var(--lmq-bg-light);
}

.lmq-mobile-menu-list .sub-menu {
  list-style: none;
  padding-left: 16px;
  margin-top: 6px;
  border-left: 2px solid var(--lmq-accent);
}

.lmq-mobile-menu-list .sub-menu a {
  font-size: 14px;
  padding: 7px 0;
  color: var(--lmq-muted);
}

/* =============================================================================
   8. FOOTER
   ============================================================================= */
.lmq-footer {
  background:
    linear-gradient(135deg, rgb(var(--lmq-accent-rgb) / .22), transparent 40%),
    radial-gradient(circle at 92% 12%, rgb(var(--lmq-green-rgb) / .18), transparent 30%),
    var(--lmq-navy);
  color: #C7D5DE;
  padding: 48px 0 20px;
}

.lmq-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .95fr 1.1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.lmq-footer-menu {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lmq-footer-menu a {
  color: #B9C4D6;
  text-decoration: none;
  font-size: 14px;
  transition: color var(--lmq-dur);
}

.lmq-footer-menu a:hover { color: #fff; }

.lmq-footer-logo { color: #fff; font-weight: 800; font-size: 21px; }

.lmq-footer-grid > div > h4,
.footer-widget h4,
.lmq-footer-contact h4 {
  color: #fff;
  font-size: 13px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 800;
}

.lmq-footer-contact a { color: #B9C4D6; text-decoration: none; }
.lmq-footer-contact a:hover { color: #fff; }

.lmq-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.lmq-footer-social a {
  font-size: 12px;
  color: #B9C4D6;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 6px 16px;
  transition: color var(--lmq-dur), border-color var(--lmq-dur), background var(--lmq-dur);
}

.lmq-footer-social a:hover {
  color: #fff;
  border-color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.08);
}

.lmq-footer-bottom {
  padding-top: 24px;
  font-size: 13px;
  color: #7E8FA8;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.lmq-footer-legal-links a {
  color: #9FB0C7;
  text-decoration: none;
  margin-left: 18px;
  font-size: 13px;
  transition: color var(--lmq-dur);
}

.lmq-footer-legal-links a:hover { color: #fff; }

.lmq-footer-brand .lmq-btn-primary { margin-top: 18px; }

/* =============================================================================
   9. CARDS — Base, Rich Card, Step Card
   ============================================================================= */
.lmq-card {
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-lg);
  box-shadow: var(--lmq-shadow-sm);
  overflow: hidden;
  transition: transform var(--lmq-dur-md) var(--lmq-ease), box-shadow var(--lmq-dur-md) var(--lmq-ease-std), border-color var(--lmq-dur);
}

.lmq-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--lmq-shadow-md);
  border-color: rgb(var(--lmq-accent-rgb) / .28);
}

/* Rich card */
.lmq-rich-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-lg);
  box-shadow: var(--lmq-shadow-sm);
  padding: var(--lmq-card-pad);
  transition: transform var(--lmq-dur-md) var(--lmq-ease), box-shadow var(--lmq-dur-md) var(--lmq-ease-std), border-color var(--lmq-dur);
}

.lmq-rich-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--lmq-shadow-md);
  border-color: rgb(var(--lmq-accent-rgb) / .3);
}

.lmq-rich-card__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--lmq-radius-md);
  color: var(--lmq-accent);
  background: rgb(var(--lmq-accent-rgb) / .1);
  margin-bottom: 20px;
  font-size: 20px;
}

.lmq-rich-card h3,
.lmq-step-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.25;
}

.lmq-rich-card p,
.lmq-step-card p {
  margin: 0;
  color: #526879 ;
  font-size: 15px;
  line-height: 1.7;
}

.lmq-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: var(--lmq-accent);
  font-weight: 800;
  text-decoration: none;
  font-size: 14px;
}

.lmq-inline-link::after {
  content: "→";
  transition: transform var(--lmq-dur);
}

.lmq-inline-link:hover::after { transform: translateX(4px); }

/* Step card */
.lmq-step-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-lg);
  box-shadow: var(--lmq-shadow-sm);
  padding: var(--lmq-card-pad);
  transition: transform var(--lmq-dur-md) var(--lmq-ease), box-shadow var(--lmq-dur-md) var(--lmq-ease-std);
}

.lmq-step-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--lmq-shadow-md);
}

.lmq-step-card span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lmq-accent), var(--lmq-navy));
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgb(var(--lmq-accent-rgb) / .32);
}

/* =============================================================================
   10. CTA PANEL
   ============================================================================= */
.lmq-cta-panel {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  border-radius: var(--lmq-radius-xl);
  background: linear-gradient(135deg, rgb(var(--lmq-accent-rgb) / .26), rgb(var(--lmq-green-rgb) / .14)), var(--lmq-navy);
  color: #fff;
  padding: 48px 52px;
  box-shadow: var(--lmq-shadow-lg);
  position: relative;
  overflow: hidden;
}

.lmq-cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 10% 50%, rgb(var(--lmq-accent-rgb) / .18), transparent 60%);
  pointer-events: none;
}

.lmq-cta-panel h2 {
  color: #fff;
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 42px);
}

.lmq-cta-panel p {
  color: rgba(220,233,239,.92) ;
  margin: 0;
  max-width: 680px;
  font-size: 16px;
}

.lmq-cta-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  flex-shrink: 0;
}

.lmq-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 32px;
}

/* =============================================================================
   11. TRUST LIST
   ============================================================================= */
.lmq-trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.lmq-trust-list li {
  position: relative;
  padding-left: 26px;
  font-weight: 700;
  font-size: 14px;
}

.lmq-trust-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .44em;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--lmq-green);
  box-shadow: 0 0 0 4px rgb(var(--lmq-green-rgb) / .18);
}

.lmq-trust-list--hero {
  margin-top: 32px;
  color: rgba(255,255,255,.9);
}

/* =============================================================================
   12. SECTION DIVIDERS (angled / clip-path)
   ============================================================================= */
.lmq-section-divider {
  position: relative;
  overflow: hidden;
}

.lmq-section-divider--bottom::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.lmq-section-divider--top::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--lmq-bg-light);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

/* =============================================================================
   13. DARK SECTION
   ============================================================================= */
.lmq-dark-section {
  background: var(--lmq-navy);
  color: rgba(220,233,239,.88);
  padding: var(--lmq-section-y) 0;
}

.lmq-dark-section h1,
.lmq-dark-section h2,
.lmq-dark-section h3 {
  color: #fff;
}

.lmq-dark-section p {
  color: rgba(220,233,239,.88) ;
}

/* =============================================================================
   14. STATS BAR
   ============================================================================= */
.lmq-stats-bar {
  background: linear-gradient(90deg, rgb(var(--lmq-accent-rgb) / .08), rgb(var(--lmq-green-rgb) / .06)), var(--lmq-bg-light);
  border-top: 1px solid var(--lmq-border);
  border-bottom: 1px solid var(--lmq-border);
  padding: 48px 0;
}

.lmq-stats-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}

.lmq-stats-bar__number {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  color: var(--lmq-accent);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1;
  margin-bottom: 8px;
}

.lmq-stats-bar__label {
  font-size: 14px;
  color: var(--lmq-muted);
  font-weight: 600;
}

/* =============================================================================
   15. ICON FEATURE BLOCKS
   ============================================================================= */
.lmq-icon-feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: var(--lmq-card-pad);
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-lg);
  box-shadow: var(--lmq-shadow-sm);
  transition: transform var(--lmq-dur-md) var(--lmq-ease), box-shadow var(--lmq-dur-md) var(--lmq-ease-std);
}

.lmq-icon-feature:hover {
  transform: translateY(-4px);
  box-shadow: var(--lmq-shadow-md);
}

.lmq-icon-feature__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgb(var(--lmq-accent-rgb) / .12), rgb(var(--lmq-accent-rgb) / .06));
  border-radius: var(--lmq-radius-md);
  font-size: 24px;
  color: var(--lmq-accent);
}

.lmq-icon-feature h3 {
  font-size: 20px;
  margin: 0;
}

.lmq-icon-feature p {
  margin: 0;
  color: var(--lmq-muted);
  font-size: 15px;
}

/* =============================================================================
   16. BREADCRUMBS
   ============================================================================= */
.lmq-breadcrumbs {
  padding: 14px 0;
  font-size: 13px;
  color: var(--lmq-muted);
  border-bottom: 1px solid var(--lmq-border);
}

.lmq-breadcrumbs a {
  color: var(--lmq-muted);
  text-decoration: none;
  transition: color var(--lmq-dur);
}

.lmq-breadcrumbs a:hover { color: var(--lmq-accent); }

.lmq-breadcrumbs span {
  margin: 0 8px;
  opacity: .5;
}

.lmq-breadcrumbs__current {
  color: var(--lmq-navy);
  font-weight: 600;
}

/* =============================================================================
   17. BLOG HERO
   ============================================================================= */
.lmq-blog-hero {
  position: relative;
  background: linear-gradient(135deg, var(--lmq-navy), var(--lmq-navy) 60%, var(--lmq-navy));
  padding: 88px 0 96px;
  overflow: hidden;
}

.lmq-blog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 60%, rgb(var(--lmq-accent-rgb) / .24), transparent 55%),
    radial-gradient(ellipse at 80% 20%, rgb(var(--lmq-green-rgb) / .14), transparent 45%);
  pointer-events: none;
}

.lmq-blog-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.lmq-blog-hero h1 {
  color: #fff;
  font-size: clamp(38px, 5vw, 62px);
  margin-bottom: 16px;
}

.lmq-blog-hero p {
  color: rgba(220,233,239,.88) ;
  font-size: 18px;
  margin-bottom: 36px;
}

/* =============================================================================
   18. SEARCH FORM
   ============================================================================= */
.lmq-search-form {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.lmq-search-form__input {
  width: 100%;
  padding: 16px 120px 16px 24px;
  border-radius: 999px;
  border: none;
  font-size: 15px;
  font-family: inherit;
  color: var(--lmq-text);
  background: #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
  outline: none;
  transition: box-shadow var(--lmq-dur);
}

.lmq-search-form__input:focus {
  box-shadow: 0 8px 32px rgba(0,0,0,.18), 0 0 0 3px rgb(var(--lmq-accent-rgb) / .3);
}

.lmq-search-form__submit {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, var(--lmq-accent), var(--lmq-accent-dk));
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: box-shadow var(--lmq-dur);
  font-family: inherit;
}

.lmq-search-form__submit:hover {
  box-shadow: 0 4px 16px rgb(var(--lmq-accent-rgb) / .44);
}

/* =============================================================================
   19. CATEGORY FILTERS
   ============================================================================= */
.lmq-category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}

.lmq-category-filters__label {
  font-weight: 700;
  font-size: 13px;
  color: var(--lmq-muted);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-right: 4px;
}

.lmq-filter-pill {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1.5px solid var(--lmq-border);
  color: var(--lmq-navy);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background var(--lmq-dur), border-color var(--lmq-dur), color var(--lmq-dur), transform var(--lmq-dur);
}

.lmq-filter-pill:hover,
.lmq-filter-pill.is-active {
  background: var(--lmq-accent);
  border-color: var(--lmq-accent);
  color: #fff;
  transform: translateY(-1px);
}

/* =============================================================================
   20. BLOG LAYOUT (archive)
   ============================================================================= */
.lmq-blog-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
}

/* =============================================================================
   21. FEATURED ARTICLE
   ============================================================================= */
.lmq-featured-article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-xl);
  box-shadow: var(--lmq-shadow-md);
  overflow: hidden;
  margin-bottom: 48px;
  transition: box-shadow var(--lmq-dur-md) var(--lmq-ease-std);
}

.lmq-featured-article:hover {
  box-shadow: var(--lmq-shadow-lg);
}

.lmq-featured-article__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform var(--lmq-dur-md) var(--lmq-ease-std);
}

.lmq-featured-article:hover .lmq-featured-article__image {
  transform: scale(1.03);
}

.lmq-featured-article__image-wrap {
  overflow: hidden;
  position: relative;
}

.lmq-featured-article__image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 360px;
  background: linear-gradient(135deg, #e2eaf2, #d0dce7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: rgba(16,42,67,.2);
}

.lmq-featured-article__body {
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lmq-featured-article__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: var(--lmq-accent);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 16px;
}

.lmq-featured-article__title {
  font-size: clamp(22px, 2.8vw, 30px);
  margin: 0 0 16px;
  line-height: 1.2;
}

.lmq-featured-article__title a {
  color: var(--lmq-navy);
  text-decoration: none;
  transition: color var(--lmq-dur);
}

.lmq-featured-article__title a:hover { color: var(--lmq-accent); }

.lmq-featured-article__excerpt {
  color: var(--lmq-muted);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 24px;
  flex-grow: 1;
}

.lmq-featured-article__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: var(--lmq-muted);
  margin-bottom: 24px;
}

.lmq-featured-article__date::before {
  content: "📅 ";
  font-size: 12px;
}

/* =============================================================================
   22. ARTICLE CARDS GRID
   ============================================================================= */
.lmq-articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.lmq-article-card {
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-lg);
  overflow: hidden;
  box-shadow: var(--lmq-shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform var(--lmq-dur-md) var(--lmq-ease), box-shadow var(--lmq-dur-md) var(--lmq-ease-std), border-color var(--lmq-dur);
}

.lmq-article-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--lmq-shadow-md);
  border-color: rgb(var(--lmq-accent-rgb) / .24);
}

.lmq-article-thumb {
  display: block;
  height: 220px;
  background: linear-gradient(135deg, #e2eaf2, #d0dce7);
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.lmq-article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--lmq-dur-md) var(--lmq-ease-std);
}

.lmq-article-card:hover .lmq-article-thumb img {
  transform: scale(1.05);
}

.lmq-article-body {
  padding: 26px 28px 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.lmq-article-cat {
  display: inline-block;
  background: linear-gradient(135deg, var(--lmq-accent), var(--lmq-accent-dk));
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
}

.lmq-article-title {
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 1.3;
}

.lmq-article-title a {
  color: var(--lmq-navy);
  text-decoration: none;
  transition: color var(--lmq-dur);
}

.lmq-article-title a:hover { color: var(--lmq-accent); }

.lmq-article-excerpt {
  color: var(--lmq-muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1;
  /* Show max 3 lines */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lmq-article-meta {
  font-size: 12px;
  color: #8899A8;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.lmq-article-meta time { font-weight: 600; }

.lmq-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--lmq-accent);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  margin-top: auto;
  transition: gap var(--lmq-dur);
}

.lmq-read-more:hover { gap: 10px; color: var(--lmq-accent); }

.lmq-read-more::after { content: "→"; }

/* Legacy link class */
.lmq-link {
  color: var(--lmq-accent);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

/* =============================================================================
   23. SIDEBAR
   ============================================================================= */
.lmq-sidebar {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lmq-sidebar-widget {
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-lg);
  box-shadow: var(--lmq-shadow-sm);
  overflow: hidden;
}

.lmq-sidebar-widget__header {
  padding: 18px 24px;
  border-bottom: 1px solid var(--lmq-border);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--lmq-navy);
}

.lmq-sidebar-widget__body {
  padding: 20px 24px;
}

/* Sidebar categories */
.lmq-sidebar-cats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.lmq-sidebar-cats li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  color: var(--lmq-text);
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid var(--lmq-bg-light);
  transition: color var(--lmq-dur);
}

.lmq-sidebar-cats li a:hover { color: var(--lmq-accent); }

.lmq-sidebar-cats .count {
  background: var(--lmq-bg-light);
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--lmq-muted);
}

/* Sidebar recent posts */
.lmq-sidebar-posts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lmq-sidebar-posts li a {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 12px;
  text-decoration: none;
  color: var(--lmq-navy);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  transition: color var(--lmq-dur);
}

.lmq-sidebar-posts li a:hover { color: var(--lmq-accent); }

.lmq-sidebar-posts__thumb {
  width: 60px;
  height: 50px;
  border-radius: var(--lmq-radius-sm);
  background: var(--lmq-bg-light);
  overflow: hidden;
  flex-shrink: 0;
}

.lmq-sidebar-posts__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lmq-sidebar-posts__date {
  font-size: 11px;
  color: var(--lmq-muted);
  font-weight: 400;
  margin-top: 4px;
  display: block;
}

/* Sidebar CTA card */
.lmq-sidebar-cta {
  background: linear-gradient(135deg, rgb(var(--lmq-accent-rgb) / .18), rgb(var(--lmq-green-rgb) / .12)), var(--lmq-navy);
  border-radius: var(--lmq-radius-lg);
  padding: 28px 24px;
  text-align: center;
  color: #fff;
  box-shadow: var(--lmq-shadow-md);
}

.lmq-sidebar-cta h4 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 10px;
}

.lmq-sidebar-cta p {
  color: rgba(220,233,239,.84) ;
  font-size: 13px;
  margin-bottom: 20px;
}

.lmq-sidebar-cta .lmq-btn-primary {
  width: 100%;
  justify-content: center;
}

/* =============================================================================
   24. NEWSLETTER / DARK CTA SECTION
   ============================================================================= */
.lmq-newsletter-cta {
  background: linear-gradient(135deg, var(--lmq-navy), var(--lmq-navy) 50%, var(--lmq-navy));
  padding: var(--lmq-section-y) 0;
  position: relative;
  overflow: hidden;
}

.lmq-newsletter-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 15% 50%, rgb(var(--lmq-accent-rgb) / .22), transparent 55%),
    radial-gradient(ellipse at 85% 30%, rgb(var(--lmq-green-rgb) / .14), transparent 45%);
  pointer-events: none;
}

.lmq-newsletter-cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.lmq-newsletter-cta h2 {
  color: #fff;
  margin-bottom: 16px;
}

.lmq-newsletter-cta p {
  color: rgba(220,233,239,.84) ;
  font-size: 17px;
  margin-bottom: 36px;
}

/* =============================================================================
   25. SINGLE POST LAYOUT
   ============================================================================= */
.lmq-single-hero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--lmq-navy);
}

.lmq-single-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .45;
}

.lmq-single-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16,42,67,.94) 0%, rgba(16,42,67,.56) 50%, rgba(16,42,67,.2) 100%);
}

.lmq-single-hero__content {
  position: relative;
  z-index: 1;
  padding: 56px 0 64px;
  width: 100%;
}

.lmq-single-hero h1 {
  color: #fff;
  font-size: clamp(28px, 4vw, 46px);
  margin: 12px 0 16px;
  max-width: 860px;
  line-height: 1.15;
}

.lmq-single-hero__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  color: rgba(220,233,239,.8);
  font-size: 14px;
}

.lmq-single-hero__meta .lmq-badge { font-size: 10px; }

.lmq-single-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 56px;
  align-items: start;
  padding: 56px 0 80px;
}

/* Single article content */
.lmq-single-content {
  min-width: 0;
}

.lmq-single-content h2 {
  font-size: clamp(22px, 2.5vw, 28px);
  margin-top: 48px;
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--lmq-border);
}

.lmq-single-content h3 {
  font-size: clamp(18px, 2vw, 22px);
  margin-top: 32px;
  margin-bottom: 12px;
}

.lmq-single-content p { font-size: 16px; line-height: 1.8; }

.lmq-single-content img {
  border-radius: var(--lmq-radius-lg);
  box-shadow: var(--lmq-shadow-md);
  margin: 24px 0;
}

.lmq-single-content ul,
.lmq-single-content ol {
  padding-left: 20px;
  line-height: 1.8;
  font-size: 16px;
}

.lmq-single-content blockquote {
  border-left: 4px solid var(--lmq-accent);
  margin: 28px 0;
  padding: 16px 24px;
  background: rgb(var(--lmq-accent-rgb) / .06);
  border-radius: 0 var(--lmq-radius-sm) var(--lmq-radius-sm) 0;
  font-style: italic;
  color: var(--lmq-ink);
}

/* Single thumb (legacy) */
.lmq-single-thumb {
  border-radius: var(--lmq-radius-lg);
  overflow: hidden;
  margin-top: 24px;
  box-shadow: var(--lmq-shadow-md);
}

/* =============================================================================
   26. TABLE OF CONTENTS
   ============================================================================= */
.lmq-toc {
  position: sticky;
  top: 110px;
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-lg);
  box-shadow: var(--lmq-shadow-sm);
  overflow: hidden;
}

.lmq-toc__header {
  padding: 18px 22px;
  background: var(--lmq-navy);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.lmq-toc__list {
  list-style: none;
  padding: 16px 22px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: 400px;
  overflow-y: auto;
}

.lmq-toc__list a {
  display: block;
  padding: 7px 10px;
  font-size: 13px;
  color: var(--lmq-text);
  text-decoration: none;
  border-radius: var(--lmq-radius-xs);
  transition: background var(--lmq-dur), color var(--lmq-dur);
  line-height: 1.4;
}

.lmq-toc__list a:hover,
.lmq-toc__list a.is-active {
  background: rgb(var(--lmq-accent-rgb) / .08);
  color: var(--lmq-accent);
}

.lmq-toc__list .toc-h3 { padding-left: 20px; font-size: 12px; }

/* =============================================================================
   27. SHARE BUTTONS (sticky left side desktop)
   ============================================================================= */
.lmq-share-buttons {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lmq-share-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1.5px solid var(--lmq-border);
  color: var(--lmq-navy);
  text-decoration: none;
  font-size: 16px;
  box-shadow: var(--lmq-shadow-sm);
  transition: transform var(--lmq-dur) var(--lmq-ease), box-shadow var(--lmq-dur), background var(--lmq-dur), color var(--lmq-dur);
  cursor: pointer;
  font-family: inherit;
}

.lmq-share-btn:hover {
  transform: scale(1.12);
  box-shadow: var(--lmq-shadow-md);
  background: var(--lmq-navy);
  color: #fff;
  border-color: var(--lmq-navy);
}

/* =============================================================================
   28. INLINE CTA (inside article)
   ============================================================================= */
.lmq-inline-cta {
  border-left: 4px solid var(--lmq-accent);
  background: linear-gradient(135deg, rgb(var(--lmq-accent-rgb) / .07), rgb(var(--lmq-accent-rgb) / .03));
  border-radius: 0 var(--lmq-radius-md) var(--lmq-radius-md) 0;
  padding: 28px 32px;
  margin: 36px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.lmq-inline-cta__text h4 {
  margin: 0 0 6px;
  font-size: 17px;
  color: var(--lmq-navy);
}

.lmq-inline-cta__text p {
  margin: 0;
  color: var(--lmq-muted);
  font-size: 14px;
}

/* =============================================================================
   29. AUTHOR BOX
   ============================================================================= */
.lmq-author-box {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: var(--lmq-bg-light);
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-lg);
  padding: 32px;
  margin-top: 48px;
}

.lmq-author-box__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lmq-accent), var(--lmq-navy));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  flex-shrink: 0;
  overflow: hidden;
}

.lmq-author-box__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lmq-author-box__name {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 6px;
}

.lmq-author-box__bio {
  color: var(--lmq-muted);
  font-size: 14px;
  margin: 0;
  line-height: 1.7;
}

/* =============================================================================
   30. RELATED ARTICLES
   ============================================================================= */
.lmq-related-articles {
  padding-top: 56px;
  border-top: 1px solid var(--lmq-border);
  margin-top: 48px;
}

.lmq-related-articles h3 {
  margin-bottom: 28px;
  font-size: 22px;
}

.lmq-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* =============================================================================
   31. POST NAVIGATION
   ============================================================================= */
.lmq-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--lmq-border);
}

.lmq-post-nav__link {
  display: block;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-lg);
  text-decoration: none;
  transition: border-color var(--lmq-dur), box-shadow var(--lmq-dur), transform var(--lmq-dur) var(--lmq-ease);
}

.lmq-post-nav__link:hover {
  border-color: var(--lmq-accent);
  box-shadow: var(--lmq-shadow-sm);
  transform: translateY(-2px);
}

.lmq-post-nav__link--next { text-align: right; }

.lmq-post-nav__label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--lmq-muted);
  margin-bottom: 6px;
}

.lmq-post-nav__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--lmq-navy);
  line-height: 1.4;
}

/* =============================================================================
   32. EMPTY STATE
   ============================================================================= */
.lmq-empty-state {
  text-align: center;
  padding: 80px 24px;
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-xl);
  box-shadow: var(--lmq-shadow-sm);
}

.lmq-empty-state__icon {
  font-size: 56px;
  margin-bottom: 24px;
  opacity: .4;
}

.lmq-empty-state h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: var(--lmq-navy);
}

.lmq-empty-state p {
  color: var(--lmq-muted);
  font-size: 16px;
  max-width: 480px;
  margin: 0 auto 28px;
}

/* =============================================================================
   33. PAGINATION
   ============================================================================= */
.lmq-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.lmq-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: var(--lmq-radius-sm);
  background: #fff;
  border: 1.5px solid var(--lmq-border);
  color: var(--lmq-navy);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: background var(--lmq-dur), border-color var(--lmq-dur), color var(--lmq-dur), transform var(--lmq-dur) var(--lmq-ease);
}

.lmq-pagination .page-numbers:hover {
  background: var(--lmq-accent);
  border-color: var(--lmq-accent);
  color: #fff;
  transform: translateY(-1px);
}

.lmq-pagination .page-numbers.current {
  background: var(--lmq-navy);
  border-color: var(--lmq-navy);
  color: #fff;
}

.lmq-pagination .page-numbers.dots {
  border: none;
  background: none;
  cursor: default;
}

/* WordPress default pagination override */
.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 48px;
}

.nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: var(--lmq-radius-sm);
  background: #fff;
  border: 1.5px solid var(--lmq-border);
  color: var(--lmq-navy);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: background var(--lmq-dur), border-color var(--lmq-dur), color var(--lmq-dur);
}

.nav-links .page-numbers:hover {
  background: var(--lmq-accent);
  border-color: var(--lmq-accent);
  color: #fff;
}

.nav-links .page-numbers.current {
  background: var(--lmq-navy);
  border-color: var(--lmq-navy);
  color: #fff;
}

/* =============================================================================
   34. CONTACT PAGE COMPONENTS
   ============================================================================= */
.lmq-contact-hero {
  background: linear-gradient(135deg, var(--lmq-navy), var(--lmq-navy), var(--lmq-navy));
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.lmq-contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 25% 60%, rgb(var(--lmq-accent-rgb) / .22), transparent 55%),
    radial-gradient(ellipse at 80% 20%, rgb(var(--lmq-green-rgb) / .15), transparent 45%);
  pointer-events: none;
}

.lmq-contact-hero__inner {
  position: relative;
  z-index: 1;
}

.lmq-contact-hero h1 { color: #fff; margin-bottom: 16px; }
.lmq-contact-hero p { color: rgba(220,233,239,.88) ; font-size: 18px; }

.lmq-contact-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 48px 0;
}

.lmq-contact-card {
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-lg);
  box-shadow: var(--lmq-shadow-sm);
  padding: var(--lmq-card-pad) 24px;
  text-align: center;
  transition: transform var(--lmq-dur-md) var(--lmq-ease), box-shadow var(--lmq-dur-md) var(--lmq-ease-std), border-color var(--lmq-dur);
}

.lmq-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--lmq-shadow-md);
  border-color: rgb(var(--lmq-accent-rgb) / .28);
}

.lmq-contact-card__icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgb(var(--lmq-accent-rgb) / .14), rgb(var(--lmq-accent-rgb) / .06));
  border-radius: var(--lmq-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--lmq-accent);
  margin: 0 auto 18px;
}

.lmq-contact-card__label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--lmq-muted);
  margin-bottom: 8px;
}

.lmq-contact-card__value {
  font-size: 16px;
  font-weight: 700;
  color: var(--lmq-navy);
  text-decoration: none;
  display: block;
}

.lmq-contact-card__value:hover { color: var(--lmq-accent); }

/* =============================================================================
   35. SERVICE CARDS
   ============================================================================= */
.lmq-services-hero {
  background: linear-gradient(135deg, var(--lmq-navy), var(--lmq-navy) 60%, var(--lmq-navy));
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.lmq-services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgb(var(--lmq-accent-rgb) / .22), transparent 55%),
    radial-gradient(ellipse at 85% 25%, rgb(var(--lmq-green-rgb) / .14), transparent 45%);
  pointer-events: none;
}

.lmq-services-hero__inner {
  position: relative;
  z-index: 1;
}

.lmq-services-hero h1 { color: #fff; margin-bottom: 20px; }
.lmq-services-hero p { color: rgba(220,233,239,.88) ; font-size: 18px; margin-bottom: 36px; }

/* Service card — large, one per row alternating layout handled by template */
.lmq-service-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-xl);
  overflow: hidden;
  box-shadow: var(--lmq-shadow-sm);
  margin-bottom: 36px;
  transition: box-shadow var(--lmq-dur-md) var(--lmq-ease-std), transform var(--lmq-dur-md) var(--lmq-ease);
}

.lmq-service-card:hover {
  box-shadow: var(--lmq-shadow-lg);
  transform: translateY(-3px);
}

.lmq-service-card--reverse { direction: rtl; }
.lmq-service-card--reverse > * { direction: ltr; }

.lmq-service-card__image-wrap {
  overflow: hidden;
  position: relative;
  min-height: 300px;
}

.lmq-service-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform var(--lmq-dur-md) var(--lmq-ease-std);
}

.lmq-service-card:hover .lmq-service-card__image { transform: scale(1.04); }

.lmq-service-card__image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background: linear-gradient(135deg, #e2eaf2, #d0dce7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  color: rgba(16,42,67,.15);
}

.lmq-service-card__icon-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--lmq-accent), var(--lmq-accent-dk));
  border-radius: var(--lmq-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 6px 20px rgb(var(--lmq-accent-rgb) / .4);
  z-index: 2;
}

.lmq-service-card__body {
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lmq-service-card__number {
  font-size: 64px;
  font-weight: 800;
  color: rgb(var(--lmq-accent-rgb) / .1);
  line-height: 1;
  margin-bottom: -8px;
  font-family: "Manrope", system-ui, sans-serif;
}

.lmq-service-card h3 {
  font-size: clamp(20px, 2vw, 24px);
  margin-bottom: 14px;
}

.lmq-service-card p {
  color: var(--lmq-muted);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 20px;
}

/* =============================================================================
   36. COMPARISON TABLE
   ============================================================================= */
.lmq-comparison-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--lmq-radius-lg);
  overflow: hidden;
  box-shadow: var(--lmq-shadow-sm);
}

.lmq-comparison-table th {
  background: var(--lmq-navy);
  color: #fff;
  padding: 16px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
}

.lmq-comparison-table td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--lmq-border);
  font-size: 14px;
  color: var(--lmq-text);
  background: #fff;
  vertical-align: top;
}

.lmq-comparison-table tr:nth-child(even) td { background: var(--lmq-bg-light); }
.lmq-comparison-table tr:last-child td { border-bottom: none; }
.lmq-comparison-table td:first-child { font-weight: 700; color: var(--lmq-navy); }

.lmq-comparison-check { color: var(--lmq-green); font-size: 16px; }
.lmq-comparison-x { color: #D0374C; font-size: 16px; }

/* Services archive premium refresh */
/* A20 fixed: min-height kept; display/align-items removed (use Elementor section controls) */
.elementor-section.lmq-services2-hero,
.lmq-services2-hero {
  min-height: 560px;
}

.elementor-section.lmq-services2-hero::before {
  background:
    linear-gradient(90deg, rgba(4, 18, 31, .97) 0%, rgba(7, 24, 38, .94) 50%, rgba(13, 34, 55, .68) 100%),
    radial-gradient(circle at 18% 22%, rgba(27, 147, 210, .18), transparent 34%),
    radial-gradient(circle at 84% 82%, rgba(117, 191, 68, .14), transparent 30%);
}

/* A21 fixed: Elementor container gap/align removed — use Elementor column gap and vertical align controls */

.lmq-services2-hero .lmq-kicker {
  color: #BFE4F7;
  border-color: rgba(191, 228, 247, .22);
  background: rgba(255, 255, 255, .08);
}

.lmq-services2-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
  margin-bottom: 22px;
}

/* White heading for dark hero — scoped under .lmq-services2-hero, no !important needed */
.lmq-services2-hero h1,
.lmq-services2-hero .elementor-heading-title {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .28);
}

.lmq-services-hero-copy {
  color: rgba(235, 244, 248, .9) ;
  font-size: 18px;
  line-height: 1.72;
  max-width: 650px;
  margin: 0 0 30px;
}

.lmq-services-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.lmq-services-hero-trust {
  justify-content: flex-start ;
}

.lmq-services-hero-panel {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: #0b1f32;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .34);
}

.lmq-services-hero-panel img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  display: block;
}

.lmq-services-hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 24, 38, .08), rgba(7, 24, 38, .76));
  pointer-events: none;
}

.lmq-services-hero-panel__overlay {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(7, 24, 38, .72);
  backdrop-filter: blur(10px);
}

.lmq-services-hero-panel__overlay span {
  display: block;
  color: var(--lmq-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.lmq-services-hero-panel__overlay strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
}

.lmq-services2-intro .lmq-rich-card {
  border-radius: 8px;
  border-color: rgba(16, 42, 67, .08);
  box-shadow: 0 14px 40px rgba(16, 42, 67, .08);
}

.lmq-service-card--archive {
  border: 1px solid rgba(16, 42, 67, .08);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(16, 42, 67, .08);
  margin-bottom: 26px;
}

.lmq-service-card--archive:hover {
  box-shadow: 0 28px 70px rgba(16, 42, 67, .14);
}

.lmq-service-card--archive .lmq-service-card__image-wrap {
  min-height: 360px;
}

.lmq-service-card--archive .lmq-service-card__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 34, 55, .02), rgba(13, 34, 55, .48));
  z-index: 1;
  pointer-events: none;
}

.lmq-service-card__label {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--lmq-navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lmq-service-card--archive .lmq-service-card__body {
  padding: 52px;
  background:
    linear-gradient(135deg, rgba(244, 248, 250, .92), #fff 46%),
    #fff;
}

.lmq-service-card--archive .lmq-service-card__number {
  color: rgba(27, 147, 210, .12) ;
}

.lmq-service-card--archive h3 {
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.18;
}

.lmq-service-card--archive p {
  max-width: 620px;
}

@media (max-width: 1024px) {
  .elementor-section.lmq-services2-hero {
    min-height: auto;
  }

  .lmq-services2-hero .elementor-container {
    gap: 26px;
  }

  .lmq-services2-hero h1 {
    font-size: clamp(34px, 5.4vw, 48px);
  }

  .lmq-services-hero-panel,
  .lmq-services-hero-panel img {
    min-height: 360px;
  }

  .lmq-service-card--archive .lmq-service-card__body {
    padding: 38px;
  }
}

/* A22 fixed: column hide moved to Elementor responsive visibility control on that column widget */

@media (max-width: 767px) {
  .elementor-section.lmq-services2-hero {
    padding: 44px 20px 46px ;
  }

  .lmq-services2-hero .elementor-container {
    gap: 24px;
  }

  .lmq-services2-hero h1 {
    font-size: 30px;
  }

  .lmq-services-hero-copy {
    font-size: 15px;
    line-height: 1.62;
    margin-bottom: 18px;
  }

  .lmq-services-hero-actions {
    gap: 10px;
    margin-bottom: 18px;
  }

  .lmq-services-hero-actions .lmq-btn {
    width: 100%;
    justify-content: center;
  }

  .lmq-services-hero-panel,
  .lmq-services-hero-panel img {
    min-height: 210px;
  }

  .lmq-services-hero-panel__overlay {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px;
  }

  .lmq-services-hero-panel__overlay strong {
    font-size: 15px;
  }

  .lmq-service-card--archive .lmq-service-card__image-wrap {
    min-height: 260px;
  }

  .lmq-service-card--archive .lmq-service-card__body {
    padding: 28px 22px;
  }
}

/* =============================================================================
   37. PROCESS STEPS (large numbered)
   ============================================================================= */
.lmq-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
}

.lmq-process-step {
  position: relative;
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-lg);
  padding: 36px 28px;
  box-shadow: var(--lmq-shadow-sm);
  transition: transform var(--lmq-dur-md) var(--lmq-ease), box-shadow var(--lmq-dur-md) var(--lmq-ease-std);
}

.lmq-process-step:hover {
  transform: translateY(-5px);
  box-shadow: var(--lmq-shadow-md);
}

.lmq-process-step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  font-size: 48px;
  font-weight: 800;
  color: rgb(var(--lmq-accent-rgb) / .12);
  line-height: 1;
  margin-bottom: 16px;
  font-family: "Manrope", system-ui, sans-serif;
}

.lmq-process-step h4 {
  font-size: 17px;
  margin-bottom: 10px;
}

.lmq-process-step p {
  font-size: 14px;
  color: var(--lmq-muted);
  margin: 0;
}

/* Connector between steps */
.lmq-process-steps::after {
  display: none;
}

/* =============================================================================
   38. STICKY QUOTE CTA (right side desktop)
   ============================================================================= */
.lmq-quote-sticky {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 90;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.lmq-quote-sticky a {
  display: block;
  background: linear-gradient(180deg, var(--lmq-green), var(--lmq-green-dk));
  color: #fff;
  text-decoration: none;
  padding: 20px 10px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .04em;
  border-radius: 0 0 var(--lmq-radius-md) var(--lmq-radius-md);
  box-shadow: var(--lmq-shadow-md);
  transition: padding var(--lmq-dur);
}

.lmq-quote-sticky a:hover { padding: 24px 12px; }

/* =============================================================================
   39. MOBILE STICKY CTA
   ============================================================================= */
.lmq-mobile-sticky-cta { display: none; }

/* =============================================================================
   40. GENERIC UTILITY CLASSES
   ============================================================================= */
.lmq-main { padding: var(--lmq-section-y) 0; }
.lmq-archive-title { margin-bottom: 28px; }
.lmq-404 { text-align: center; padding: 120px 24px; }

.lmq-text-center { text-align: center; }
.lmq-text-muted { color: var(--lmq-muted) ; }

/* =============================================================================
   41. ACCORDION / FAQ
   ============================================================================= */
.wp-block-details { cursor: pointer; }
.wp-block-details summary {
  font-weight: 600;
  font-size: 16px;
  color: var(--lmq-navy);
  cursor: pointer;
}

/* =============================================================================
   42. FORMS (Contact Form 7 compatible)
   ============================================================================= */
.wpcf7-form p { margin-bottom: 16px; }

.wpcf7-form label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  color: var(--lmq-navy);
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--lmq-border);
  border-radius: var(--lmq-radius-sm);
  font-family: inherit;
  font-size: 15px;
  color: var(--lmq-text);
  background: #fff;
  transition: border-color var(--lmq-dur), box-shadow var(--lmq-dur);
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: var(--lmq-accent);
  box-shadow: 0 0 0 3px rgb(var(--lmq-accent-rgb) / .16);
}

.wpcf7-form .wpcf7-submit {
  background: linear-gradient(135deg, var(--lmq-accent), var(--lmq-accent-dk));
  color: #fff;
  border: none;
  padding: 15px 32px;
  border-radius: var(--lmq-radius-md);
  font-weight: 750;
  font-size: 15px;
  cursor: pointer;
  font-family: inherit;
  transition: transform var(--lmq-dur) var(--lmq-ease), box-shadow var(--lmq-dur);
}

.wpcf7-form .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgb(var(--lmq-accent-rgb) / .38);
}

.wpcf7-not-valid-tip { color: #D63638; font-size: 13px; margin-top: 4px; }
.wpcf7-response-output { border-radius: var(--lmq-radius-sm); padding: 12px 16px; margin-top: 16px; }
.wpcf7-mail-sent-ok { border-color: var(--lmq-accent) ; color: var(--lmq-accent); }
.wpcf7-validation-errors,
.wpcf7-spam-blocked { border-color: #D63638 ; color: #D63638; }

.lmq-admin-notice { font-size: 14px; }

/*/* =============================================================================
   43. ELEMENTOR COMPATIBILITY
   Rules here must NEVER override Elementor widget-level controls.
   Only use this section for:
     - Safe resets that do not conflict with Elementor's inline styles
     - Scoped overrides under .lmq-* parent classes (no !important)
     - Dark-section contrast safety (scoped, no !important on widget classes)
   ============================================================================= */

/* Safe reset: heading margin — Elementor does not control margin-top on heading
   elements via its typography panel, so this is a safe default. */
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4 { margin-top: 0; }

/* Safe reset: allow headings to wrap naturally inside widgets */
.elementor-widget-heading h1,
.elementor-widget-heading h2 {
  overflow-wrap: break-word;
  text-wrap: balance;
}

/* Dark-section accordion contrast — scoped under .lmq-dark-section only.
   No !important: the parent class specificity is enough.
   These are accessibility (WCAG AA) overrides, not design overrides. */
.lmq-dark-section .elementor-accordion .elementor-tab-title,
.lmq-dark-section .elementor-accordion .elementor-accordion-title {
  color: #DCE9EF; /* contrast ratio ≥ 4.9:1 on navy */
}
.lmq-dark-section .elementor-accordion .elementor-tab-content,
.lmq-dark-section .elementor-accordion .elementor-tab-content p {
  color: rgba(220, 233, 239, 0.85);
}

/* LMQ card widget skin — applied ONLY when the section has the .lmq-card-grid
   CSS class set in the Elementor section's Advanced → CSS Classes field.
   This is opt-in: widgets not inside .lmq-card-grid are unaffected. */
.lmq-card-grid .elementor-icon-box-wrapper,
.lmq-card-grid .elementor-image-box-wrapper {
  height: 100%;
  background: rgba(255,255,255,.95);
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-lg);
  box-shadow: var(--lmq-shadow-sm);
  transition: transform var(--lmq-dur-md) var(--lmq-ease), box-shadow var(--lmq-dur-md) var(--lmq-ease-std), border-color var(--lmq-dur);
}
.lmq-card-grid .elementor-icon-box-wrapper:hover,
.lmq-card-grid .elementor-image-box-wrapper:hover {
  transform: translateY(-5px);
  border-color: rgb(var(--lmq-accent-rgb) / .38);
  box-shadow: var(--lmq-shadow-md);
}
.lmq-card-grid .elementor-icon-box-wrapper,
.lmq-card-grid .elementor-testimonial-wrapper {
  padding: var(--lmq-card-pad);
}
.lmq-card-grid .elementor-image-box-img img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
  transition: transform var(--lmq-dur-md) var(--lmq-ease-std);
}
.lmq-card-grid .elementor-image-box-wrapper:hover .elementor-image-box-img img {
  transform: scale(1.04);
}
.lmq-card-grid .elementor-image-box-wrapper { overflow: hidden; }
.lmq-card-grid .elementor-image-box-img { margin-bottom: 0; overflow: hidden; }
.lmq-card-grid .elementor-image-box-content { padding: 24px; }

/* =============================================================================
   SECTOR PREMIUM CARDS — archive + sector pages
   ============================================================================= */
.lmq-sector-premium-grid .elementor-column,
.lmq-sector-solution-grid .elementor-column,
.lmq-sector-media-grid .elementor-column,
.lmq-sector-related-grid .elementor-column {
  width: 33.333%;
}

.lmq-sector-media-grid .elementor-column {
  width: 25%;
}

.lmq-sector-premium-grid .elementor-widget-wrap,
.lmq-sector-solution-grid .elementor-widget-wrap,
.lmq-sector-media-grid .elementor-widget-wrap,
.lmq-sector-related-grid .elementor-widget-wrap {
  height: 100%;
}

.lmq-sector-premium-grid .elementor-image-box-wrapper,
.lmq-sector-solution-grid .elementor-image-box-wrapper,
.lmq-sector-media-grid .elementor-image-box-wrapper,
.lmq-sector-related-grid .elementor-image-box-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  min-height: 478px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #132B45 0%, #071121 100%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 48px rgba(7, 18, 33, .24);
  isolation: isolate;
  transition: transform .32s var(--lmq-ease), box-shadow .32s var(--lmq-ease-std), border-color .28s var(--lmq-ease);
}

.lmq-sector-premium-grid .elementor-image-box-wrapper::before,
.lmq-sector-solution-grid .elementor-image-box-wrapper::before,
.lmq-sector-media-grid .elementor-image-box-wrapper::before,
.lmq-sector-related-grid .elementor-image-box-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8,37,69,.00) 0%, rgba(8,37,69,.14) 34%, rgba(8,37,69,.72) 100%);
}

.lmq-sector-premium-grid .elementor-image-box-wrapper::after,
.lmq-sector-solution-grid .elementor-image-box-wrapper::after,
.lmq-sector-media-grid .elementor-image-box-wrapper::after,
.lmq-sector-related-grid .elementor-image-box-wrapper::after {
  content: "\f061";
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  color: var(--lmq-green);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
}

.lmq-sector-premium-grid .elementor-image-box-img,
.lmq-sector-solution-grid .elementor-image-box-img,
.lmq-sector-media-grid .elementor-image-box-img,
.lmq-sector-related-grid .elementor-image-box-img {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
}

.lmq-sector-premium-grid .elementor-image-box-img img,
.lmq-sector-solution-grid .elementor-image-box-img img,
.lmq-sector-media-grid .elementor-image-box-img img,
.lmq-sector-related-grid .elementor-image-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.06) contrast(1.04) brightness(1.03);
  transform: scale(1.01);
  transition: transform .42s var(--lmq-ease-std);
}

.lmq-sector-premium-grid .elementor-image-box-content,
.lmq-sector-solution-grid .elementor-image-box-content,
.lmq-sector-media-grid .elementor-image-box-content,
.lmq-sector-related-grid .elementor-image-box-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  min-height: 100%;
  padding: 30px 30px 32px;
}

.lmq-sector-premium-grid .elementor-image-box-title,
.lmq-sector-solution-grid .elementor-image-box-title,
.lmq-sector-media-grid .elementor-image-box-title,
.lmq-sector-related-grid .elementor-image-box-title {
  color: #fff;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 800;
  margin: 0;
}

.lmq-sector-premium-grid .elementor-image-box-description,
.lmq-sector-solution-grid .elementor-image-box-description,
.lmq-sector-media-grid .elementor-image-box-description,
.lmq-sector-related-grid .elementor-image-box-description {
  color: rgba(230,240,246,.88);
  font-size: 15px;
  line-height: 1.68;
  margin: 0;
  max-width: 38ch;
}

.lmq-sector-premium-grid .elementor-image-box-description::after,
.lmq-sector-solution-grid .elementor-image-box-description::after,
.lmq-sector-media-grid .elementor-image-box-description::after,
.lmq-sector-related-grid .elementor-image-box-description::after {
  content: "En savoir plus \2192";
  display: inline-flex;
  margin-top: 14px;
  color: var(--lmq-green);
  font-weight: 800;
  letter-spacing: 0;
}

.lmq-sector-premium-grid .elementor-image-box-wrapper:hover,
.lmq-sector-solution-grid .elementor-image-box-wrapper:hover,
.lmq-sector-media-grid .elementor-image-box-wrapper:hover,
.lmq-sector-related-grid .elementor-image-box-wrapper:hover {
  transform: translateY(-6px);
  border-color: rgb(var(--lmq-green-rgb) / .28);
  box-shadow: 0 24px 64px rgba(7, 18, 33, .34);
}

.lmq-sector-premium-grid .elementor-image-box-wrapper:hover .elementor-image-box-img img,
.lmq-sector-solution-grid .elementor-image-box-wrapper:hover .elementor-image-box-img img,
.lmq-sector-media-grid .elementor-image-box-wrapper:hover .elementor-image-box-img img,
.lmq-sector-related-grid .elementor-image-box-wrapper:hover .elementor-image-box-img img {
  transform: scale(1.05);
}

.lmq-sector-premium-card--industrie .elementor-image-box-img img { object-position: 45% center; }
.lmq-sector-premium-card--agroalimentaire .elementor-image-box-img img { object-position: center center; }
.lmq-sector-premium-card--pharmaceutique .elementor-image-box-img img { object-position: center center; }
.lmq-sector-premium-card--logistique .elementor-image-box-img img { object-position: center 40%; }
.lmq-sector-premium-card--energie .elementor-image-box-img img { object-position: center center; }
.lmq-sector-premium-card--laboratoires .elementor-image-box-img img { object-position: center center; }

.lmq-sector-solution-grid .elementor-image-box-wrapper,
.lmq-sector-media-grid .elementor-image-box-wrapper,
.lmq-sector-related-grid .elementor-image-box-wrapper {
  min-height: 432px;
}

.lmq-sector-solution-grid .elementor-image-box-content,
.lmq-sector-media-grid .elementor-image-box-content,
.lmq-sector-related-grid .elementor-image-box-content {
  padding: 28px 28px 30px;
}

.lmq-sector-premium-grid .elementor-image-box-content {
  align-items: flex-start;
}

.lmq-sector-premium-grid .elementor-image-box-title {
  max-width: 15ch;
  line-height: 1.18;
}

.lmq-sector-premium-card--industrie .elementor-image-box-title {
  max-width: 14ch;
}

.lmq-sector-premium-card--agroalimentaire .elementor-image-box-title,
.lmq-sector-premium-card--pharmaceutique .elementor-image-box-title {
  max-width: 15ch;
}

.lmq-sector-premium-card--logistique .elementor-image-box-title,
.lmq-sector-premium-card--energie .elementor-image-box-title,
.lmq-sector-premium-card--laboratoires .elementor-image-box-title {
  max-width: 16ch;
}

.lmq-sector-feature-grid .elementor-column,
.lmq-sector-why-grid .elementor-column {
  width: 25%;
}

.lmq-sector-why-grid {
  background-color: #082545 !important;
  background-image: linear-gradient(180deg, #082545 0%, #06182c 100%) !important;
}

.lmq-sector-feature-grid .elementor-widget-wrap,
.lmq-sector-why-grid .elementor-widget-wrap,
.lmq-sector-process-grid .elementor-widget-wrap {
  height: 100%;
}

.lmq-sector-feature-grid .lmq-rich-card,
.lmq-sector-why-grid .lmq-rich-card {
  position: relative;
  height: 100%;
  border-radius: 22px;
  padding: 30px 28px 28px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(7, 18, 33, .14);
  transition: transform .32s var(--lmq-ease), box-shadow .32s var(--lmq-ease-std), border-color .28s var(--lmq-ease);
}

.lmq-sector-feature-grid .lmq-rich-card {
  background: linear-gradient(180deg, #FFFFFF 0%, #F7FAFC 100%);
  border: 1px solid rgba(8,37,69,.08);
}

.lmq-sector-why-grid .lmq-rich-card {
  background: #FFFFFF;
  border: 1px solid rgba(8,37,69,.08);
}

.lmq-sector-feature-grid .lmq-rich-card::before,
.lmq-sector-why-grid .lmq-rich-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(116,188,68,.06) 100%);
}

.lmq-sector-feature-grid .lmq-rich-card:hover,
.lmq-sector-why-grid .lmq-rich-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 64px rgba(7, 18, 33, .18);
}

.lmq-sector-feature-grid .lmq-rich-card__icon,
.lmq-sector-why-grid .lmq-rich-card__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
  font-size: 20px;
  background: linear-gradient(135deg, rgb(var(--lmq-accent-rgb) / .14), rgb(var(--lmq-accent-rgb) / .05));
  border: 1px solid rgb(var(--lmq-accent-rgb) / .16);
  color: var(--lmq-green);
}

.lmq-sector-why-grid .lmq-rich-card__icon {
  background: linear-gradient(135deg, rgb(var(--lmq-accent-rgb) / .14), rgb(var(--lmq-accent-rgb) / .05));
  border-color: rgb(var(--lmq-accent-rgb) / .16);
  color: var(--lmq-green);
}

.lmq-sector-feature-grid .lmq-rich-card h3,
.lmq-sector-why-grid .lmq-rich-card h3 {
  font-size: 19px;
  margin-bottom: 12px;
}

.lmq-sector-feature-grid .lmq-rich-card p {
  color: #526879;
}

.lmq-sector-why-grid .lmq-rich-card h3,
.lmq-sector-why-grid .lmq-rich-card p {
  color: var(--lmq-navy);
}

.lmq-sector-why-grid .lmq-rich-card p {
  color: #526879;
}

.lmq-sector-process-grid .elementor-column {
  width: 20%;
}

.lmq-sector-process-grid .lmq-step-card {
  position: relative;
  height: 100%;
  border-radius: 22px;
  padding: 30px 26px 26px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7FAFC 100%);
  border: 1px solid rgba(8,37,69,.08);
  box-shadow: 0 18px 48px rgba(7, 18, 33, .12);
}

.lmq-sector-process-grid .lmq-step-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lmq-green), rgba(116,188,68,.18));
}

.lmq-sector-process-grid .lmq-step-card span {
  margin-bottom: 18px;
}

.lmq-sector-process-grid .lmq-step-card h3 {
  font-size: 18px;
}

.lmq-sector-process-grid .lmq-step-card p {
  font-size: 14px;
}

.lmq-sector-cta .lmq-cta-panel {
  max-width: 1280px;
  margin: 0 auto;
}

.lmq-sector-story-grid .elementor-widget-wrap {
  height: 100%;
}

.lmq-sector-story-grid .elementor-column > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lmq-sector-story-grid .elementor-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(7, 18, 33, .12);
}

.lmq-sector-story-grid .elementor-column:nth-child(odd) .elementor-image img {
  object-position: 45% center;
}

.lmq-sector-story-grid .elementor-column:nth-child(even) .elementor-image img {
  object-position: center 40%;
}

.lmq-sector-story-grid h2,
.lmq-sector-story-grid h3,
.lmq-sector-feature-grid h2,
.lmq-sector-feature-grid h3,
.lmq-sector-process-grid h2,
.lmq-sector-process-grid h3 {
  color: var(--lmq-navy);
}

.lmq-sector-story-grid .elementor-column {
  align-self: stretch;
}

.lmq-sector-story-grid .elementor-widget-text-editor .elementor-widget-container {
  max-width: 620px;
}

@media (max-width: 1080px) {
  .lmq-sector-premium-grid .elementor-column,
  .lmq-sector-solution-grid .elementor-column,
  .lmq-sector-media-grid .elementor-column,
  .lmq-sector-related-grid .elementor-column {
    width: 50%;
  }

  .lmq-sector-feature-grid .elementor-column,
  .lmq-sector-why-grid .elementor-column,
  .lmq-sector-process-grid .elementor-column {
    width: 50%;
  }

  .lmq-sector-premium-grid .elementor-image-box-title {
    font-size: 23px;
    max-width: 16ch;
  }

  .lmq-sector-story-grid .elementor-image img {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 767px) {
  .lmq-sector-premium-grid .elementor-column,
  .lmq-sector-solution-grid .elementor-column,
  .lmq-sector-media-grid .elementor-column,
  .lmq-sector-related-grid .elementor-column {
    width: 100%;
  }

  .lmq-sector-feature-grid .elementor-column,
  .lmq-sector-why-grid .elementor-column,
  .lmq-sector-process-grid .elementor-column {
    width: 100%;
  }

  .lmq-sector-premium-grid .elementor-image-box-wrapper,
  .lmq-sector-solution-grid .elementor-image-box-wrapper,
  .lmq-sector-media-grid .elementor-image-box-wrapper,
  .lmq-sector-related-grid .elementor-image-box-wrapper {
    min-height: 360px;
  }

  .lmq-sector-feature-grid .lmq-rich-card,
  .lmq-sector-why-grid .lmq-rich-card,
  .lmq-sector-process-grid .lmq-step-card {
    padding: 24px;
  }

  .lmq-sector-premium-grid .elementor-image-box-title,
  .lmq-sector-premium-card--industrie .elementor-image-box-title,
  .lmq-sector-premium-card--agroalimentaire .elementor-image-box-title,
  .lmq-sector-premium-card--pharmaceutique .elementor-image-box-title,
  .lmq-sector-premium-card--logistique .elementor-image-box-title,
  .lmq-sector-premium-card--energie .elementor-image-box-title,
  .lmq-sector-premium-card--laboratoires .elementor-image-box-title {
    font-size: 22px;
    max-width: none;
  }

  .lmq-sector-story-grid .elementor-image img {
    aspect-ratio: 4 / 3;
  }

  .lmq-sector-premium-grid .elementor-image-box-content,
  .lmq-sector-solution-grid .elementor-image-box-content,
  .lmq-sector-media-grid .elementor-image-box-content,
  .lmq-sector-related-grid .elementor-image-box-content {
    padding: 24px;
  }
}

/* =============================================================================
   44. RESPONSIVE — 1080px
   ============================================================================= */
@media (max-width: 1080px) {
  :root {
    --lmq-section-y: 68px;
  }

  .lmq-blog-layout {
    grid-template-columns: 1fr 280px;
    gap: 32px;
  }

  .lmq-contact-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .lmq-process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .lmq-stats-bar__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lmq-share-buttons { display: none; }
  .lmq-quote-sticky { display: none; }
}

/* =============================================================================
   45. RESPONSIVE — 860px (tablet)
   ============================================================================= */
@media (max-width: 1080px) {
  :root {
    --lmq-section-y: var(--lmq-section-y-sm);
    --lmq-card-pad: 24px;
  }

  /* Header — collapse to hamburger at 1080px because the 7-item nav + actions need ~1150px */
  .lmq-nav { display: none; }
  .lmq-menu-toggle { display: block; }
  .lmq-nav-actions .lmq-btn,
  .lmq-header-phone { display: none; }

  .lmq-mobile-menu.is-open {
    display: block;
    padding: 16px 24px 24px;
    border-top: 1px solid var(--lmq-border);
    background: #fff;
  }

  /* Topbar */
  .lmq-topbar-inner { justify-content: flex-start; }
  .lmq-topbar-links { display: flex; flex-wrap: wrap; gap: 10px 16px; }
  .lmq-topbar-links a { margin-left: 0; }

  /* Footer */
  .lmq-footer-grid { grid-template-columns: 1fr 1fr; }

  /* Blog layout */
  .lmq-blog-layout {
    grid-template-columns: 1fr;
  }

  .lmq-sidebar {
    position: static;
  }

  /* Featured article */
  .lmq-featured-article {
    grid-template-columns: 1fr;
  }

  .lmq-featured-article__image-wrap { min-height: 240px; }
  .lmq-featured-article__image { min-height: 240px; position: relative; }
  .lmq-featured-article__image-placeholder { min-height: 240px; }
  .lmq-featured-article__body { padding: 28px 30px; }

  /* Articles grid */
  .lmq-articles-grid { grid-template-columns: 1fr; }

  /* Single layout */
  .lmq-single-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px 0 56px;
  }

  .lmq-toc { position: static; }

  /* Service card */
  .lmq-service-card { grid-template-columns: 1fr; }
  .lmq-service-card--reverse { direction: ltr; }
  .lmq-service-card__image-wrap { min-height: 240px; }
  .lmq-service-card__body { padding: 28px 30px; }

  /* Contact cards */
  .lmq-contact-cards { grid-template-columns: repeat(2, 1fr); }

  /* Related */
  .lmq-related-grid { grid-template-columns: 1fr; }

  /* Post nav */
  .lmq-post-nav { grid-template-columns: 1fr; }

  /* CTA panel */
  .lmq-cta-panel { align-items: flex-start; flex-direction: column; padding: 32px; }

  /* Elementor */
  .elementor-section:not(:first-child) .elementor-container { padding-right: 20px; padding-left: 20px; }
  .elementor-widget-heading h1 { font-size: clamp(32px, 7vw, 48px); line-height: 1.14; }
  .elementor-widget-heading h2 { font-size: clamp(26px, 5vw, 36px); }

  /* Mobile sticky CTA */
  .lmq-mobile-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 190;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border-radius: var(--lmq-radius-lg);
    background: rgba(255,255,255,.97);
    box-shadow: 0 18px 50px rgba(16,42,67,.24);
    border: 1px solid var(--lmq-border);
    max-width: calc(100vw - 24px);
    overflow: hidden;
  }

  .lmq-mobile-sticky-cta a {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--lmq-radius-md);
    background: linear-gradient(135deg, var(--lmq-accent), var(--lmq-accent-dk));
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
  }

  body { padding-bottom: 76px; }

  /* Comparison table — horizontal scroll */
  .lmq-comparison-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* =============================================================================
   46. RESPONSIVE — 640px (mobile)
   ============================================================================= */
@media (max-width: 640px) {
  /* Prevent Elementor fixed-width containers from causing horizontal overflow on narrow screens */
  .elementor-section > .elementor-container { max-width: 100%; }

  /* Service quick-facts grid: 4 columns → 2 columns on narrow screens.
     Uses attribute selector since wp_kses strips class from text-editor widget HTML. */
  [style*="grid-template-columns:repeat(4,1fr)"] { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }

  .lmq-container,
  .lmq-container-wide,
  .lmq-content-narrow { padding: 0 18px; }

  p, li { overflow-wrap: break-word; }

  .lmq-navwrap { min-height: 72px; }
  .lmq-logo img { max-height: 40px; }

  .elementor-icon-box-wrapper,
  .elementor-testimonial-wrapper,
  .elementor-counter { padding: 22px; }

  .lmq-contact-cards { grid-template-columns: 1fr; }

  .lmq-stats-bar__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }

  .lmq-author-box { flex-direction: column; }

  .lmq-inline-cta { flex-direction: column; align-items: flex-start; }

  .lmq-blog-hero { padding: 60px 0 72px; }
  .lmq-contact-hero { padding: 64px 0; }
  .lmq-services-hero { padding: 64px 0 80px; }

  .lmq-cta-panel { padding: 26px 22px; }

  .lmq-process-steps { grid-template-columns: 1fr; }
  .lmq-related-grid { grid-template-columns: 1fr; }

  .lmq-footer-grid { grid-template-columns: 1fr; }
}

/* =============================================================================
   46b. CLS PREVENTION — Reserve space for lazy-loaded embeds
   ============================================================================= */

/* Google Maps widget — reserve 400px so no layout shift when iframe loads */
.elementor-widget-google_maps .elementor-google-maps,
.elementor-widget-google_maps iframe {
  min-height: 400px;
  background: #e8eaed;
}

/* Service / about images — prevent reflow before img src resolves */
.lmq-service-card__image,
.lmq-featured-article__image {
  aspect-ratio: 16/9;
  background: var(--lmq-card);
}

/* =============================================================================
   47. RESPONSIVE — 480px (small mobile)
   ============================================================================= */
@media (max-width: 480px) {
  :root { --lmq-section-y: 50px; }

  .lmq-featured-article__body { padding: 22px 18px; }
  .lmq-service-card__body { padding: 22px 18px; }

  .lmq-hero-actions { flex-direction: column; align-items: stretch; }
  .lmq-hero-actions .lmq-btn { justify-content: center; }

  .lmq-cta-panel__actions { flex-direction: column; width: 100%; }
  .lmq-cta-panel__actions .lmq-btn { justify-content: center; width: 100%; }

  .lmq-blog-hero h1 { font-size: clamp(28px, 8vw, 38px); }

  .lmq-search-form__input { padding-right: 90px; }
  .lmq-search-form__submit { padding: 9px 14px; font-size: 13px; min-height: 44px; }
}

/* =============================================================================
   47b. RESPONSIVE — 360px (very small phones)
   ============================================================================= */
@media (max-width: 360px) {
  /* Service quick-facts: 2-col → 1-col on very small screens (fits ≥362px at 2-col) */
  [style*="grid-template-columns:repeat(4,1fr)"] { grid-template-columns: 1fr !important; }
}

/* =============================================================================
   48. HEADER — SCROLL SHADOW & UPGRADED NAV
   ============================================================================= */

/* Scroll shadow state (JS adds this class when scrollY > 20) */
.lmq-header--scrolled {
  box-shadow: 0 2px 20px rgba(11,27,43,0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* Nav link bottom-border active indicator */
.lmq-nav-menu a {
  position: relative;
}

.lmq-nav-menu > li.current-menu-item > a,
.lmq-nav-menu > li.current-menu-parent > a,
.lmq-nav-menu > li.current-page-ancestor > a {
  color: var(--lmq-accent);
}

.lmq-nav-menu > li.current-menu-item > a::after,
.lmq-nav-menu > li.current-menu-parent > a::after,
.lmq-nav-menu > li.current-page-ancestor > a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 13px;
  right: 13px;
  height: 2px;
  background: var(--lmq-accent);
  border-radius: 2px;
}

/* Improved nav gap */
.lmq-nav-menu {
  gap: clamp(2px, .45vw, 8px);
}

/* Upgraded dropdown */
.lmq-nav-menu .sub-menu {
  border-left: 3px solid var(--lmq-accent);
  padding: 8px 0;
  transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
}

.lmq-nav-menu .sub-menu a {
  padding: 11px 22px;
  font-size: 14px;
}

.lmq-nav-menu .sub-menu a::before {
  content: "→";
  margin-right: 8px;
  color: var(--lmq-accent);
  opacity: 0;
  transition: opacity .15s, transform .15s;
  display: inline-block;
  transform: translateX(-4px);
}

.lmq-nav-menu .sub-menu a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

/* =============================================================================
   49. MOBILE MENU — SLIDE-IN PANEL
   ============================================================================= */

.lmq-mobile-menu {
  display: block !important; /* Override hidden attr via CSS */
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

.lmq-mobile-menu.is-open {
  display: block !important;
  pointer-events: all;
  visibility: visible;
}

.lmq-mobile-menu:not(.is-open) {
  display: none !important;
}

/* Backdrop */
.lmq-mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11,27,43,0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity .3s ease;
}

.lmq-mobile-menu.is-open .lmq-mobile-menu__backdrop {
  opacity: 1;
}

/* Panel */
.lmq-mobile-menu__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(360px, 92vw);
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 40px rgba(11,27,43,0.18);
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.22,.68,0,1.05);
  overflow-y: auto;
  z-index: 2;
}

body.lmq-mobile-menu-open {
  overflow: hidden;
}

.lmq-mobile-menu.is-open .lmq-mobile-menu__inner {
  transform: translateX(0);
}

/* Panel header */
.lmq-mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--lmq-border);
  flex-shrink: 0;
}

.lmq-mobile-menu__close {
  width: 40px;
  height: 40px;
  border-radius: var(--lmq-radius-sm);
  border: 1.5px solid var(--lmq-border);
  background: var(--lmq-bg-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lmq-navy);
  cursor: pointer;
  transition: background var(--lmq-dur), border-color var(--lmq-dur);
}

.lmq-mobile-menu__close:hover {
  background: var(--lmq-navy);
  color: #fff;
  border-color: var(--lmq-navy);
}

/* Menu list inside panel */
.lmq-mobile-menu__inner .lmq-mobile-menu-list {
  padding: 16px 24px;
  flex-grow: 1;
}

.lmq-mobile-menu__inner .lmq-mobile-menu-list a {
  font-size: 15px;
  font-weight: 700;
  padding: 13px 0;
}

.lmq-mobile-menu__inner .lmq-mobile-menu-list .sub-menu {
  padding-left: 16px;
  margin: 4px 0 8px;
  border-left: 2px solid var(--lmq-accent);
}

/* Panel footer */
.lmq-mobile-menu__footer {
  padding: 20px 24px;
  border-top: 1px solid var(--lmq-border);
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  background: var(--lmq-bg-light);
}

.lmq-mobile-menu__footer .lmq-btn {
  justify-content: center;
  width: 100%;
}

.lmq-mobile-menu__phone {
  text-align: center;
  color: var(--lmq-navy);
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
}

/* Hide the old [hidden] display:none approach on mobile */
@media (max-width: 1180px) {
  .lmq-mobile-menu:not(.is-open) .lmq-mobile-menu__inner {
    transform: translateX(100%);
  }
  /* Keep old fallback hidden - new panel system takes over */
  .lmq-mobile-menu.is-open:not([data-legacy]) {
    border-top: none;
    padding: 0;
    background: transparent;
    display: block !important;
  }
}

/* =============================================================================
   49b. HEADER — RESPONSIVE NAV FIT
   ============================================================================= */

@media (max-width: 1180px) {
  .lmq-navwrap {
    min-height: 78px;
    gap: 14px;
  }

  .lmq-nav {
    display: none;
  }

  .lmq-menu-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .lmq-header-phone {
    display: none;
  }

  .lmq-nav-actions {
    gap: 10px;
  }

  .lmq-nav-actions .lmq-btn {
    display: inline-flex;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 13px;
  }

  .lmq-topbar-inner {
    justify-content: flex-end;
  }

  .lmq-topbar-links {
    gap: 14px;
  }
}

@media (max-width: 860px) {
  .lmq-nav-actions > .lmq-btn {
    display: none;
  }

  .lmq-topbar {
    font-size: 11px;
  }

  .lmq-topbar-inner {
    min-height: 36px;
  }

  .lmq-topbar-links {
    width: 100%;
    justify-content: center;
    gap: 12px;
  }

  .lmq-topbar-links a[href^="mailto:"] {
    display: none;
  }
}

@media (max-width: 430px) {
  .lmq-topbar {
    display: none;
  }

  .lmq-navwrap {
    min-height: 74px;
    gap: 12px;
  }

  .lmq-logo {
    min-width: 76px;
  }

  .lmq-logo img {
    max-height: 40px;
  }
}

/* =============================================================================
   50. DESIGN SYSTEM ADDITIONS
   ============================================================================= */

/* Premium gradient section */
.lmq-gradient-section {
  background: linear-gradient(135deg, var(--lmq-navy) 0%, var(--lmq-accent-dk) 60%, var(--lmq-accent) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.lmq-gradient-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 15% 50%, rgba(255,255,255,.08), transparent 55%),
    radial-gradient(ellipse at 85% 20%, rgb(var(--lmq-green-rgb) / .14), transparent 40%);
  pointer-events: none;
}

/* Section pattern overlay */
.lmq-section--pattern {
  position: relative;
}

.lmq-section--pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgb(var(--lmq-accent-rgb) / .06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

/* Icon wrapper with gradient circle */
.lmq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgb(var(--lmq-accent-rgb) / .15), rgb(var(--lmq-accent-rgb) / .06));
  color: var(--lmq-accent);
  font-size: 24px;
  flex-shrink: 0;
}

.lmq-icon--green {
  background: linear-gradient(135deg, rgb(var(--lmq-green-rgb) / .18), rgb(var(--lmq-green-rgb) / .08));
  color: var(--lmq-green-dk);
}

.lmq-icon--navy {
  background: linear-gradient(135deg, var(--lmq-navy), var(--lmq-ink));
  color: #fff;
}

/* Image frame with corner accent */
.lmq-img-frame {
  position: relative;
  display: inline-block;
}

.lmq-img-frame::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 2px solid var(--lmq-accent);
  border-radius: var(--lmq-radius-lg);
  opacity: .35;
  transform: rotate(-1.5deg);
  pointer-events: none;
  z-index: -1;
}

.lmq-img-frame img {
  position: relative;
  z-index: 1;
  border-radius: var(--lmq-radius-lg);
}

/* Enhanced card hover states */
.lmq-rich-card:hover {
  box-shadow: 0 20px 60px rgba(27,102,204,.12);
  border-color: rgb(var(--lmq-accent-rgb) / .4);
}

.lmq-card:hover {
  box-shadow: 0 20px 60px rgba(27,102,204,.12);
}

/* CTA Expert panel */
.lmq-cta-expert {
  background: linear-gradient(135deg, var(--lmq-green-dk), var(--lmq-green));
  color: #fff;
  border-radius: var(--lmq-radius-xl);
  padding: 48px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 0 12px 40px rgba(90,158,50,.3);
}

.lmq-cta-expert h2,
.lmq-cta-expert h3 {
  color: #fff;
  margin: 0 0 8px;
}

.lmq-cta-expert p {
  color: rgba(255,255,255,.88) ;
  margin: 0;
  font-size: 16px;
}

/* CTA Coverage */
.lmq-cta-coverage {
  background: linear-gradient(135deg, rgb(var(--lmq-accent-rgb) / .08), rgb(var(--lmq-accent-rgb) / .03)), #fff;
  border: 2px solid var(--lmq-accent);
  border-radius: var(--lmq-radius-xl);
  padding: 40px 48px;
  text-align: center;
}

.lmq-cta-coverage::before {
  content: "🗺";
  display: block;
  font-size: 40px;
  margin-bottom: 16px;
}

/* CTA Quote Hero */
.lmq-cta-quote-hero {
  position: relative;
  background: var(--lmq-navy);
  color: #fff;
  padding: 100px 32px;
  text-align: center;
  overflow: hidden;
}

.lmq-cta-quote-hero[style*="background-image"],
.lmq-cta-quote-hero.has-bg {
  background-size: cover;
  background-position: center;
}

.lmq-cta-quote-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(11,27,43,0.82);
  pointer-events: none;
}

.lmq-cta-quote-hero > * {
  position: relative;
  z-index: 1;
}

.lmq-cta-quote-hero h2 { color: #fff; margin-bottom: 16px; }
.lmq-cta-quote-hero p { color: rgba(220,233,239,.88) ; font-size: 18px; margin-bottom: 36px; }

/* =============================================================================
   51. ABOUT PAGE — TIMELINE COMPONENT
   ============================================================================= */

.lmq-timeline {
  max-width: 860px;
  margin: 48px auto 0;
  position: relative;
  padding-left: 80px;
}

.lmq-timeline::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, var(--lmq-accent), rgb(var(--lmq-accent-rgb) / .2));
}

.lmq-timeline__item {
  position: relative;
  margin-bottom: 48px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.lmq-timeline__item:last-child {
  margin-bottom: 0;
}

.lmq-timeline__year {
  position: absolute;
  left: -80px;
  width: 60px;
  background: linear-gradient(135deg, var(--lmq-accent), var(--lmq-accent-dk));
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  padding: 8px 6px;
  border-radius: var(--lmq-radius-sm);
  text-align: center;
  letter-spacing: .02em;
  box-shadow: 0 4px 16px rgb(var(--lmq-accent-rgb) / .36);
  flex-shrink: 0;
}

.lmq-timeline__content {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--lmq-radius-md);
  padding: 22px 28px;
  flex-grow: 1;
}

.lmq-timeline__content h4 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 17px;
}

.lmq-timeline__content p {
  color: rgba(220,233,239,.82) ;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 640px) {
  .lmq-timeline {
    padding-left: 60px;
  }

  .lmq-timeline::before {
    left: 28px;
  }

  .lmq-timeline__year {
    left: -60px;
    width: 48px;
    font-size: 11px;
    padding: 6px 4px;
  }

  .lmq-timeline__content {
    padding: 16px 18px;
  }
}

/* =============================================================================
   52. CERTIFICATIONS PAGE — TRACEABILITY CHAIN
   ============================================================================= */

.lmq-trace-chain {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 24px;
}

.lmq-trace-chain__step {
  width: 100%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--lmq-radius-md);
  padding: 18px 24px;
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  align-items: center;
}

.lmq-trace-chain__icon {
  grid-row: 1 / 3;
  width: 44px;
  height: 44px;
  background: rgb(var(--lmq-accent-rgb) / .3);
  border-radius: var(--lmq-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lmq-accent);
  font-size: 18px;
}

.lmq-trace-chain__label {
  font-weight: 800;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.lmq-trace-chain__desc {
  font-size: 13px;
  color: rgba(220,233,239,.75);
  margin-top: 2px;
}

.lmq-trace-chain__arrow {
  color: var(--lmq-accent);
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  opacity: .7;
  line-height: 1;
}

/* =============================================================================
   53. MOBILE RESPONSIVE ADDITIONS
   ============================================================================= */

@media (max-width: 1080px) {
  /* Mobile menu toggle stays visible, old inline display:none removed */
  .lmq-mobile-menu {
    display: block !important;
  }

  /* CTA Expert responsive */
  .lmq-cta-expert {
    flex-direction: column;
    padding: 32px;
    text-align: center;
  }

  /* Timeline */
  .lmq-trace-chain__step {
    padding: 14px 16px;
  }
}

@media (max-width: 640px) {
  /* Hero H1 readable at 375px */
  .elementor-widget-heading h1 {
    font-size: clamp(28px, 9vw, 44px) ;
    line-height: 1.15;
  }

  /* CTA buttons full-width */
  .lmq-hero-actions,
  [style*="display:flex"][style*="gap:14px"] {
    flex-direction: column;
    align-items: stretch;
  }

  .lmq-hero-actions .lmq-btn,
  [style*="display:flex"][style*="gap:14px"] .lmq-btn {
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  /* Cards stack */
  /* A23 fixed: broken .elementor-column width override removed */

  /* CTA expert/coverage mobile */
  .lmq-cta-expert,
  .lmq-cta-coverage {
    padding: 28px 22px;
  }

  /* Trace chain */
  .lmq-trace-chain__step {
    padding: 12px 14px;
    column-gap: 12px;
  }

  .lmq-trace-chain__icon {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
}

/* =============================================================================
   POLISH PASS v3.2.1 — Stat cards, trust bar, hero badge, service numbers, CTA XL
   ============================================================================= */

/* STAT CARDS GRID */
.lmq-stat-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 32px; }

/* STAT CARD */
.lmq-stat-card { text-align: center; padding: 24px 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: var(--lmq-radius-lg); transition: transform var(--lmq-dur-md) var(--lmq-ease), background var(--lmq-dur-md); }
.lmq-stat-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.13); }
.lmq-stat-card strong { font-size: 40px; font-weight: 800; color: var(--lmq-accent); line-height: 1; display: block; font-family: "Manrope", system-ui, sans-serif; }
.lmq-stat-card span { font-size: 13px; color: rgba(220,233,239,.8); margin-top: 6px; display: block; font-weight: 500; }
.lmq-stat-card__number { font-size: 56px; font-weight: 800; color: var(--lmq-accent); line-height: 1; display: block; font-family: "Manrope", system-ui, sans-serif; }
.lmq-stat-card__label { font-size: 14px; color: var(--lmq-muted); margin-top: 8px; display: block; font-weight: 500; }

/* TRUST BAR */
.lmq-trust-bar { background: #0d2035; border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; }
.lmq-trust-bar__inner { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; padding: 0 24px; max-width: 1280px; margin: 0 auto; }
.lmq-trust-bar__item { color: rgba(255,255,255,.9); font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 9px; }
.lmq-trust-bar__item i { color: var(--lmq-accent); font-size: 16px; flex-shrink: 0; }

/* HERO BADGE */
.lmq-hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(0,176,79,0.15); border: 1px solid rgb(var(--lmq-green-rgb) / 0.4); color: var(--lmq-green); font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 20px; margin-bottom: 20px; }

/* SERVICE CARD DECORATIVE NUMBER — override existing inline style with position:absolute */
.lmq-service-card { position: relative; overflow: hidden; }
.lmq-service-card__number { position: absolute; font-size: 120px; font-weight: 900; color: var(--lmq-accent); opacity: 0.07; top: -10px; right: 16px; line-height: 1; pointer-events: none; user-select: none; margin-bottom: 0; }

/* ARTICLE CARD hover border accent */
.lmq-article-card:hover { border-left: 3px solid var(--lmq-accent); }

/* CTA PANEL enhanced XL */
.lmq-cta-panel--xl { padding: 88px 64px; }
.lmq-cta-panel--xl .lmq-cta-panel__title { font-size: clamp(32px, 4vw, 52px); }
.lmq-cta-panel::after { content: ""; position: absolute; bottom: -30px; right: -30px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgb(var(--lmq-green-rgb) / .12), transparent 70%); pointer-events: none; }

@media (max-width: 767px) {
  .lmq-trust-bar__inner { gap: 20px; }
  .lmq-stat-card__number { font-size: 42px; }
  .lmq-cta-panel--xl { padding: 48px 24px; }
}

/* =============================================================================
   54. HOMEPAGE v3.3.3 — Premium industrial design pass
   ============================================================================= */

/* ── SHARED ACCENT BUTTON ── */
.lmq-btn-accent {
  background: linear-gradient(135deg, var(--lmq-accent), var(--lmq-accent-dk));
  color: #fff;
  box-shadow: 0 6px 28px rgb(var(--lmq-accent-rgb) / .40);
  border: none;
}
.lmq-btn-accent:hover {
  background: linear-gradient(135deg, var(--lmq-accent), var(--lmq-accent-dk));
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgb(var(--lmq-accent-rgb) / .54);
  color: #fff;
}
.lmq-btn-ghost-white {
  background: transparent;
  color: rgba(255,255,255,.92);
  border: 1.5px solid rgba(255,255,255,.40);
}
.lmq-btn-ghost-white:hover {
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.70);
  color: #fff;
  transform: translateY(-2px);
}
.lmq-btn-xl {
  padding: 18px 36px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .01em;
}

/* =============================================================================
   HERO — full-bleed photo
   ============================================================================= */
.lmq-hero-fullbleed {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Elementor puts content inside .elementor-container — center it */
.lmq-hero-fullbleed .elementor-container {
  justify-content: center ;
}

.lmq-hero-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 120px 32px 100px;
  position: relative;
  z-index: 1;
}

.lmq-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgb(var(--lmq-accent-rgb) / .14);
  border: 1px solid rgb(var(--lmq-accent-rgb) / .34);
  color: var(--lmq-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 100px;
  margin-bottom: 28px;
}

.lmq-hero-eyebrow i {
  color: var(--lmq-green);
  font-size: 13px;
}

.lmq-hero-h1 {
  color: #fff ;
  font-size: clamp(38px, 5.5vw, 72px);
  line-height: 1.06;
  letter-spacing: -.025em;
  font-weight: 800;
  text-wrap: balance;
  margin: 0 0 24px;
  font-family: "Manrope", system-ui, sans-serif;
}

.lmq-hero-sub {
  color: rgba(244,248,250,.90) ;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto 40px;
}

.lmq-hero-ctas {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* =============================================================================
   TRUST BAR — hero variant
   ============================================================================= */
.lmq-trust-bar--hero {
  border-top: none;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.lmq-trust-bar--hero .lmq-trust-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 20px 32px;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.lmq-trust-bar--hero .lmq-trust-bar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(220,236,250,.82);
  font-size: 13.5px;
  font-weight: 600;
  padding: 8px 32px;
}

.lmq-trust-bar--hero .lmq-trust-bar__item i {
  color: var(--lmq-accent);
  font-size: 16px;
  flex-shrink: 0;
}

.lmq-trust-bar__sep {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,.12);
  flex-shrink: 0;
}

/* =============================================================================
   SECTION LABEL — replaces kicker, more premium
   ============================================================================= */
.lmq-section-label {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--lmq-accent);
  margin-bottom: 14px;
}

.lmq-section-label--left { text-align: left; }

.lmq-section-label--light {
  color: rgb(var(--lmq-accent-rgb) / .8);
}

.lmq-section-sub {
  text-align: center;
  color: var(--lmq-muted) ;
  font-size: 17px;
  line-height: 1.75;
  max-width: 700px;
  margin: 16px auto 0;
}

.lmq-section-sub--light {
  color: rgba(180,204,224,.76) ;
}

/* =============================================================================
   SERVICE CARDS — premium version
   ============================================================================= */
.lmq-svc-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #DDE6ED;
  border-top: 3px solid var(--lmq-accent);
  border-radius: 0 0 var(--lmq-radius-lg) var(--lmq-radius-lg);
  padding: 32px 28px 28px;
  height: 100%;
  transition:
    transform .28s var(--lmq-ease),
    box-shadow .28s var(--lmq-ease-std),
    border-top-color .18s;
}

.lmq-svc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 56px rgba(16,42,67,.13);
  border-top-color: var(--lmq-green);
}

.lmq-svc-card__top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}

.lmq-svc-card__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgb(var(--lmq-accent-rgb) / .10), rgb(var(--lmq-accent-rgb) / .04));
  border-radius: var(--lmq-radius-md);
  color: var(--lmq-accent);
  font-size: 20px;
}

.lmq-svc-card__title {
  font-size: 17px;
  font-weight: 800;
  margin: 0;
  line-height: 1.25;
  color: var(--lmq-navy);
  padding-top: 4px;
}

.lmq-svc-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color .18s;
}
.lmq-svc-card__title a:hover { color: var(--lmq-accent); }

.lmq-svc-card__desc {
  color: #5B6F7E;
  font-size: 14px;
  line-height: 1.72;
  margin: 0 0 20px;
  flex-grow: 1;
}

.lmq-svc-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--lmq-accent);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  margin-top: auto;
  transition: gap .18s, color .18s;
}
.lmq-svc-card__link:hover { gap: 12px; color: var(--lmq-accent-dk); }
.lmq-svc-card__link i { font-size: 15px; }

/* Services footer strip */
.lmq-services-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px 32px;
  background: var(--lmq-bg-light);
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-xl);
  flex-wrap: wrap;
}

.lmq-services-footer span {
  color: var(--lmq-muted);
  font-size: 15px;
}

/* =============================================================================
   ABOUT SECTION
   ============================================================================= */
.lmq-about-section {
  overflow: hidden;
}

.lmq-about-photo-wrap {
  height: 100%;
  min-height: 480px;
  overflow: hidden;
  position: relative;
}

.lmq-about-photo {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  display: block;
  box-shadow: none ;
  border-radius: 0 ;
}

/* Override Elementor image shadow inside about */
.lmq-about-section .elementor-widget-image img {
  box-shadow: none ;
  border-radius: 0 ;
}

/* Right column content */
.lmq-about-section .elementor-column:last-child {
  padding: 64px 56px 64px 52px ;
}

.lmq-about-body {
  color: #3D5263 ;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 28px ;
}

/* =============================================================================
   ABOUT PAGE — PREMIUM INDUSTRIAL STORY
   ============================================================================= */

.lmq-about-hero {
  min-height: 680px;
  display: flex;
  align-items: center;
  background-position: center center;
  background-size: cover;
}

.lmq-about-hero__content,
.lmq-about-section-head,
.lmq-about-story,
.lmq-about-mv-grid,
.lmq-about-values-grid,
.lmq-about-timeline,
.lmq-about-team-grid,
.lmq-about-final-cta {
  max-width: 1180px;
  margin: 0 auto;
}

.lmq-about-hero__content {
  max-width: 920px;
  text-align: left;
}

.lmq-about-eyebrow,
.lmq-about-kicker {
  color: var(--lmq-accent) ;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 850;
  margin: 0 0 18px ;
}

.lmq-about-hero h1 {
  max-width: 860px;
  color: #fff;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .96;
  letter-spacing: 0;
  margin: 0 0 28px;
}

.lmq-about-hero__lead {
  max-width: 720px;
  color: rgba(220,233,239,.9) ;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
  margin: 0 0 36px ;
}

.lmq-about-hero__actions,
.lmq-about-final-cta__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* A24 fixed: .elementor-container max-width overrides removed — use Elementor Content Width per section */

.lmq-about-title,
.lmq-about-section-head h2,
.lmq-about-quality-copy h2,
.lmq-about-final-cta h2 {
  color: var(--lmq-navy);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  margin: 0;
}

.lmq-about-story {
  color: #3D5263;
  font-size: 18px;
  line-height: 1.85;
}

.lmq-about-story p {
  margin: 0 0 22px ;
}

.lmq-about-mv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.lmq-about-mv-card {
  min-height: 390px;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.lmq-about-mv-card::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
}

.lmq-about-mv-card--dark { background: #07121F; }
.lmq-about-mv-card--accent { background: linear-gradient(135deg, var(--lmq-accent-dk), var(--lmq-accent)); }

.lmq-about-mv-card span,
.lmq-about-timeline-card span {
  display: inline-block;
  color: rgba(255,255,255,.72);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 22px;
}

.lmq-about-mv-card h2 {
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  margin: 0 0 24px;
}

.lmq-about-mv-card p {
  color: rgba(255,255,255,.84) ;
  font-size: 17px;
  line-height: 1.75;
  margin: 0 ;
}

.lmq-about-section-head {
  margin-bottom: 44px;
}

.lmq-about-section-head p:not(.lmq-about-kicker) {
  max-width: 680px;
  color: #5B7182 ;
  font-size: 18px;
  line-height: 1.75;
  margin: 18px 0 0 ;
}

.lmq-about-section-head--light h2 { color: #fff; }

.lmq-about-values-grid,
.lmq-about-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.lmq-about-value-card,
.lmq-about-team-card {
  background: #fff;
  border: 1px solid rgba(17,48,64,.12);
  padding: 30px;
  min-height: 280px;
  box-shadow: 0 18px 50px rgba(17,48,64,.08);
}

.lmq-about-value-card span {
  display: inline-flex;
  color: var(--lmq-accent);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 28px;
}

.lmq-about-value-card h3,
.lmq-about-team-card h3 {
  color: var(--lmq-navy);
  font-size: 22px;
  line-height: 1.18;
  margin: 0 0 16px;
}

.lmq-about-value-card p,
.lmq-about-team-card p {
  color: #5B7182 ;
  line-height: 1.72;
  margin: 0 ;
}

.lmq-about-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.16);
}

.lmq-about-timeline-card {
  min-height: 340px;
  padding: 34px 28px;
  border-right: 1px solid rgba(255,255,255,.14);
  position: relative;
}

.lmq-about-timeline-card:last-child { border-right: 0; }

.lmq-about-timeline-card strong {
  display: block;
  color: var(--lmq-accent);
  font-size: 44px;
  line-height: 1;
  margin-bottom: 46px;
}

.lmq-about-timeline-card h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.18;
  margin: 0 0 16px;
}

.lmq-about-timeline-card p {
  color: rgba(220,233,239,.78) ;
  line-height: 1.7;
  margin: 0 ;
}

.lmq-about-quality-copy {
  max-width: 560px;
  padding: 24px 0;
}

.lmq-about-quality-copy p {
  color: #4E6475 ;
  font-size: 17px;
  line-height: 1.8;
}

.lmq-about-quality-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 12px;
}

.lmq-about-quality-list li {
  color: var(--lmq-navy);
  font-weight: 750;
  padding-left: 28px;
  position: relative;
}

.lmq-about-quality-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background: var(--lmq-accent);
}

.lmq-about-quality-image {
  height: 430px;
  overflow: hidden;
  background: #07121F;
  box-shadow: 0 30px 80px rgba(17,48,64,.16);
}

.lmq-about-quality-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lmq-about-team-card {
  min-height: 240px;
  background: linear-gradient(180deg, #fff, #F7FAFC);
}

.lmq-about-team-card__mark {
  width: 42px;
  height: 42px;
  border: 2px solid var(--lmq-accent);
  margin-bottom: 28px;
  position: relative;
}

.lmq-about-team-card__mark::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: -10px;
  bottom: -10px;
  background: var(--lmq-navy);
}

.lmq-about-final-section {
  background-position: center center;
  background-size: cover;
}

.lmq-about-final-cta {
  max-width: 900px;
  text-align: center;
}

.lmq-about-final-cta .lmq-about-kicker,
.lmq-about-final-cta h2,
.lmq-about-final-cta p {
  text-align: center;
}

.lmq-about-final-cta h2 {
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
}

.lmq-about-final-cta p {
  max-width: 720px;
  color: rgba(220,233,239,.86) ;
  font-size: 18px;
  line-height: 1.75;
  margin: 24px auto 34px ;
}

.lmq-about-final-cta__actions {
  justify-content: center;
}

@media (max-width: 1024px) {
  .lmq-about-values-grid,
  .lmq-about-team-grid,
  .lmq-about-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lmq-about-timeline-card:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .lmq-about-hero {
    min-height: 620px;
  }

  .lmq-about-mv-grid,
  .lmq-about-values-grid,
  .lmq-about-team-grid,
  .lmq-about-timeline {
    grid-template-columns: 1fr;
  }

  .lmq-about-mv-card,
  .lmq-about-value-card,
  .lmq-about-team-card,
  .lmq-about-timeline-card {
    min-height: auto;
  }

  .lmq-about-timeline-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .lmq-about-title,
  .lmq-about-section-head h2,
  .lmq-about-quality-copy h2 {
    font-size: 34px;
  }

  .lmq-about-quality-image {
    height: 300px;
  }

  .lmq-about-hero__actions,
  .lmq-about-final-cta__actions {
    flex-direction: column;
  }

  .lmq-about-hero__actions .lmq-btn,
  .lmq-about-final-cta__actions .lmq-btn {
    width: 100%;
    justify-content: center;
  }
}

/* =============================================================================
   ABOUT PAGE V2 — MOCKUP-LED PREMIUM INDUSTRIAL
   Redesigned for Siemens / Schneider Electric / Bosch level feel.
   ============================================================================= */

/* ── Shared container constraints ────────────────────────────────────────── */
.lmq-about2-hero .elementor-container,
.lmq-about2-story-section .elementor-container,
.lmq-about2-mv-section .elementor-container,
.lmq-about2-values-section .elementor-container,
.lmq-about2-timeline-section .elementor-container,
.lmq-about2-trust-section .elementor-container,
.lmq-about2-quality-section .elementor-container,
.lmq-about2-team-section .elementor-container,
.lmq-about2-sectors-section .elementor-container {
}

.lmq-about2-hero .elementor-container,
.lmq-about2-story-section .elementor-container {
}

/* ── HERO ─────────────────────────────────────────────────────────────────── */
.lmq-about2-hero {
  position: relative;
  overflow: hidden;
  min-height: 74vh;
  display: flex;
  align-items: center;
}

/* Rich layered dark gradient so content stays fully readable */
.lmq-about2-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(5,14,26,.98) 0%, rgba(7,18,31,.90) 48%, rgba(7,18,31,.65) 100%),
    radial-gradient(ellipse at 78% 12%, rgb(var(--lmq-accent-rgb) / .28) 0%, transparent 52%),
    radial-gradient(ellipse at 12% 88%, rgb(var(--lmq-green-rgb) / .12) 0%, transparent 42%);
  pointer-events: none;
  z-index: 0;
}

.lmq-about2-hero .elementor-container {
  position: relative;
  z-index: 1;
  min-height: 70vh;
}

/* Blueprint grid overlay — subtle engineering feel */
.lmq-about2-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(var(--lmq-accent-rgb) / .04) 1px, transparent 1px),
    linear-gradient(90deg, rgb(var(--lmq-accent-rgb) / .04) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
  z-index: 0;
}

.lmq-about2-hero-copy {
  padding: 60px 0 60px 0;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ── Badge ── */
.lmq-about2-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 12px;
  border-radius: 999px;
  background: rgb(var(--lmq-accent-rgb) / .16);
  border: 1px solid rgb(var(--lmq-accent-rgb) / .42);
  color: #85d4ff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 24px;
  width: fit-content;
}

.lmq-about2-badge i {
  color: var(--lmq-accent);
  font-size: 13px;
}

/* ── Hero h1 ── */
.lmq-about2-hero h1 {
  color: #fff;
  font-family: "Manrope", "Aptos", system-ui, sans-serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  max-width: 620px;
}

/* Blue accent on last word */
.lmq-about2-hero h1 em {
  font-style: normal;
  color: var(--lmq-accent);
}

/* ── Hero paragraph ── */
.lmq-about2-hero p {
  color: rgba(210,228,242,.86) ;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 0 28px ;
}

/* ── Hero divider accent ── */
.lmq-about2-hero-copy::before {
  display: none;
}

/* ── Hero CTA row ── */
.lmq-about2-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ── Hero stats bar ── */
.lmq-about2-hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.lmq-about2-hero-stats__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 22px 0 0;
}

.lmq-about2-hero-stats__item:first-child { padding-left: 0; }

.lmq-about2-hero-stats__item strong {
  color: #fff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.lmq-about2-hero-stats__item span {
  color: rgba(210,228,242,.62);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.lmq-about2-hero-stats__sep {
  width: 1px;
  height: 34px;
  background: rgba(255,255,255,.14);
  margin: 0 22px 0 0;
  flex-shrink: 0;
}

/* ── Hero right — media panel ── */
.lmq-about2-hero-media {
  position: relative;
  margin: 28px 0 28px 32px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow:
    0 0 0 1px rgb(var(--lmq-accent-rgb) / .18),
    0 48px 120px rgba(0,0,0,.52),
    inset 0 1px 0 rgba(255,255,255,.08);
  height: 100%;
  min-height: 460px;
}

.lmq-about2-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  display: block;
  transition: transform .8s ease;
}

.lmq-about2-hero-media:hover img {
  transform: scale(1.03);
}

/* Dual gradient overlay for depth */
.lmq-about2-hero-media__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(5,14,26,.88) 0%, rgba(5,14,26,.28) 46%, transparent 72%),
    linear-gradient(90deg, rgba(5,14,26,.3) 0%, transparent 38%);
  z-index: 1;
}

/* Accent corner mark */
.lmq-about2-hero-media::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-top: 2px solid rgb(var(--lmq-accent-rgb) / .7);
  border-right: 2px solid rgb(var(--lmq-accent-rgb) / .7);
  z-index: 3;
  border-radius: 0 4px 0 0;
}

/* ── Trust badges overlaid on hero image ── */
.lmq-about2-trust-row {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  z-index: 2;
}

.lmq-about2-trust-row span {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 14px;
  background: rgba(5,14,26,.82);
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 6px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.3;
}

.lmq-about2-trust-row i {
  color: var(--lmq-accent);
  font-size: 14px;
  flex-shrink: 0;
}

/* ── STORY SECTION ─────────────────────────────────────────────────────────── */
.lmq-about2-story-section {
  position: relative;
}

.lmq-about2-story-image {
  overflow: hidden;
  border-radius: 10px;
  box-shadow:
    0 2px 0 0 var(--lmq-accent),
    0 28px 72px rgba(17,48,64,.16);
  position: relative;
}

.lmq-about2-story-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(16,42,67,.18) 100%);
}

.lmq-about2-story-image,
.lmq-about2-story-image img {
  height: 540px;
}

.lmq-about2-story-image img,
.lmq-about2-quality-grid img,
.lmq-about2-team-grid img,
.lmq-about2-sector-grid img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.lmq-about2-copy-block {
  padding-left: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* ── Shared section kicker / head ── */
.lmq-about2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lmq-accent) ;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 800;
  margin: 0 0 16px ;
}

.lmq-about2-kicker::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  background: var(--lmq-accent);
  flex-shrink: 0;
}

.lmq-about2-copy-block h2 {
  color: var(--lmq-navy);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.015em;
  margin: 0 0 20px;
}

.lmq-about2-copy-block p {
  color: #4A6275 ;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 16px ;
}

/* ── Industry icon pills ── */
.lmq-about2-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 22px 0 26px;
}

.lmq-about2-icon-grid span {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  background: #EEF4F8;
  border: 1px solid rgba(17,48,64,.08);
  border-left: 3px solid var(--lmq-accent);
  color: var(--lmq-navy);
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  transition: background .18s, border-color .18s;
}

.lmq-about2-icon-grid span:hover {
  background: rgb(var(--lmq-accent-rgb) / .08);
  border-left-color: var(--lmq-accent-dk);
}

.lmq-about2-icon-grid i {
  color: var(--lmq-accent);
  font-size: 14px;
  flex-shrink: 0;
}

.lmq-about2-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lmq-accent);
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: .02em;
  border-bottom: 1px solid rgb(var(--lmq-accent-rgb) / .3);
  padding-bottom: 2px;
  transition: gap .2s, border-color .2s;
}

.lmq-about2-link:hover {
  gap: 14px;
  border-color: var(--lmq-accent);
}

/* ── Shared section head (centered) ── */
.lmq-about2-section-head {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.lmq-about2-section-head p {
  color: var(--lmq-accent) ;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 800;
  margin: 0 0 14px ;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.lmq-about2-section-head p::before,
.lmq-about2-section-head p::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: var(--lmq-accent);
  opacity: .5;
}

.lmq-about2-section-head h2 {
  color: var(--lmq-navy);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.018em;
  margin: 0;
}

.lmq-about2-section-head--light h2 { color: #fff; }
.lmq-about2-section-head--light p  { color: rgb(var(--lmq-accent-rgb) / .8) ; }

/* ── MISSION & VISION ─────────────────────────────────────────────────────── */
.lmq-about2-mv-grid,
.lmq-about2-values-grid,
.lmq-about2-trust-grid,
.lmq-about2-quality-grid,
.lmq-about2-team-grid,
.lmq-about2-sector-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.lmq-about2-mv-grid         { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.lmq-about2-values-grid     { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lmq-about2-trust-grid      { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.lmq-about2-quality-grid,
.lmq-about2-team-grid       { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.lmq-about2-sector-grid     { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }

/* MV cards */
.lmq-about2-mv-card {
  min-height: 380px;
  padding: 48px 44px;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--lmq-navy) 0%, #07121F 100%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 32px 88px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.06);
  transition: transform .3s var(--lmq-ease-std), box-shadow .3s ease;
  position: relative;
  overflow: hidden;
}

/* Decorative arc */
.lmq-about2-mv-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 50%;
}

.lmq-about2-mv-card::before {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255,255,255,.04);
  border-radius: 50%;
}

.lmq-about2-mv-card--blue {
  background: linear-gradient(145deg, var(--lmq-accent-dk), var(--lmq-accent));
  border-color: rgba(255,255,255,.14);
}

.lmq-about2-mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 44px 110px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.08);
}

.lmq-about2-mv-card i {
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  font-size: 28px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.lmq-about2-mv-card h3 {
  color: #fff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 18px;
  position: relative;
  z-index: 1;
}

.lmq-about2-mv-card p {
  color: rgba(210,228,242,.84) ;
  font-size: 16px;
  line-height: 1.76;
  margin: 0 ;
  position: relative;
  z-index: 1;
}

/* ── VALUES GRID ────────────────────────────────────────────────────────────── */
.lmq-about2-value-card {
  background: #fff;
  border: 1px solid rgba(17,48,64,.08);
  border-top: 3px solid transparent;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(17,48,64,.06), 0 1px 0 rgba(17,48,64,.04);
  overflow: hidden;
  min-height: 260px;
  padding: 32px 28px;
  transition: transform .28s var(--lmq-ease-std), box-shadow .28s ease, border-top-color .22s;
}

.lmq-about2-value-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 64px rgba(17,48,64,.13);
  border-top-color: var(--lmq-accent);
}

.lmq-about2-value-card i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgb(var(--lmq-accent-rgb) / .12), rgb(var(--lmq-accent-rgb) / .06));
  color: var(--lmq-accent);
  font-size: 21px;
  margin-bottom: 22px;
}

.lmq-about2-value-card h3 {
  color: var(--lmq-navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
}

.lmq-about2-value-card p {
  color: #5B7182 ;
  font-size: 14.5px;
  line-height: 1.72;
  margin: 0 ;
}

/* ── TIMELINE ───────────────────────────────────────────────────────────────── */
.lmq-about2-timeline {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  position: relative;
}

/* The horizontal line */
.lmq-about2-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--lmq-accent) 0%, rgb(var(--lmq-accent-rgb) / .15) 100%);
}

.lmq-about2-timeline article {
  position: relative;
  padding: 36px 20px 0 20px;
  border-right: 1px solid rgba(17,48,64,.07);
}

.lmq-about2-timeline article:last-child {
  border-right: 0;
}

/* Dot on timeline */
.lmq-about2-timeline article::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 22px;
  width: 12px;
  height: 12px;
  background: var(--lmq-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgb(var(--lmq-accent-rgb) / .16), 0 0 0 8px rgb(var(--lmq-accent-rgb) / .06);
}

.lmq-about2-timeline span {
  display: inline-block;
  padding: 4px 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lmq-accent), var(--lmq-accent-dk));
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 14px;
}

.lmq-about2-timeline h3 {
  color: var(--lmq-navy);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 8px;
}

.lmq-about2-timeline p {
  color: #667B89 ;
  font-size: 13.5px;
  line-height: 1.62;
  margin: 0 ;
}

/* ── TRUST (dark) ───────────────────────────────────────────────────────────── */
.lmq-about2-trust-section {
  background: linear-gradient(160deg, #060F1C 0%, #07121F 60%, #0A1B2E 100%) ;
  position: relative;
  overflow: hidden;
}

.lmq-about2-trust-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(var(--lmq-accent-rgb) / .4), transparent);
}

.lmq-about2-trust-grid article {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  border-top: 2px solid rgb(var(--lmq-accent-rgb) / .5);
  border-radius: 8px;
  padding: 32px 28px;
  transition: background .25s, border-top-color .25s, transform .25s var(--lmq-ease-std);
}

.lmq-about2-trust-grid article:hover {
  background: rgb(var(--lmq-accent-rgb) / .07);
  border-top-color: var(--lmq-accent);
  transform: translateY(-5px);
}

.lmq-about2-trust-grid i {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgb(var(--lmq-accent-rgb) / .14);
  color: var(--lmq-accent);
  font-size: 22px;
  margin-bottom: 22px;
  border: 1px solid rgb(var(--lmq-accent-rgb) / .24);
}

.lmq-about2-trust-grid h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 12px;
}

.lmq-about2-trust-grid p {
  color: rgba(200,218,230,.74) ;
  font-size: 14px;
  line-height: 1.68;
  margin: 0 ;
}

/* ── QUALITY APPROACH ──────────────────────────────────────────────────────── */
.lmq-about2-quality-grid article,
.lmq-about2-team-grid article {
  background: #fff;
  border: 1px solid rgba(17,48,64,.08);
  border-radius: 10px;
  box-shadow: 0 10px 36px rgba(17,48,64,.07);
  overflow: hidden;
  transition: transform .28s var(--lmq-ease-std), box-shadow .28s ease;
  display: flex;
  flex-direction: column;
}

.lmq-about2-quality-grid article:hover,
.lmq-about2-team-grid article:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 72px rgba(17,48,64,.14);
}

.lmq-about2-quality-grid img,
.lmq-about2-team-grid img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  display: block;
}

/* Color bar at top of image */
.lmq-about2-quality-grid article::before,
.lmq-about2-team-grid article::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--lmq-accent), var(--lmq-green));
  flex-shrink: 0;
}

.lmq-about2-quality-grid article > div,
.lmq-about2-team-grid article > div {
  padding: 26px 24px 28px;
  flex: 1;
}

.lmq-about2-quality-grid h3,
.lmq-about2-team-grid h3 {
  color: var(--lmq-navy);
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 10px;
}

.lmq-about2-quality-grid p,
.lmq-about2-team-grid p {
  color: #667B89 ;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0 ;
}

/* ── SECTORS ────────────────────────────────────────────────────────────────── */
.lmq-about2-sector-grid article {
  position: relative;
  height: 160px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(17,48,64,.12);
  transition: transform .28s var(--lmq-ease-std), box-shadow .28s ease;
}

.lmq-about2-sector-grid article:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 22px 56px rgba(17,48,64,.2);
}

.lmq-about2-sector-grid img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(.55);
  transition: filter .3s ease, transform .4s ease;
}

.lmq-about2-sector-grid article:hover img {
  filter: brightness(.72);
  transform: scale(1.06);
}

.lmq-about2-sector-grid span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  background: linear-gradient(0deg, rgba(5,14,26,.88) 0%, transparent 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  text-align: center;
}

.lmq-about2-center {
  text-align: center;
  margin-top: 36px;
}

/* ── FINAL CTA ──────────────────────────────────────────────────────────────── */
.lmq-about2-final-section {
  position: relative;
  overflow: hidden;
}

.lmq-about2-final-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgb(var(--lmq-accent-rgb) / .18) 0%, transparent 44%),
    radial-gradient(circle at 80% 20%, rgb(var(--lmq-green-rgb) / .1) 0%, transparent 38%);
  pointer-events: none;
}

.lmq-about2-final {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.lmq-about2-final h2 {
  color: #fff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.02em;
  margin: 0 0 20px;
}

.lmq-about2-final p {
  color: rgba(210,230,242,.84) ;
  font-size: 17px;
  line-height: 1.75;
  margin: 0 auto 32px ;
  max-width: 680px;
}

.lmq-about2-actions--center {
  justify-content: center;
}

/* ── RESPONSIVE ─────────────────────────────────────────────────────────────── */
@media (max-width: 1200px) {
  .lmq-about2-sector-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
  .lmq-about2-hero { min-height: auto; }
  .lmq-about2-hero .elementor-container { min-height: 0; }

  .lmq-about2-values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lmq-about2-trust-grid  { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lmq-about2-sector-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .lmq-about2-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .lmq-about2-timeline article:nth-child(3) { border-right: 0; }
  .lmq-about2-timeline article:nth-child(4) { border-right: 1px solid rgba(17,48,64,.07); }
  .lmq-about2-timeline article:nth-child(6) { border-right: 0; }
}

@media (max-width: 767px) {
  .lmq-about2-hero { min-height: auto; }
  .lmq-about2-hero-copy { padding: 40px 0; }

  .lmq-about2-copy-block {
    padding-left: 0;
    padding-top: 32px;
  }

  .lmq-about2-hero-media {
    margin-left: 0;
    min-height: 300px;
  }

  .lmq-about2-hero-media,
  .lmq-about2-hero-media img {
    min-height: 320px;
    height: 320px;
  }

  .lmq-about2-story-image,
  .lmq-about2-story-image img {
    height: 320px;
  }

  .lmq-about2-trust-row   { grid-template-columns: 1fr; }
  .lmq-about2-icon-grid   { grid-template-columns: 1fr; }
  .lmq-about2-mv-grid     { grid-template-columns: 1fr; }
  .lmq-about2-values-grid { grid-template-columns: 1fr; }
  .lmq-about2-trust-grid  { grid-template-columns: 1fr; }
  .lmq-about2-quality-grid { grid-template-columns: 1fr; }
  .lmq-about2-team-grid   { grid-template-columns: 1fr; }
  .lmq-about2-sector-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lmq-about2-timeline    { grid-template-columns: 1fr; }

  .lmq-about2-timeline::before { display: none; }
  .lmq-about2-timeline article {
    padding: 24px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(17,48,64,.07);
  }
  .lmq-about2-timeline article::before { top: 28px; left: -6px; }

  .lmq-about2-section-head { margin-bottom: 32px; }
  .lmq-about2-section-head h2 { font-size: 28px; }

  .lmq-about2-actions .lmq-btn,
  .lmq-about2-actions--center .lmq-btn {
    width: 100%;
    justify-content: center;
  }
}

.lmq-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lmq-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--lmq-text);
  line-height: 1.5;
}

.lmq-check-list li i {
  color: var(--lmq-green);
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* =============================================================================
   PROCESS STEPS — horizontal with icon badge
   ============================================================================= */
.lmq-process-section {
  overflow: visible;
}

.lmq-process-card {
  text-align: center;
  padding: 0 16px;
  position: relative;
}

/* Connecting line to the right */
.lmq-process-card--connector::after {
  content: "";
  position: absolute;
  top: 40px;
  right: -12px;
  left: calc(50% + 44px);
  height: 2px;
  background: linear-gradient(90deg, rgb(var(--lmq-accent-rgb) / .4), rgb(var(--lmq-accent-rgb) / .12));
}

.lmq-process-card__num {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lmq-accent), var(--lmq-accent-dk));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 8px 32px rgb(var(--lmq-accent-rgb) / .38);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.lmq-process-card__step {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--lmq-accent);
  margin-bottom: 8px;
}

.lmq-process-card__title {
  font-size: 17px;
  font-weight: 800;
  color: var(--lmq-navy);
  margin: 0 0 10px;
}

.lmq-process-card__desc {
  color: var(--lmq-muted) ;
  font-size: 14px;
  line-height: 1.68;
  margin: 0;
}

/* =============================================================================
   PARTNERS + SECTORS — premium reference and industry cards
   ============================================================================= */
.lmq-partners-section > .elementor-container,
.lmq-sector-grid > .elementor-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(16px, 2vw, 32px);
  padding-right: clamp(16px, 2vw, 32px);
}

.lmq-partners-section .lmq-section-label,
.lmq-partners-section .lmq-section-sub {
  text-align: center;
}

.lmq-partners-section .lmq-section-sub {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.lmq-partners-grid .elementor-column {
  width: 33.333%;
}

.lmq-partners-card .elementor-widget-wrap {
  min-height: 178px;
  background: #fff;
  border: 1px solid rgba(8, 37, 69, .07);
  border-radius: 20px;
  box-shadow: 0 14px 38px rgba(8, 37, 69, .06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 26px;
  transition: transform .28s var(--lmq-ease), box-shadow .28s var(--lmq-ease-std), border-color .28s var(--lmq-ease);
}

.lmq-partners-card:hover .elementor-widget-wrap {
  transform: translateY(-4px);
  border-color: rgb(var(--lmq-green-rgb) / .28);
  box-shadow: 0 20px 44px rgba(8, 37, 69, .1);
}

.lmq-partners-card .elementor-widget-image {
  width: 100%;
}

.lmq-partners-card .elementor-widget-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.lmq-partners-card img {
  width: auto;
  max-width: 100%;
  max-height: 84px;
  object-fit: contain;
  transition: transform .35s var(--lmq-ease-std);
}

.lmq-partners-card:hover img {
  transform: scale(1.04);
}

.lmq-sectors-header h2 {
  color: #fff ;
}

.lmq-sector-grid {
  overflow: visible;
}

.lmq-sector-grid .elementor-column {
  width: 33.333%;
}

.lmq-industry-card-column .elementor-widget-wrap {
  height: 100%;
}

.lmq-industry-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  min-height: 392px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #12233b 0%, #071121 100%);
  box-shadow: 0 18px 48px rgba(7, 18, 33, .24);
  border: 1px solid rgba(255,255,255,.08);
  isolation: isolate;
  text-decoration: none;
  color: #fff;
  transition: transform .32s var(--lmq-ease), box-shadow .32s var(--lmq-ease-std), border-color .28s var(--lmq-ease);
}

.lmq-industry-card:hover {
  transform: translateY(-6px);
  border-color: rgb(var(--lmq-green-rgb) / .18);
  box-shadow: 0 24px 64px rgba(7, 18, 33, .34);
}

.lmq-industry-card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.lmq-industry-card__media img {
  position: absolute;
  inset: 0;
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  visibility: visible;
  transform: scale(1.01);
  transition: transform .42s var(--lmq-ease-std);
}

.lmq-industry-card:hover .lmq-industry-card__media img {
  transform: scale(1.08);
}

.lmq-industry-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8,37,69,.05) 0%, rgba(8,37,69,.45) 45%, rgba(8,37,69,.96) 100%);
}

.lmq-industry-card__body {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 28px;
}

.lmq-industry-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  color: var(--lmq-green);
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
}

.lmq-industry-card__icon i {
  font-size: 17px;
}

.lmq-industry-card__title {
  color: #fff !important;
  opacity: 1;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
  margin: 2px 0 0;
}

.lmq-industry-card__desc {
  color: rgba(255,255,255,.88) !important;
  opacity: 1;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  max-width: 34ch;
}

.lmq-industry-card__cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: var(--lmq-green) !important;
  opacity: 1;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color .18s ease, border-color .18s ease, transform .18s ease;
}

.lmq-industry-card__cta i {
  color: var(--lmq-green);
}

.lmq-industry-card:hover .lmq-industry-card__cta {
  transform: translateX(2px);
}

.lmq-industry-card__cta:hover {
  color: var(--lmq-green);
  border-bottom-color: rgba(116, 188, 68, .45);
}

.lmq-sector-archive-grid .elementor-widget-wrap {
  height: 100%;
}

.lmq-sector-archive-grid .lmq-industry-card {
  min-height: 480px;
  border-radius: 24px;
}

.lmq-sector-archive-grid .lmq-industry-card__overlay {
  background: linear-gradient(180deg, rgba(8,37,69,.05) 0%, rgba(8,37,69,.45) 45%, rgba(8,37,69,.96) 100%);
}

.lmq-sector-archive-grid .lmq-industry-card__body {
  padding: 30px;
  gap: 10px;
}

.lmq-sector-archive-grid .lmq-industry-card__icon {
  width: 56px;
  height: 56px;
}

.lmq-sector-archive-grid .lmq-industry-card__icon i {
  font-size: 19px;
}

.lmq-sector-archive-grid .lmq-industry-card__title {
  font-size: 24px;
  line-height: 1.12;
  max-width: 16ch;
}

.lmq-sector-archive-grid .lmq-industry-card__desc {
  font-size: 15px;
  line-height: 1.64;
  max-width: 38ch;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lmq-sector-archive-grid .lmq-industry-card__cta {
  margin-top: 8px;
}

.lmq-sector-archive-grid .lmq-industry-card__media img {
  filter: saturate(1.06) contrast(1.04) brightness(1.02);
}

.lmq-sector-archive-card--industrie .lmq-industry-card__media img { object-position: 45% center; }
.lmq-sector-archive-card--logistique .lmq-industry-card__media img { object-position: center 40%; }
.lmq-sector-archive-card--agroalimentaire .lmq-industry-card__media img { object-position: center center; }
.lmq-sector-archive-card--laboratoires .lmq-industry-card__media img { object-position: center center; }
.lmq-sector-archive-card--pharmaceutique .lmq-industry-card__media img { object-position: center center; }
.lmq-sector-archive-card--energie .lmq-industry-card__media img { object-position: center center; }

.lmq-sector-why-grid .elementor-heading-title {
  color: #fff !important;
  opacity: 1 !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.24);
}

.lmq-sector-why-grid,
.lmq-sector-why-grid .elementor-widget-wrap,
.lmq-sector-why-grid .elementor-widget,
.lmq-sector-why-grid .elementor-widget-container {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.lmq-sector-why-grid .elementor-widget-text-editor,
.lmq-sector-why-grid .elementor-widget-text-editor p,
.lmq-sector-why-grid .elementor-text-editor,
.lmq-sector-why-grid .elementor-text-editor p,
.lmq-sector-why-grid .lmq-section-sub,
.lmq-sector-why-grid .lmq-section-sub--light {
  color: rgba(255,255,255,.98) !important;
  text-shadow: 0 1px 14px rgba(0,0,0,.18);
  opacity: 1 !important;
  font-weight: 500;
}

.lmq-sector-why-grid .lmq-section-label,
.lmq-sector-why-grid .lmq-section-label--light {
  color: var(--lmq-green) !important;
  opacity: 1 !important;
}

@media (max-width: 1024px) {
  .lmq-partners-grid .elementor-column,
  .lmq-sector-grid .elementor-column {
    width: 50%;
  }

  .lmq-sector-archive-grid .lmq-industry-card {
    min-height: 456px;
  }

  .lmq-sector-archive-grid .lmq-industry-card__title {
    font-size: 22px;
    max-width: 16ch;
  }
}

@media (max-width: 767px) {
  .lmq-sectors-intro-section,
  .lmq-sectors-heading-section,
  .lmq-sectors-story-heading-section,
  .lmq-sector-story-grid,
  .lmq-sector-archive-grid {
    overflow-x: hidden;
  }

  .lmq-sectors-intro-section > .elementor-container,
  .lmq-sectors-heading-section > .elementor-container,
  .lmq-sectors-story-heading-section > .elementor-container,
  .lmq-sector-story-grid > .elementor-container,
  .lmq-sector-archive-grid > .elementor-container {
    max-width: 100%;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .lmq-sectors-intro-section .elementor-column,
  .lmq-sectors-heading-section .elementor-column,
  .lmq-sectors-story-heading-section .elementor-column,
  .lmq-sector-story-grid .elementor-column,
  .lmq-sector-archive-grid .elementor-column {
    width: 100% !important;
    max-width: 100%;
  }

  .lmq-sectors-intro-section h1,
  .lmq-sectors-intro-section h2,
  .lmq-sectors-intro-section h3,
  .lmq-sectors-intro-section p,
  .lmq-sectors-heading-section h1,
  .lmq-sectors-heading-section h2,
  .lmq-sectors-heading-section h3,
  .lmq-sectors-heading-section p,
  .lmq-sectors-story-heading-section h1,
  .lmq-sectors-story-heading-section h2,
  .lmq-sectors-story-heading-section h3,
  .lmq-sectors-story-heading-section p,
  .lmq-sector-story-grid h1,
  .lmq-sector-story-grid h2,
  .lmq-sector-story-grid h3,
  .lmq-sector-story-grid p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .lmq-partners-section > .elementor-container,
  .lmq-sector-grid > .elementor-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lmq-partners-grid .elementor-column,
  .lmq-sector-grid .elementor-column {
    width: 100%;
  }

  .lmq-partners-card .elementor-widget-wrap {
    min-height: 160px;
    padding: 22px 20px;
  }

  .lmq-industry-card {
    min-height: 344px;
  }

  .lmq-industry-card__body {
    padding: 22px;
  }

  .lmq-sector-archive-grid .lmq-industry-card {
    min-height: 428px;
  }

  .lmq-sector-archive-grid .lmq-industry-card__body {
    padding: 24px;
  }

  .lmq-sector-archive-grid .lmq-industry-card__title {
    font-size: 22px;
    max-width: none;
  }
}

/* =============================================================================
   EDITORIAL ARTICLES CARDS
   ============================================================================= */
.lmq-editorial-card {
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-lg);
  padding: 32px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform .28s var(--lmq-ease), box-shadow .28s var(--lmq-ease-std), border-color .18s;
}

.lmq-editorial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 52px rgba(16,42,67,.10);
  border-color: rgb(var(--lmq-accent-rgb) / .28);
}

.lmq-editorial-card__cat {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--lmq-accent);
  margin-bottom: 12px;
  border-left: 3px solid var(--lmq-accent);
  padding-left: 10px;
}

.lmq-editorial-card__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
  margin: 0 0 14px;
  color: var(--lmq-navy);
}

.lmq-editorial-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color .18s;
}
.lmq-editorial-card__title a:hover { color: var(--lmq-accent); }

.lmq-editorial-card__excerpt {
  color: var(--lmq-muted) ;
  font-size: 14.5px;
  line-height: 1.72;
  margin: 0;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lmq-editorial-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--lmq-border);
}

.lmq-editorial-card__read {
  font-size: 12px;
  color: var(--lmq-muted);
  display: flex;
  align-items: center;
  gap: 5px;
}

.lmq-editorial-card__read i { color: var(--lmq-accent); }

.lmq-editorial-card__more {
  font-size: 13px;
  font-weight: 700;
  color: var(--lmq-accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap .18s, color .18s;
}
.lmq-editorial-card__more:hover { gap: 8px; color: var(--lmq-accent-dk); }

/* =============================================================================
   FINAL CTA SECTION
   ============================================================================= */
.lmq-cta-final-section {
  position: relative;
  overflow: hidden;
}

.lmq-cta-final {
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 32px;
  position: relative;
  z-index: 1;
}

.lmq-cta-final__body {
  text-align: center;
  max-width: 680px;
}

.lmq-cta-final__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--lmq-green);
  margin-bottom: 16px;
}

.lmq-cta-final__title {
  color: #fff ;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0 0 18px;
  font-family: "Manrope", system-ui, sans-serif;
}

.lmq-cta-final__sub {
  color: rgba(200,224,244,.80) ;
  font-size: 17px;
  line-height: 1.72;
  margin: 0 0 40px;
}

.lmq-cta-final__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* =============================================================================
   FOOTER — more premium
   ============================================================================= */
.lmq-footer {
  padding: 64px 0 24px ;
}

.lmq-footer-grid {
  padding-bottom: 40px;
}

/* =============================================================================
   55. RESPONSIVE — v3.3.3 components
   ============================================================================= */

@media (max-width: 1080px) {
  .lmq-hero-inner { padding: 100px 24px 80px; }
  .lmq-hero-h1 { font-size: clamp(34px, 6vw, 56px); }
  .lmq-process-card--connector::after { display: none; }
  .lmq-about-section .elementor-column:last-child { padding: 48px 40px ; }
}

@media (max-width: 860px) {
  .lmq-hero-inner { padding: 80px 20px 72px; }
  .lmq-hero-h1 { font-size: clamp(30px, 7vw, 48px); }
  .lmq-hero-ctas { flex-direction: column; align-items: center; }
  .lmq-trust-bar--hero .lmq-trust-bar__item { padding: 10px 20px; }
  .lmq-trust-bar__sep { display: none; }
  .lmq-about-section { flex-direction: column; }
  .lmq-about-photo-wrap { min-height: 280px; }
  .lmq-about-photo { min-height: 280px; }
  .lmq-about-section .elementor-column:last-child { padding: 40px 28px ; }
  .lmq-process-card { padding: 0 8px 32px; }
  .lmq-process-card--connector::after { display: none; }
  .lmq-cta-final { min-height: auto; padding: 80px 24px; }
  .lmq-services-footer { flex-direction: column; text-align: center; }
  .lmq-footer { padding: 48px 0 20px ; }
}

@media (max-width: 640px) {
  .lmq-hero-fullbleed {
    min-height: 100svh;
    padding-inline: 18px;
  }
  .lmq-hero-fullbleed .elementor-container,
  .lmq-hero-fullbleed .elementor-column,
  .lmq-hero-fullbleed .elementor-widget-wrap,
  .lmq-hero-fullbleed .elementor-widget,
  .lmq-hero-fullbleed .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }
  .lmq-hero-inner {
    width: 100%;
    max-width: 100%;
    padding: 72px 0 64px;
  }
  .lmq-hero-eyebrow {
    max-width: 100%;
    justify-content: center;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: 10px;
    letter-spacing: .05em;
    padding: 8px 12px;
  }
  .lmq-hero-h1 {
    max-width: 10.5ch;
    margin-inline: auto;
    font-size: clamp(30px, 8vw, 34px);
    letter-spacing: 0;
    text-wrap: auto;
  }
  .lmq-hero-sub { font-size: 15px; }
  .lmq-btn-xl { padding: 16px 28px; font-size: 14px; }
  .lmq-hero-ctas .lmq-btn { width: 100%; max-width: 300px; justify-content: center; }
  .lmq-trust-bar--hero .lmq-trust-bar__inner { flex-direction: column; align-items: flex-start; padding: 16px 24px; gap: 10px; }
  .lmq-industry-card { min-height: 240px; }
  .lmq-cta-final { padding: 60px 18px; }
  .lmq-cta-final__actions { flex-direction: column; align-items: center; }
  .lmq-cta-final__actions .lmq-btn { width: 100%; max-width: 320px; justify-content: center; }
  .lmq-editorial-card { padding: 24px 20px; }
  .lmq-svc-card { padding: 24px 20px 20px; }
  .lmq-footer { padding: 40px 0 16px ; }
}

/* ── Hero — split two-column layout (legacy, kept for non-home pages) ── */
.lmq-home-hero--split {
  background: #0d2035 ;
  overflow: hidden;
  position: relative;
}

/* Left column: badge + H1 + lead + actions */
/* A29 fixed: flex layout on .elementor-column removed — use Elementor Vertical Align (bottom) + column padding controls */

/* Right column image — flush bottom */
.lmq-hero-img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: bottom center;
  border-radius: var(--lmq-radius-lg) var(--lmq-radius-lg) 0 0;
  box-shadow: none ;
}

/* Override Elementor image default shadow on hero */
.lmq-home-hero--split .elementor-widget-image img {
  box-shadow: none ;
  border-radius: var(--lmq-radius-lg) var(--lmq-radius-lg) 0 0;
}

/* H1 on dark hero */
.lmq-home-hero--split h1 {
  color: #fff ;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.08;
  text-wrap: balance;
}

/* ── ABOUT section ── */
.lmq-section-about {
  padding: var(--lmq-section-y) 0;
}

/* Stat cards inside about (dark bg variant) */
.lmq-section-about .lmq-stat-cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.lmq-section-about .lmq-stat-card {
  background: rgb(var(--lmq-accent-rgb) / .08);
  border: 1px solid rgb(var(--lmq-accent-rgb) / .18);
}

.lmq-section-about .lmq-stat-card strong {
  font-size: 36px;
  color: var(--lmq-accent);
}

.lmq-section-about .lmq-stat-card span {
  color: var(--lmq-muted);
}

/* ── SERVICE CARD — homepage grid variant ── */
/* Override the large alternating layout (.lmq-service-card) inside home grid context */
.lmq-home-services-grid .lmq-service-card,
.elementor-section.lmq-home-services .lmq-service-card {
  display: flex;
  flex-direction: column;
  grid-template-columns: unset;
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-lg);
  overflow: hidden;
  box-shadow: var(--lmq-shadow-sm);
  margin-bottom: 0;
  padding: 28px 24px 24px;
  transition: transform var(--lmq-dur-md) var(--lmq-ease), box-shadow var(--lmq-dur-md) var(--lmq-ease-std), border-color var(--lmq-dur);
  height: 100%;
}

.lmq-home-services-grid .lmq-service-card:hover,
.elementor-section.lmq-home-services .lmq-service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--lmq-shadow-md);
  border-color: rgb(var(--lmq-accent-rgb) / .3);
}

/* Standalone service card (used in home.php text_editor widget) */
.lmq-service-card__icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgb(var(--lmq-accent-rgb) / .12), rgb(var(--lmq-accent-rgb) / .05));
  border-radius: var(--lmq-radius-md);
  color: var(--lmq-accent);
  font-size: 22px;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.lmq-service-card__title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 10px;
  line-height: 1.25;
  color: var(--lmq-navy);
}

.lmq-service-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color var(--lmq-dur);
}

.lmq-service-card__title a:hover {
  color: var(--lmq-accent);
}

.lmq-service-card__desc {
  color: var(--lmq-muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 16px;
  flex-grow: 1;
}

/* ── CTA PANEL VARIANTS ── */
.lmq-btn-outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.6);
}

.lmq-btn-outline-white:hover {
  background: rgba(255,255,255,.12);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

/* Inline CTA — horizontal strip with icon left */
.lmq-cta-panel--inline {
  display: flex;
  align-items: center;
  gap: 24px;
  background: linear-gradient(135deg, var(--lmq-navy), var(--lmq-navy));
  border-radius: var(--lmq-radius-xl);
  padding: 32px 40px;
  color: #fff;
  box-shadow: var(--lmq-shadow-md);
  position: relative;
  overflow: hidden;
}

.lmq-cta-panel--inline::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 8% 50%, rgb(var(--lmq-accent-rgb) / .2), transparent 55%);
  pointer-events: none;
}

.lmq-cta-panel--inline__icon {
  width: 60px;
  height: 60px;
  background: rgb(var(--lmq-accent-rgb) / .22);
  border-radius: var(--lmq-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--lmq-accent);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.lmq-cta-panel--inline__body {
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.lmq-cta-panel--inline__body h3 {
  color: #fff;
  margin: 0 0 6px;
  font-size: clamp(18px, 2vw, 22px);
}

.lmq-cta-panel--inline__body p {
  color: rgba(220,233,239,.84) ;
  margin: 0;
  font-size: 15px;
}

.lmq-cta-panel--inline__actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* Final CTA panel — full-width dark with background image support */
.lmq-cta-panel--final {
  position: relative;
  background: #0d2035;
  border-radius: 0;
  text-align: center;
  padding: var(--lmq-section-y) 0;
  overflow: hidden;
}

.lmq-cta-panel--final[style*="background-image"] {
  background-size: cover;
  background-position: center;
}

.lmq-cta-panel--final::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(11,27,43,0.88);
  pointer-events: none;
}

.lmq-cta-panel--final > * {
  position: relative;
  z-index: 1;
}

.lmq-cta-panel--final .lmq-cta-panel__icon {
  font-size: 48px;
  color: var(--lmq-accent);
  margin-bottom: 20px;
  display: block;
}

.lmq-cta-panel--final h2 {
  color: #fff;
  margin-bottom: 16px;
}

.lmq-cta-panel--final p {
  color: rgba(220,233,239,.84) ;
  font-size: 17px;
  margin-bottom: 32px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.lmq-cta-panel--final .lmq-cta-panel__actions {
  justify-content: center;
}

/* ── SECTOR CARDS ── */
.lmq-sector-card {
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-lg);
  overflow: hidden;
  box-shadow: var(--lmq-shadow-sm);
  transition: transform var(--lmq-dur-md) var(--lmq-ease), box-shadow var(--lmq-dur-md) var(--lmq-ease-std);
}

.lmq-sector-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--lmq-shadow-md);
}

.lmq-sector-card__img {
  height: 180px;
  background-size: cover;
  background-position: center;
  background-color: linear-gradient(135deg, #e2eaf2, #d0dce7);
  position: relative;
}

.lmq-sector-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(11,27,43,.5) 100%);
}

.lmq-sector-card__body {
  padding: 20px 22px 22px;
}

.lmq-sector-card__body h3 {
  font-size: 17px;
  margin: 0 0 8px;
  color: var(--lmq-navy);
}

.lmq-sector-card__body p {
  color: var(--lmq-muted) ;
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 14px;
}

/* ── PROCESS — compact cards with connecting line ── */
.lmq-process-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

/* Connecting line between cards */
.lmq-process-row::before {
  content: "";
  position: absolute;
  top: 36px;
  left: calc(12.5% + 20px);
  right: calc(12.5% + 20px);
  height: 2px;
  background: linear-gradient(90deg, var(--lmq-accent), rgb(var(--lmq-accent-rgb) / .3));
  z-index: 0;
}

.lmq-step-card--compact {
  background: #fff;
  border: 1px solid var(--lmq-border);
  border-radius: var(--lmq-radius-lg);
  padding: 24px 20px 20px;
  box-shadow: var(--lmq-shadow-sm);
  position: relative;
  z-index: 1;
  margin: 0 8px;
  transition: transform var(--lmq-dur-md) var(--lmq-ease), box-shadow var(--lmq-dur-md) var(--lmq-ease-std);
}

.lmq-step-card--compact:hover {
  transform: translateY(-4px);
  box-shadow: var(--lmq-shadow-md);
}

.lmq-step-card--compact .step-num {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lmq-accent), var(--lmq-accent-dk));
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 14px;
  box-shadow: 0 4px 14px rgb(var(--lmq-accent-rgb) / .36);
}

.lmq-step-card--compact h4 {
  font-size: 15px;
  margin: 0 0 8px;
  color: var(--lmq-navy);
}

.lmq-step-card--compact p {
  font-size: 13px;
  color: var(--lmq-muted) ;
  margin: 0;
  line-height: 1.6;
}

/* =============================================================================
   55. RESPONSIVE — homepage components
   ============================================================================= */

@media (max-width: 1080px) {
  :root { --lmq-section-y: 70px; }

  .lmq-process-row { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .lmq-process-row::before { display: none; }
  .lmq-step-card--compact { margin: 0; }
}

@media (max-width: 860px) {
  :root { --lmq-section-y: var(--lmq-section-y-sm); }

  .lmq-stat-cards { grid-template-columns: repeat(2, 1fr); }
  .lmq-process-row { grid-template-columns: repeat(2, 1fr); }
  .lmq-process-row::before { display: none; }
  .lmq-step-card--compact { margin: 0; }

  .lmq-cta-panel--inline {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
  }

  .lmq-cta-panel--inline__actions { width: 100%; }
  .lmq-cta-panel--inline__actions .lmq-btn { flex: 1; justify-content: center; }

  .lmq-footer-grid { padding-bottom: 32px; }
}

@media (max-width: 640px) {
  .lmq-stat-cards { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .lmq-stat-card strong { font-size: 32px; }
  .lmq-process-row { grid-template-columns: 1fr; }
  .lmq-trust-bar__inner { gap: 16px; justify-content: flex-start; }
  .lmq-trust-bar__item { font-size: 13px; }
  .lmq-cta-panel--final { padding: 60px 0; }
  .lmq-hero-img { max-height: 320px; }
  .lmq-section-about .lmq-stat-cards { grid-template-columns: repeat(2, 1fr); }

  .lmq-footer { padding: 36px 0 16px; }
}

/* Final scoped override: Services archive hero must stay readable after Elementor output. */
body .elementor-section.lmq-services2-hero {
  min-height: 560px ;
}

body .lmq-services2-hero h1,
body .lmq-services2-hero .elementor-heading-title {
  color: #fff ;
  font-size: clamp(38px, 4.2vw, 58px) ;
  line-height: 1.04 ;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .32) ;
}

body .lmq-services2-hero .lmq-services-hero-copy {
  color: rgba(235, 244, 248, .92) ;
}

@media (max-width: 767px) {
  body .elementor-section.lmq-services2-hero {
    min-height: auto ;
  }

  body .lmq-services2-hero h1,
  body .lmq-services2-hero .elementor-heading-title {
    font-size: 30px ;
  }
}

/* =============================================================================
   56. Services archive/detail refactor
   ============================================================================= */

.lmq-services-refactor-hero,
.lmq-service-detail-refactor-hero {
  background: linear-gradient(135deg, #f7faf9 0%, #eef4f2 52%, #ffffff 100%);
  overflow: hidden;
}

.lmq-services-refactor-hero > .elementor-container,
.lmq-service-detail-refactor-hero > .elementor-container,
.lmq-services-refactor-grid > .elementor-container,
.lmq-services-trust-grid > .elementor-container,
.lmq-services-process-grid > .elementor-container,
.lmq-services-sector-preview > .elementor-container,
.lmq-service-detail-facts > .elementor-container,
.lmq-service-detail-scope > .elementor-container,
.lmq-service-detail-process > .elementor-container,
.lmq-service-detail-deliverables > .elementor-container,
.lmq-service-detail-sectors > .elementor-container,
.lmq-service-detail-related > .elementor-container {
  max-width: 1320px;
  margin: 0 auto;
  width: min(100%, calc(100% - 48px));
}

.lmq-services-refactor-hero > .elementor-container,
.lmq-service-detail-refactor-hero > .elementor-container {
  align-items: center;
  min-height: 560px;
  gap: 42px;
}

.lmq-services-refactor-hero .elementor-column,
.lmq-service-detail-refactor-hero .elementor-column,
.lmq-services-refactor-grid .elementor-column,
.lmq-service-detail-related .elementor-column {
  min-width: 0;
}

.lmq-services-refactor-hero h1,
.lmq-service-detail-refactor-hero h1 {
  color: #123233;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.02;
  max-width: 780px;
  overflow-wrap: break-word;
}

.lmq-services-eyebrow .lmq-kicker,
.lmq-services-refactor-hero .lmq-kicker {
  color: var(--lmq-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.lmq-services-intro p,
.lmq-detail-intro p,
.lmq-section-lead p,
.lmq-final-cta-copy p,
.lmq-city-coverage-copy p {
  color: var(--lmq-muted);
  font-size: 17px;
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.lmq-services-refactor-hero .lmq-services-intro p,
.lmq-service-detail-refactor-hero .lmq-detail-intro p {
  margin-left: 0;
}

.lmq-inline-button {
  display: inline-flex;
  margin: 8px 10px 0 0;
  max-width: max-content;
  width: auto;
}

.elementor-widget-button.lmq-btn-primary,
.elementor-widget-button.lmq-btn-secondary {
  background: transparent;
  box-shadow: none;
}

.elementor-widget-button.lmq-btn-primary .elementor-button {
  background: linear-gradient(135deg, var(--lmq-accent), var(--lmq-accent-dk));
  box-shadow: 0 6px 24px rgb(var(--lmq-accent-rgb) / .36);
  color: #fff;
}

.elementor-widget-button.lmq-btn-secondary .elementor-button {
  background: linear-gradient(135deg, var(--lmq-green), var(--lmq-green-dk));
  box-shadow: 0 6px 24px rgb(var(--lmq-green-rgb) / .34);
  color: #fff;
}

.lmq-inline-button .elementor-button-wrapper {
  display: inline-flex;
  width: auto;
}

.lmq-inline-button .elementor-button,
.lmq-service-native-card__link .elementor-button,
.lmq-related-service-link .elementor-button {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
  white-space: nowrap;
}

.lmq-services-hero-image img,
.lmq-detail-hero-image img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(18, 50, 51, .16);
  object-fit: cover;
  width: 100%;
}

.lmq-section-heading {
  padding-bottom: 12px;
  padding-top: 78px;
}

.lmq-section-heading--center .elementor-widget-container {
  text-align: center;
}

.lmq-services-refactor-grid > .elementor-container,
.lmq-services-trust-grid > .elementor-container,
.lmq-services-process-grid > .elementor-container,
.lmq-services-sector-preview > .elementor-container,
.lmq-service-detail-facts > .elementor-container,
.lmq-service-detail-scope > .elementor-container,
.lmq-service-detail-process > .elementor-container,
.lmq-service-detail-deliverables > .elementor-container,
.lmq-service-detail-sectors > .elementor-container,
.lmq-service-detail-related > .elementor-container {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.lmq-services-refactor-grid .lmq-service-native-card {
  flex: 0 0 calc((100% - 48px) / 3);
  width: calc((100% - 48px) / 3);
}

.lmq-services-trust-grid .elementor-column,
.lmq-service-detail-facts .elementor-column,
.lmq-service-detail-scope .elementor-column,
.lmq-service-detail-process .elementor-column {
  flex: 0 0 calc((100% - 72px) / 4);
  width: calc((100% - 72px) / 4);
}

.lmq-services-process-grid .elementor-column,
.lmq-service-detail-deliverables .elementor-column {
  flex: 0 0 calc((100% - 96px) / 5);
  width: calc((100% - 96px) / 5);
}

.lmq-services-sector-preview .elementor-column:not(:first-child),
.lmq-service-detail-sectors .elementor-column:not(:first-child) {
  flex: 0 0 calc((100% - 120px) / 6);
  width: calc((100% - 120px) / 6);
}

.lmq-services-sector-preview .elementor-column:first-child,
.lmq-service-detail-sectors .elementor-column:first-child,
.lmq-service-detail-deliverables .elementor-column:first-child,
.lmq-service-detail-related .elementor-column:first-child {
  flex: 0 0 100%;
  width: 100%;
}

.lmq-service-detail-related .elementor-column:not(:first-child) {
  flex: 0 0 calc((100% - 48px) / 3);
  width: calc((100% - 48px) / 3);
}

.lmq-service-native-card > .elementor-widget-wrap,
.lmq-trust-card,
.lmq-process-step,
.lmq-sector-preview-card,
.lmq-detail-fact-card,
.lmq-detail-scope-card,
.lmq-detail-process-card,
.lmq-detail-deliverable-card,
.lmq-detail-sector-card,
.lmq-service-detail-related .elementor-widget-image-box {
  background: #fff;
  border: 1px solid rgba(18, 50, 51, .1);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(18, 50, 51, .08);
  height: 100%;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.lmq-service-native-card > .elementor-widget-wrap {
  align-content: stretch;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.lmq-service-native-card:hover > .elementor-widget-wrap,
.lmq-trust-card:hover,
.lmq-process-step:hover,
.lmq-sector-preview-card:hover,
.lmq-detail-scope-card:hover,
.lmq-detail-process-card:hover,
.lmq-detail-sector-card:hover,
.lmq-service-detail-related .elementor-widget-image-box:hover {
  border-color: rgba(26, 111, 122, .28);
  box-shadow: 0 24px 60px rgba(18, 50, 51, .13);
  transform: translateY(-4px);
}

.lmq-service-native-card__image img,
.lmq-service-detail-related .elementor-widget-image-box img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.lmq-service-native-card__body,
.lmq-trust-card,
.lmq-process-step,
.lmq-sector-preview-card,
.lmq-detail-fact-card,
.lmq-detail-scope-card,
.lmq-detail-process-card,
.lmq-detail-deliverable-card,
.lmq-detail-sector-card {
  padding: 24px;
}

.lmq-service-native-card__body .elementor-icon-box-title,
.lmq-trust-card .elementor-icon-box-title,
.lmq-process-step .elementor-icon-box-title,
.lmq-sector-preview-card .elementor-icon-box-title,
.lmq-detail-fact-card .elementor-icon-box-title,
.lmq-detail-scope-card .elementor-icon-box-title,
.lmq-detail-process-card .elementor-icon-box-title,
.lmq-detail-deliverable-card .elementor-icon-box-title,
.lmq-detail-sector-card .elementor-icon-box-title {
  color: #123233;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.lmq-service-native-card__body .elementor-icon-box-description,
.lmq-trust-card .elementor-icon-box-description,
.lmq-process-step .elementor-icon-box-description,
.lmq-sector-preview-card .elementor-icon-box-description,
.lmq-detail-fact-card .elementor-icon-box-description,
.lmq-detail-scope-card .elementor-icon-box-description,
.lmq-detail-process-card .elementor-icon-box-description,
.lmq-detail-deliverable-card .elementor-icon-box-description,
.lmq-detail-sector-card .elementor-icon-box-description {
  color: var(--lmq-muted);
  font-size: 15px;
  line-height: 1.65;
}

.lmq-service-native-card__link {
  margin-top: auto;
  padding: 0 24px 24px;
}

.lmq-breadcrumb {
  align-items: center;
  color: var(--lmq-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 8px;
  margin-bottom: 18px;
}

.lmq-breadcrumb a {
  color: var(--lmq-primary);
  text-decoration: none;
}

.lmq-service-detail-overview,
.lmq-service-detail-coverage,
.lmq-services-faq,
.lmq-service-detail-faq,
.lmq-services-refactor-final,
.lmq-service-detail-final {
  overflow: hidden;
}

.lmq-service-detail-overview > .elementor-container,
.lmq-service-detail-coverage > .elementor-container,
.lmq-services-faq > .elementor-container,
.lmq-service-detail-faq > .elementor-container,
.lmq-services-refactor-final > .elementor-container,
.lmq-service-detail-final > .elementor-container {
  max-width: 1180px;
  margin: 0 auto;
  width: min(100%, calc(100% - 48px));
}

.lmq-service-detail-overview .elementor-column {
  background: #fff;
  border: 1px solid rgba(18, 50, 51, .1);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(18, 50, 51, .07);
  min-width: 0;
  padding: 28px;
}

.lmq-service-detail-overview .elementor-container {
  gap: 22px;
}

.lmq-service-detail-overview h2 {
  font-size: 25px;
  line-height: 1.22;
}

.lmq-services-refactor-final,
.lmq-service-detail-final {
  background-color: #123233;
  background-position: center;
  background-size: cover;
  color: #fff;
  margin-top: 78px;
  position: relative;
}

.lmq-services-refactor-final::before,
.lmq-service-detail-final::before {
  background: rgba(18, 50, 51, .78);
  content: "";
  inset: 0;
  position: absolute;
}

.lmq-services-refactor-final > .elementor-container,
.lmq-service-detail-final > .elementor-container {
  min-height: 360px;
  position: relative;
  z-index: 1;
}

.lmq-services-refactor-final h2,
.lmq-service-detail-final h2,
.lmq-services-refactor-final p,
.lmq-service-detail-final p,
.lmq-services-refactor-final a,
.lmq-service-detail-final a {
  color: #fff;
}

.lmq-services-faq .elementor-accordion,
.lmq-service-detail-faq .elementor-accordion {
  margin: 0 auto;
  max-width: 900px;
}

@media (max-width: 1180px) {
  .lmq-services-refactor-hero > .elementor-container,
  .lmq-service-detail-refactor-hero > .elementor-container {
    min-height: 500px;
  }

  .lmq-services-refactor-hero h1,
  .lmq-service-detail-refactor-hero h1 {
    font-size: clamp(36px, 5vw, 52px);
  }

  .lmq-services-refactor-grid .lmq-service-native-card,
  .lmq-service-detail-related .elementor-column:not(:first-child) {
    flex-basis: calc((100% - 24px) / 2);
    width: calc((100% - 24px) / 2);
  }

  .lmq-services-trust-grid .elementor-column,
  .lmq-service-detail-facts .elementor-column,
  .lmq-service-detail-scope .elementor-column,
  .lmq-service-detail-process .elementor-column,
  .lmq-services-process-grid .elementor-column,
  .lmq-service-detail-deliverables .elementor-column,
  .lmq-services-sector-preview .elementor-column:not(:first-child),
  .lmq-service-detail-sectors .elementor-column:not(:first-child) {
    flex-basis: calc((100% - 24px) / 2);
    width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 767px) {
  .lmq-services-refactor-hero > .elementor-container,
  .lmq-service-detail-refactor-hero > .elementor-container,
  .lmq-services-refactor-grid > .elementor-container,
  .lmq-services-trust-grid > .elementor-container,
  .lmq-services-process-grid > .elementor-container,
  .lmq-services-sector-preview > .elementor-container,
  .lmq-service-detail-facts > .elementor-container,
  .lmq-service-detail-scope > .elementor-container,
  .lmq-service-detail-process > .elementor-container,
  .lmq-service-detail-deliverables > .elementor-container,
  .lmq-service-detail-sectors > .elementor-container,
  .lmq-service-detail-related > .elementor-container,
  .lmq-service-detail-overview > .elementor-container,
  .lmq-service-detail-coverage > .elementor-container,
  .lmq-services-faq > .elementor-container,
  .lmq-service-detail-faq > .elementor-container,
  .lmq-services-refactor-final > .elementor-container,
  .lmq-service-detail-final > .elementor-container {
    width: min(100%, calc(100% - 32px));
  }

  .lmq-services-refactor-hero > .elementor-container,
  .lmq-service-detail-refactor-hero > .elementor-container {
    flex-direction: column;
    gap: 24px;
    min-height: 0;
    padding-bottom: 52px;
    padding-top: 44px;
  }

  .lmq-services-refactor-hero > .elementor-container > .elementor-column,
  .lmq-service-detail-refactor-hero > .elementor-container > .elementor-column {
    flex-basis: 100%;
    width: 100%;
  }

  .lmq-services-refactor-hero h1,
  .lmq-service-detail-refactor-hero h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  .lmq-services-refactor-hero .elementor-widget-heading,
  .lmq-services-refactor-hero .lmq-services-intro,
  .lmq-service-detail-refactor-hero .elementor-widget-heading,
  .lmq-service-detail-refactor-hero .lmq-detail-intro {
    max-width: min(300px, calc(100vw - 52px));
  }

  body.page-id-10,
  body.page-id-21,
  body.page-id-23,
  body.page-id-25,
  body.page-id-27,
  body.page-id-29,
  body.page-id-31,
  body.page-id-33 {
    overflow-x: hidden;
  }

  .lmq-services-intro p,
  .lmq-detail-intro p,
  .lmq-section-lead p,
  .lmq-final-cta-copy p,
  .lmq-city-coverage-copy p {
    font-size: 16px;
    max-width: min(300px, calc(100vw - 52px));
    overflow-wrap: break-word;
    width: 100%;
  }

  .lmq-inline-button,
  .lmq-inline-button .elementor-button {
    width: 100%;
  }

  .lmq-inline-button {
    margin-right: 0;
  }

  .lmq-inline-button .elementor-button {
    justify-content: center;
  }

  .lmq-services-refactor-grid .lmq-service-native-card,
  .lmq-services-trust-grid .elementor-column,
  .lmq-service-detail-facts .elementor-column,
  .lmq-service-detail-scope .elementor-column,
  .lmq-service-detail-process .elementor-column,
  .lmq-services-process-grid .elementor-column,
  .lmq-service-detail-deliverables .elementor-column,
  .lmq-services-sector-preview .elementor-column:not(:first-child),
  .lmq-service-detail-sectors .elementor-column:not(:first-child),
  .lmq-service-detail-related .elementor-column:not(:first-child) {
    flex-basis: 100%;
    width: 100%;
  }

  .lmq-service-detail-overview .elementor-container {
    display: flex;
    flex-direction: column;
  }

  .lmq-service-detail-overview .elementor-column {
    padding: 22px;
    width: 100%;
  }

  .lmq-service-native-card__body,
  .lmq-trust-card,
  .lmq-process-step,
  .lmq-sector-preview-card,
  .lmq-detail-fact-card,
  .lmq-detail-scope-card,
  .lmq-detail-process-card,
  .lmq-detail-deliverable-card,
  .lmq-detail-sector-card {
    padding: 22px;
  }

  .lmq-section-heading {
    padding-top: 54px;
  }

  .lmq-services-refactor-final,
  .lmq-service-detail-final {
    margin-top: 54px;
  }
}

/* 57. Service detail visual refactor */
.lmq-service-detail-visual-hero,
.lmq-service-detail-facts-visual,
.lmq-service-overview-visual,
.lmq-detail-section-heading,
.lmq-service-equipment-visual,
.lmq-service-process-visual,
.lmq-service-deliverables-visual,
.lmq-service-sectors-visual,
.lmq-service-coverage-visual,
.lmq-service-related-visual,
.lmq-service-faq-visual,
.lmq-service-final-visual {
  overflow: hidden;
}

.lmq-service-detail-visual-hero > .elementor-container,
.lmq-service-detail-facts-visual > .elementor-container,
.lmq-service-overview-visual > .elementor-container,
.lmq-detail-section-heading > .elementor-container,
.lmq-service-equipment-visual > .elementor-container,
.lmq-service-process-visual > .elementor-container,
.lmq-service-deliverables-visual > .elementor-container,
.lmq-service-sectors-visual > .elementor-container,
.lmq-service-coverage-visual > .elementor-container,
.lmq-service-related-visual > .elementor-container,
.lmq-service-faq-visual > .elementor-container,
.lmq-service-final-visual > .elementor-container {
  width: min(1240px, calc(100% - 64px));
  max-width: 1240px;
  margin-inline: auto;
}

.lmq-service-detail-visual-hero {
  padding: 82px 0 72px;
  background: linear-gradient(135deg, #f7fafc 0%, #eef5fb 100%);
}

.lmq-service-detail-visual-hero > .elementor-container,
.lmq-service-overview-visual > .elementor-container {
  display: flex;
  align-items: center;
  gap: 56px;
}

.lmq-service-detail-visual-hero .lmq-detail-hero-copy {
  flex: 0 1 56%;
  min-width: 0;
}

.lmq-service-detail-visual-hero .lmq-detail-hero-media {
  flex: 0 1 44%;
  min-width: 360px;
}

.lmq-service-detail-visual-hero h1 {
  max-width: 760px;
  margin: 12px 0 18px;
  color: #06233f;
  font-size: clamp(48px, 4.1vw, 60px);
  line-height: 1.05;
  letter-spacing: 0;
}

.lmq-service-detail-visual-hero .lmq-service-detail-intro,
.lmq-service-overview-visual .lmq-text-block,
.lmq-service-coverage-visual .lmq-text-block {
  max-width: 800px;
  color: #3d5269;
  font-size: 18px;
  line-height: 1.7;
}

.lmq-service-detail-visual-hero .elementor-widget-image img,
.lmq-service-overview-visual .elementor-widget-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(6, 35, 63, 0.16);
}

.lmq-service-detail-visual-hero .lmq-inline-button,
.lmq-service-final-visual .lmq-inline-button,
.lmq-service-coverage-visual .lmq-inline-button {
  display: inline-flex;
  width: auto;
  max-width: max-content;
  margin: 16px 12px 0 0;
  vertical-align: top;
}

.lmq-service-detail-visual-hero .lmq-inline-button .elementor-button-wrapper,
.lmq-service-final-visual .lmq-inline-button .elementor-button-wrapper,
.lmq-service-coverage-visual .lmq-inline-button .elementor-button-wrapper {
  width: auto;
}

.lmq-service-detail-visual-hero .elementor-widget-button .elementor-button,
.lmq-service-final-visual .elementor-widget-button .elementor-button,
.lmq-service-coverage-visual .elementor-widget-button .elementor-button {
  min-height: 48px;
  padding: 15px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.lmq-service-detail-facts-visual,
.lmq-service-overview-visual,
.lmq-detail-section-heading,
.lmq-service-equipment-visual,
.lmq-service-process-visual,
.lmq-service-deliverables-visual,
.lmq-service-sectors-visual,
.lmq-service-coverage-visual,
.lmq-service-related-visual,
.lmq-service-faq-visual {
  padding: 88px 0;
}

.lmq-service-detail-facts-visual {
  padding-top: 72px;
  padding-bottom: 56px;
  background: #fff;
}

.lmq-service-detail-facts-visual > .elementor-container,
.lmq-service-equipment-visual > .elementor-container,
.lmq-service-deliverables-visual > .elementor-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.lmq-service-sectors-visual > .elementor-container,
.lmq-service-related-visual > .elementor-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.lmq-service-detail-facts-visual .elementor-column,
.lmq-service-equipment-visual .elementor-column,
.lmq-service-deliverables-visual .elementor-column,
.lmq-service-sectors-visual .elementor-column,
.lmq-service-related-visual .elementor-column,
.lmq-service-process-visual .elementor-column {
  width: 100%;
  min-width: 0;
}

.lmq-detail-fact-card,
.lmq-detail-scope-card,
.lmq-detail-deliverable-card,
.lmq-detail-sector-card,
.lmq-detail-facts-visual__card,
.lmq-equipment-visual__card,
.lmq-deliverables-visual__card,
.lmq-sectors-visual__card {
  height: 100%;
  padding: 30px;
  border: 1px solid #d9e5ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(6, 35, 63, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lmq-detail-fact-card:hover,
.lmq-detail-scope-card:hover,
.lmq-detail-deliverable-card:hover,
.lmq-detail-sector-card:hover,
.lmq-detail-facts-visual__card:hover,
.lmq-equipment-visual__card:hover,
.lmq-deliverables-visual__card:hover,
.lmq-sectors-visual__card:hover {
  transform: translateY(-4px);
  border-color: #8cc6f2;
  box-shadow: 0 22px 48px rgba(6, 35, 63, 0.12);
}

.lmq-detail-fact-card .elementor-icon-box-title,
.lmq-detail-scope-card .elementor-icon-box-title,
.lmq-detail-deliverable-card .elementor-icon-box-title,
.lmq-detail-sector-card .elementor-icon-box-title,
.lmq-detail-facts-visual__card .elementor-icon-box-title,
.lmq-equipment-visual__card .elementor-icon-box-title,
.lmq-deliverables-visual__card .elementor-icon-box-title,
.lmq-sectors-visual__card .elementor-icon-box-title {
  margin-bottom: 10px;
  color: #06233f;
  font-size: 20px;
  line-height: 1.25;
}

.lmq-detail-fact-card .elementor-icon-box-description,
.lmq-detail-scope-card .elementor-icon-box-description,
.lmq-detail-deliverable-card .elementor-icon-box-description,
.lmq-detail-sector-card .elementor-icon-box-description,
.lmq-detail-facts-visual__card .elementor-icon-box-description,
.lmq-equipment-visual__card .elementor-icon-box-description,
.lmq-deliverables-visual__card .elementor-icon-box-description,
.lmq-sectors-visual__card .elementor-icon-box-description {
  color: #4b5f73;
  font-size: 16px;
  line-height: 1.65;
}

.lmq-service-overview-visual {
  background: #f7fafc;
}

.lmq-service-overview-visual .lmq-overview-copy {
  flex: 0 1 58%;
  min-width: 0;
}

.lmq-service-overview-visual .lmq-overview-media {
  position: relative;
  flex: 0 1 42%;
  min-width: 360px;
}

.lmq-detail-section-heading {
  padding-bottom: 36px;
  text-align: center;
}

.lmq-detail-section-heading h2,
.lmq-service-overview-visual h2,
.lmq-service-coverage-visual h2,
.lmq-service-final-visual h2 {
  max-width: 820px;
  margin: 8px auto 16px;
  color: #06233f;
  font-size: clamp(34px, 3vw, 42px);
  line-height: 1.16;
  letter-spacing: 0;
}

.lmq-service-overview-visual h2 {
  margin-inline: 0;
}

.lmq-section-label {
  color: #0a6fb7;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lmq-overview-list ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.lmq-overview-list li {
  position: relative;
  padding-left: 30px;
  color: #2f4559;
  font-size: 17px;
  line-height: 1.6;
}

.lmq-overview-list li::before {
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #20a36b;
  content: "";
}

.lmq-overview-trust {
  margin-top: 28px;
  padding: 18px 22px;
  border-left: 4px solid #0a6fb7;
  border-radius: 14px;
  background: #fff;
  color: #254157;
  font-size: 17px;
  line-height: 1.6;
  box-shadow: 0 16px 36px rgba(6, 35, 63, 0.08);
}

.lmq-overview-info {
  position: absolute;
  right: 22px;
  bottom: -24px;
  max-width: 300px;
  padding: 22px;
  border-radius: 16px;
  background: #06233f;
  color: #fff;
  box-shadow: 0 18px 42px rgba(6, 35, 63, 0.2);
}

.lmq-overview-info strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.lmq-overview-info span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.55;
}

.lmq-service-process-visual {
  background: #f7fafc;
}

.lmq-service-process-visual > .elementor-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.lmq-service-process-visual > .elementor-container::before {
  position: absolute;
  top: 40px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: #bed7ea;
  content: "";
}

.lmq-detail-process-card,
.lmq-process-visual__card {
  position: relative;
  height: 100%;
  padding: 28px;
  border: 1px solid #d9e5ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(6, 35, 63, 0.07);
}

.lmq-detail-process-card::before,
.lmq-process-visual__card::before {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border: 6px solid #f7fafc;
  border-radius: 50%;
  background: #0a6fb7;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(10, 111, 183, 0.22);
}

.lmq-service-process-visual .elementor-column:nth-child(1) .lmq-detail-process-card::before,
.lmq-service-process-visual .elementor-column:nth-child(1) .lmq-process-visual__card::before { content: "1"; }
.lmq-service-process-visual .elementor-column:nth-child(2) .lmq-detail-process-card::before,
.lmq-service-process-visual .elementor-column:nth-child(2) .lmq-process-visual__card::before { content: "2"; }
.lmq-service-process-visual .elementor-column:nth-child(3) .lmq-detail-process-card::before,
.lmq-service-process-visual .elementor-column:nth-child(3) .lmq-process-visual__card::before { content: "3"; }
.lmq-service-process-visual .elementor-column:nth-child(4) .lmq-detail-process-card::before,
.lmq-service-process-visual .elementor-column:nth-child(4) .lmq-process-visual__card::before { content: "4"; }

.lmq-service-coverage-visual {
  background: #06233f;
  color: #fff;
}

.lmq-service-coverage-visual h2,
.lmq-service-final-visual h2 {
  margin-inline: 0;
  color: #fff;
}

.lmq-service-coverage-visual .lmq-text-block,
.lmq-service-final-visual .lmq-text-block {
  color: rgba(255, 255, 255, 0.78);
}

.lmq-city-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 10px;
}

.lmq-city-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.lmq-city-chip p,
.lmq-sectors-visual__card a {
  white-space: nowrap;
}

.lmq-service-related-visual .lmq-service-native-card {
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
}

.lmq-service-related-visual .lmq-related-service-card-col > .elementor-widget-wrap {
  display: flex;
  height: 100%;
  min-height: 430px;
  flex-direction: column;
  padding: 0;
  border: 1px solid #d9e5ef;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(6, 35, 63, 0.08);
}

.lmq-service-related-visual .lmq-related-service-card__image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.lmq-service-related-visual .lmq-related-service-card__title,
.lmq-service-related-visual .lmq-related-service-card__desc,
.lmq-service-related-visual .lmq-related-service-card__button {
  padding-right: 26px;
  padding-left: 26px;
}

.lmq-service-related-visual .lmq-related-service-card__title {
  margin-top: 24px;
}

.lmq-service-related-visual .lmq-related-service-card__title h3 {
  color: #06233f;
  font-size: 22px;
  line-height: 1.25;
}

.lmq-service-related-visual .lmq-related-service-card__desc {
  color: #4b5f73;
  font-size: 16px;
  line-height: 1.65;
}

.lmq-service-related-visual .lmq-related-service-card__button {
  margin-top: auto;
  padding-bottom: 28px;
}

.lmq-service-related-visual .lmq-related-service-card__button .elementor-button {
  width: auto;
  min-height: 46px;
  padding: 13px 18px;
  border-radius: 999px;
  background: #0a6fb7;
  font-weight: 800;
  white-space: nowrap;
}

.lmq-service-related-visual .lmq-service-native-card__body {
  display: flex;
  min-height: 280px;
  flex-direction: column;
}

.lmq-service-related-visual .lmq-card-link {
  align-self: flex-start;
  margin-top: auto;
}

.lmq-service-faq-visual {
  background: #f7fafc;
}

.lmq-service-faq-visual .elementor-accordion .elementor-accordion-item {
  margin-bottom: 14px;
  border: 1px solid #d9e5ef;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(6, 35, 63, 0.06);
}

.lmq-service-faq-visual .elementor-tab-title {
  min-height: 60px;
  padding: 20px 24px;
  color: #06233f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.lmq-service-faq-visual .elementor-tab-title:hover,
.lmq-service-faq-visual .elementor-tab-title:focus {
  color: #0a6fb7;
}

.lmq-service-faq-visual .elementor-tab-content {
  padding: 0 24px 22px;
  color: #42576a;
  font-size: 17px;
  line-height: 1.7;
}

.lmq-service-final-visual {
  padding: 96px 0;
  background: linear-gradient(rgba(6, 35, 63, 0.88), rgba(6, 35, 63, 0.88)), url("../images/laboratory-team.webp") center / cover no-repeat;
}

@media (max-width: 1180px) {
  .lmq-service-detail-visual-hero,
  .lmq-service-detail-facts-visual,
  .lmq-service-overview-visual,
  .lmq-detail-section-heading,
  .lmq-service-equipment-visual,
  .lmq-service-process-visual,
  .lmq-service-deliverables-visual,
  .lmq-service-sectors-visual,
  .lmq-service-coverage-visual,
  .lmq-service-related-visual,
  .lmq-service-faq-visual {
    padding: 68px 0;
  }

  .lmq-service-detail-visual-hero > .elementor-container,
  .lmq-service-overview-visual > .elementor-container {
    align-items: flex-start;
    gap: 36px;
  }

  .lmq-service-detail-visual-hero h1 {
    font-size: clamp(36px, 5vw, 42px);
  }

  .lmq-service-detail-facts-visual > .elementor-container,
  .lmq-service-equipment-visual > .elementor-container,
  .lmq-service-deliverables-visual > .elementor-container,
  .lmq-service-process-visual > .elementor-container,
  .lmq-service-sectors-visual > .elementor-container,
  .lmq-service-related-visual > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lmq-service-process-visual > .elementor-container::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .lmq-service-detail-visual-hero > .elementor-container,
  .lmq-service-overview-visual > .elementor-container {
    flex-direction: column;
  }

  .lmq-service-detail-visual-hero > .elementor-container,
  .lmq-service-detail-facts-visual > .elementor-container,
  .lmq-service-overview-visual > .elementor-container,
  .lmq-detail-section-heading > .elementor-container,
  .lmq-service-equipment-visual > .elementor-container,
  .lmq-service-process-visual > .elementor-container,
  .lmq-service-deliverables-visual > .elementor-container,
  .lmq-service-sectors-visual > .elementor-container,
  .lmq-service-coverage-visual > .elementor-container,
  .lmq-service-related-visual > .elementor-container,
  .lmq-service-faq-visual > .elementor-container,
  .lmq-service-final-visual > .elementor-container {
    box-sizing: border-box;
    width: min(calc(100% - 32px), 1240px);
    max-width: calc(100% - 32px);
    padding-right: 0;
    padding-left: 0;
  }

  .lmq-service-detail-visual-hero .elementor-column,
  .lmq-service-detail-visual-hero .elementor-widget-wrap,
  .lmq-service-detail-visual-hero .elementor-widget,
  .lmq-service-overview-visual .elementor-column,
  .lmq-service-overview-visual .elementor-widget-wrap,
  .lmq-service-overview-visual .elementor-widget {
    max-width: 100%;
    min-width: 0;
  }

  .lmq-service-detail-visual-hero,
  .lmq-service-detail-facts-visual,
  .lmq-service-overview-visual,
  .lmq-detail-section-heading,
  .lmq-service-equipment-visual,
  .lmq-service-process-visual,
  .lmq-service-deliverables-visual,
  .lmq-service-sectors-visual,
  .lmq-service-coverage-visual,
  .lmq-service-related-visual,
  .lmq-service-faq-visual {
    padding: 48px 0;
  }

  .lmq-service-detail-visual-hero h1 {
    font-size: clamp(30px, 9vw, 36px);
  }

  .lmq-service-detail-visual-hero .lmq-detail-hero-copy,
  .lmq-service-detail-visual-hero .lmq-detail-hero-media,
  .lmq-service-overview-visual .lmq-overview-copy,
  .lmq-service-overview-visual .lmq-overview-media {
    flex-basis: auto;
    width: 100%;
    min-width: 0;
  }

  .lmq-service-detail-facts-visual > .elementor-container,
  .lmq-service-equipment-visual > .elementor-container,
  .lmq-service-deliverables-visual > .elementor-container,
  .lmq-service-process-visual > .elementor-container,
  .lmq-service-sectors-visual > .elementor-container,
  .lmq-service-related-visual > .elementor-container {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lmq-detail-fact-card,
  .lmq-detail-scope-card,
  .lmq-detail-process-card,
  .lmq-detail-deliverable-card,
  .lmq-detail-sector-card,
  .lmq-detail-facts-visual__card,
  .lmq-equipment-visual__card,
  .lmq-process-visual__card,
  .lmq-deliverables-visual__card,
  .lmq-sectors-visual__card {
    padding: 24px;
  }

  .lmq-service-related-visual .lmq-related-service-card-col > .elementor-widget-wrap {
    min-height: 0;
  }

  .lmq-overview-info {
    position: static;
    max-width: none;
    margin-top: 18px;
  }

  .lmq-service-detail-visual-hero .lmq-inline-button,
  .lmq-service-final-visual .lmq-inline-button,
  .lmq-service-coverage-visual .lmq-inline-button {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .lmq-service-detail-visual-hero .elementor-widget-button .elementor-button,
  .lmq-service-final-visual .elementor-widget-button .elementor-button,
  .lmq-service-coverage-visual .elementor-widget-button .elementor-button {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }

  .lmq-mobile-sticky-actions {
    box-sizing: border-box;
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    margin-right: 8px;
    margin-left: 8px;
    gap: 6px;
  }

  .lmq-mobile-sticky-actions a {
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
    white-space: nowrap;
  }

  .lmq-city-chip {
    min-height: 44px;
  }
}

/* Final homepage recovery: keep the restored hero inside narrow mobile viewports. */
@media (max-width: 640px) {
  body .lmq-hero-fullbleed {
    width: 100% !important;
    max-width: 100vw !important;
    padding-inline: 18px !important;
  }

  body .lmq-hero-fullbleed .elementor-container,
  body .lmq-hero-fullbleed .elementor-column,
  body .lmq-hero-fullbleed .elementor-widget-wrap,
  body .lmq-hero-fullbleed .elementor-widget,
  body .lmq-hero-fullbleed .elementor-widget-container,
  body .lmq-hero-inner {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body .lmq-hero-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }

  body .lmq-hero-eyebrow {
    display: flex !important;
    width: 100% !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    flex-wrap: wrap !important;
    white-space: normal !important;
    line-height: 1.35 !important;
  }

  body .lmq-hero-h1 {
    max-width: 10.5ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(30px, 8vw, 34px) !important;
    line-height: 1.12 !important;
    text-wrap: auto !important;
  }

  body .lmq-hero-sub {
    max-width: 100% !important;
    font-size: 15px !important;
  }

  body .lmq-hero-ctas .lmq-btn {
    max-width: 270px !important;
  }
}

/* Stable floating WhatsApp button. Kept in main.css so it does not depend on ElementsKit. */
.lmq-wa-float {
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 9990 !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  max-width: 56px !important;
  max-height: 56px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 50% !important;
  background-color: #25D366 !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 12px 32px rgba(8,37,69,.22), 0 8px 24px rgba(37,211,102,.35) !important;
  transition: transform .22s ease, box-shadow .22s ease !important;
}

.lmq-wa-float:hover {
  transform: translateY(-2px) scale(1.04) !important;
  box-shadow: 0 16px 40px rgba(8,37,69,.26), 0 10px 28px rgba(37,211,102,.45) !important;
}

.lmq-wa-float svg {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  display: block !important;
  flex: 0 0 28px !important;
  fill: currentColor !important;
}

@media (max-width: 767px) {
  .lmq-wa-float {
    right: 18px !important;
    bottom: 88px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    max-width: 52px !important;
    max-height: 52px !important;
  }

  .lmq-wa-float svg {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    max-width: 26px !important;
    max-height: 26px !important;
    flex-basis: 26px !important;
  }
}

/* ElementsKit editable header/footer shell: scoped to global templates only. */
.ekit-template-content-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid #D8E5EB;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}

.ekit-template-content-header .lmq-ek-header,
.ekit-template-content-header .elementor-281 > .elementor-section,
.ekit-template-content-footer .lmq-ek-footer {
  width: 100%;
  margin: 0;
}

.ekit-template-content-header .lmq-ek-header > .elementor-container,
.ekit-template-content-header .elementor-281 > .elementor-section > .elementor-container,
.ekit-template-content-header .lmq-ek-header > .e-con-inner,
.ekit-template-content-footer .lmq-ek-footer > .elementor-container,
.ekit-template-content-footer .elementor-282 > .elementor-section > .elementor-container,
.ekit-template-content-footer .lmq-ek-footer > .e-con-inner {
  width: 100%;
  max-width: 1280px !important;
  margin-inline: auto;
  padding-inline: 32px;
}

.ekit-template-content-header .lmq-ek-header--top {
  background-color: var(--lmq-navy) !important;
}

.ekit-template-content-header .lmq-ek-header--top > .elementor-container,
.ekit-template-content-header .elementor-281 > .elementor-section:first-of-type > .elementor-container {
  min-height: 38px;
}

.lmq-ek-header__topbar {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.lmq-ek-header__topbar a {
  color: #b5c8d8;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .22s ease;
}

.lmq-ek-header__topbar a:hover { color: #fff; }

.ekit-template-content-header .lmq-ek-header--main,
.ekit-template-content-header .elementor-281 > .elementor-section:nth-of-type(2) {
  background-color: #fff;
}

.ekit-template-content-header .lmq-ek-header--main > .elementor-container,
.ekit-template-content-header .elementor-281 > .elementor-section:nth-of-type(2) > .elementor-container {
  min-height: 82px;
  align-items: center;
}

.lmq-ek-header__logo img {
  display: block;
  max-height: 46px;
  width: auto;
}

.lmq-ek-header__nav-shell {
  display: flex;
  justify-content: center;
}

.lmq-ek-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lmq-ek-header__menu .menu-item {
  position: relative;
  margin: 0;
}

.lmq-ek-header__menu a {
  display: inline-flex;
  align-items: center;
  color: #17324F !important;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  padding: 10px clamp(8px,.65vw,12px);
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: color .22s ease, background-color .22s ease;
}

.lmq-ek-header__menu a:hover,
.lmq-ek-header__menu .current-menu-item > a,
.lmq-ek-header__menu .current-menu-ancestor > a {
  color: var(--lmq-accent) !important;
  background-color: #F4F8FA;
}

.lmq-ek-header__menu .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 240px;
  list-style: none;
  margin: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #D8E5EB;
  border-radius: 12px;
  box-shadow: 0 20px 45px rgba(8,37,69,.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.lmq-ek-header__menu .menu-item:hover > .sub-menu,
.lmq-ek-header__menu .menu-item:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lmq-ek-header__menu .sub-menu a {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding: 10px 12px;
}

.lmq-ek-header__cta .elementor-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--lmq-accent), var(--lmq-accent-dk));
  color: #fff;
  font-size: 14px !important;
  font-weight: 700 !important;
  box-shadow: 0 6px 24px rgba(116,188,68,.36);
  white-space: nowrap;
  transition: transform .22s ease, box-shadow .22s ease;
}

.lmq-ek-header__cta .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(116,188,68,.46);
}

.lmq-ek-header__mobile .lmq-menu-toggle {
  display: none;
}

.ekit-template-content-footer .lmq-ek-footer--main,
.ekit-template-content-footer .elementor-282 > .elementor-section:first-of-type {
  background-color: var(--lmq-navy);
}

.ekit-template-content-footer .lmq-ek-footer--main > .elementor-container,
.ekit-template-content-footer .elementor-282 > .elementor-section:first-of-type > .elementor-container {
  align-items: flex-start;
}

.lmq-ek-footer__logo img {
  display: block;
  max-height: 44px;
  width: auto;
}

.lmq-ek-footer__description p,
.lmq-ek-footer__contact p {
  color: #B9C4D6;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.lmq-ek-footer__heading h4,
.lmq-ek-footer__heading .elementor-heading-title {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0 0 16px !important;
}

.lmq-ek-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lmq-ek-footer__list li { margin-bottom: 10px; }

.lmq-ek-footer__list a,
.lmq-ek-footer__contact a {
  color: #B9C4D6;
  font-size: 14px;
  text-decoration: none;
  transition: color .22s ease;
}

.lmq-ek-footer__list a:hover,
.lmq-ek-footer__contact a:hover { color: #fff; }

.lmq-ek-footer__cta .elementor-button {
  margin-top: 14px;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--lmq-accent), var(--lmq-accent-dk));
  color: #fff;
  font-weight: 700 !important;
}

.ekit-template-content-footer .lmq-ek-footer--bottom,
.ekit-template-content-footer .elementor-282 > .elementor-section:nth-of-type(2) {
  background-color: #051929;
}

.lmq-ek-footer__bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #7E8FA8;
  font-size: 13px;
}

.lmq-ek-footer__bottom-row a {
  color: #9FB0C7;
  text-decoration: none;
}

.lmq-ek-footer__bottom-row a:hover { color: #fff; }

@media (max-width: 1100px) {
  .ekit-template-content-header .lmq-ek-header--main > .elementor-container,
  .ekit-template-content-header .elementor-281 > .elementor-section:nth-of-type(2) > .elementor-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .ekit-template-content-header .lmq-ek-header--main > .elementor-container > .elementor-column:first-child,
  .ekit-template-content-header .elementor-281 > .elementor-section:nth-of-type(2) > .elementor-container > .elementor-column:first-child {
    width: auto !important;
    flex: 0 0 auto;
  }

  .ekit-template-content-header .lmq-ek-header--main > .elementor-container > .elementor-column:nth-child(2),
  .ekit-template-content-header .elementor-281 > .elementor-section:nth-of-type(2) > .elementor-container > .elementor-column:nth-child(2) {
    width: 0 !important;
    flex: 0 0 0;
  }

  .ekit-template-content-header .lmq-ek-header--main > .elementor-container > .elementor-column:last-child,
  .ekit-template-content-header .elementor-281 > .elementor-section:nth-of-type(2) > .elementor-container > .elementor-column:last-child {
    width: auto !important;
    flex: 0 0 auto;
    margin-left: auto;
  }

  .ekit-template-content-header .lmq-ek-header--main > .elementor-container > .elementor-column:last-child .elementor-widget-wrap,
  .ekit-template-content-header .elementor-281 > .elementor-section:nth-of-type(2) > .elementor-container > .elementor-column:last-child .elementor-widget-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .lmq-ek-header__menu,
  .lmq-ek-header__cta {
    display: none;
  }

  .lmq-ek-header__mobile .lmq-menu-toggle {
    display: block;
  }
}

@media (max-width: 1024px) {
  .ekit-template-content-header .lmq-ek-header > .elementor-container,
  .ekit-template-content-header .elementor-281 > .elementor-section > .elementor-container,
  .ekit-template-content-header .lmq-ek-header > .e-con-inner,
  .ekit-template-content-footer .lmq-ek-footer > .elementor-container,
  .ekit-template-content-footer .elementor-282 > .elementor-section > .elementor-container,
  .ekit-template-content-footer .lmq-ek-footer > .e-con-inner {
    padding-inline: 24px;
  }
}

@media (max-width: 767px) {
  .ekit-template-content-header .lmq-ek-header > .elementor-container,
  .ekit-template-content-header .elementor-281 > .elementor-section > .elementor-container,
  .ekit-template-content-header .lmq-ek-header > .e-con-inner,
  .ekit-template-content-footer .lmq-ek-footer > .elementor-container,
  .ekit-template-content-footer .elementor-282 > .elementor-section > .elementor-container,
  .ekit-template-content-footer .lmq-ek-footer > .e-con-inner {
    padding-inline: 18px;
  }

  .lmq-ek-header__topbar {
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
  }

  .ekit-template-content-header .lmq-ek-header--main > .elementor-container,
  .ekit-template-content-header .elementor-281 > .elementor-section:nth-of-type(2) > .elementor-container {
    min-height: 76px;
  }

  .lmq-ek-header__logo img { max-height: 44px; }

  .lmq-ek-footer__bottom-row {
    justify-content: center;
    text-align: center;
  }
}
