/*
Theme Name: LogiXync
Theme URI: https://logixync.example.com
Author: LogiXync
Author URI: https://logixync.example.com
Description: A bold, modern WordPress theme for software & SaaS companies. Built to showcase digital products, services, and a technology stack with a vivid red identity, animated sections, and a fully crafted homepage. Includes a custom Products post type, auto-built menus and pages, and a flexible Customizer.
Version: 1.5.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: logixync
Tags: business, technology, saas, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, theme-options, threaded-comments, translation-ready
*/

/* ==========================================================================
   1. Design Tokens
   ========================================================================== */
:root {
  --lx-red:        #E5202A;
  --lx-red-600:    #D11823;
  --lx-red-700:    #B41019;
  --lx-red-800:    #8E0D14;
  --lx-red-900:    #5E080D;
  --lx-ink:        #16181D;
  --lx-heading:    #1B1E25;
  --lx-body:       #5C6470;
  --lx-muted:      #8A929C;
  --lx-soft:       #FFF4F4;
  --lx-soft-2:     #FDE9E9;
  --lx-tint:       #FCEEEE;
  --lx-line:       #EDEEF1;
  --lx-line-2:     #E4E6EB;
  --lx-bg:         #FFFFFF;
  --lx-bg-alt:     #FBFBFC;

  --lx-shadow-sm:  0 2px 10px rgba(20,22,28,.05);
  --lx-shadow:     0 14px 40px rgba(20,22,28,.08);
  --lx-shadow-red: 0 16px 34px rgba(229,32,42,.28);

  --lx-font-display: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --lx-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --lx-radius:     14px;
  --lx-radius-lg:  22px;
  --lx-radius-pill: 999px;

  --lx-container: 1200px;
  --lx-ease: cubic-bezier(.22,.61,.36,1);
}

/* ==========================================================================
   2. Reset & Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--lx-font-body);
  color: var(--lx-body);
  background: var(--lx-bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--lx-font-display);
  color: var(--lx-heading);
  line-height: 1.15;
  margin: 0 0 .5em;
  font-weight: 700;
  letter-spacing: -.01em;
}

a { color: var(--lx-red); text-decoration: none; transition: color .2s var(--lx-ease); }
a:hover { color: var(--lx-red-700); }

img { max-width: 100%; height: auto; display: block; }

p { margin: 0 0 1rem; }

ul, ol { margin: 0 0 1rem; padding-left: 1.2rem; }

button { font-family: inherit; cursor: pointer; }

:focus-visible { outline: 3px solid rgba(229,32,42,.5); outline-offset: 2px; border-radius: 4px; }

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

.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 9999;
  background: var(--lx-red); color: #fff; padding: 12px 20px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* ==========================================================================
   3. Buttons
   ========================================================================== */
.lx-btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--lx-font-display);
  font-weight: 600; font-size: 15px;
  padding: 14px 26px; border-radius: 10px;
  border: 1.5px solid transparent;
  transition: transform .25s var(--lx-ease), box-shadow .25s var(--lx-ease), background .25s, color .25s, border-color .25s;
  white-space: nowrap; line-height: 1;
}
.lx-btn svg { width: 17px; height: 17px; flex: none; }
.lx-btn-primary { background: var(--lx-red); color: #fff; box-shadow: var(--lx-shadow-red); }
.lx-btn-primary:hover { background: var(--lx-red-700); color: #fff; transform: translateY(-3px); box-shadow: 0 22px 40px rgba(229,32,42,.36); }
.lx-btn-ghost { background: #fff; color: var(--lx-ink); border-color: var(--lx-line-2); }
.lx-btn-ghost:hover { color: var(--lx-red); border-color: var(--lx-red); transform: translateY(-3px); box-shadow: var(--lx-shadow-sm); }
.lx-btn-white { background: #fff; color: var(--lx-red); }
.lx-btn-white:hover { color: var(--lx-red-700); transform: translateY(-3px); box-shadow: 0 16px 30px rgba(0,0,0,.18); }
.lx-btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.lx-btn-outline-white:hover { background: #fff; color: var(--lx-red); transform: translateY(-3px); }
.lx-btn-sm { padding: 10px 18px; font-size: 13.5px; }

/* ==========================================================================
   4. Section primitives
   ========================================================================== */
.lx-section { padding: 76px 0; position: relative; }
.lx-eyebrow {
  font-family: var(--lx-font-display);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px; font-weight: 700;
  color: var(--lx-red);
  margin: 0 0 10px;
  display: inline-block;
}
.lx-section-title { font-size: clamp(26px, 3vw, 34px); font-weight: 700; margin: 0; }
.lx-section-head { margin-bottom: 38px; }

/* Reveal-on-scroll */
.lx-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--lx-ease), transform .7s var(--lx-ease); }
.lx-reveal.is-visible { opacity: 1; transform: none; }
.lx-reveal[data-delay="1"] { transition-delay: .08s; }
.lx-reveal[data-delay="2"] { transition-delay: .16s; }
.lx-reveal[data-delay="3"] { transition-delay: .24s; }
.lx-reveal[data-delay="4"] { transition-delay: .32s; }
.lx-reveal[data-delay="5"] { transition-delay: .4s; }
@media (prefers-reduced-motion: reduce) {
  .lx-reveal { opacity: 1 !important; transform: none !important; transition: none; }
  html { scroll-behavior: auto; }
}

/* ==========================================================================
   5. Header
   ========================================================================== */
.lx-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .3s, border-color .3s, background .3s;
}
.lx-header.is-stuck { box-shadow: 0 6px 26px rgba(20,22,28,.07); border-color: var(--lx-line); }
.lx-header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 24px; }

.lx-brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--lx-font-display); font-weight: 800; font-size: 22px; color: var(--lx-ink); letter-spacing: -.02em; }
.lx-brand:hover { color: var(--lx-ink); }
.lx-brand .lx-mark { width: 34px; height: 34px; flex: none; }
.lx-brand b { color: var(--lx-red); }
/* Uploaded logo image — height controlled from Customizer > Branding. */
.lx-header-inner .custom-logo-link { display: inline-flex; align-items: center; line-height: 0; }
.lx-header-inner .custom-logo { height: var(--lx-logo-h, 40px); width: auto; max-width: 240px; display: block; }

.lx-nav { display: flex; align-items: center; gap: 4px; }
.lx-nav ul { list-style: none; display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; }
.lx-nav li { position: relative; }
.lx-nav a {
  font-family: var(--lx-font-display); font-weight: 500; font-size: 15px;
  color: #2b2f37; padding: 10px 14px; border-radius: 8px; display: inline-flex; align-items: center; gap: 6px;
  position: relative;
}
.lx-nav a:hover { color: var(--lx-red); }
.lx-nav .current-menu-item > a,
.lx-nav .current_page_item > a { color: var(--lx-red); }
.lx-nav .current-menu-item > a::after,
.lx-nav .current_page_item > a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 2px; height: 3px;
  background: var(--lx-red); border-radius: 3px;
}
.lx-nav .menu-item-has-children > a::after,
.lx-nav .lx-has-children > a::after {
  content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px); transition: transform .25s; display: inline-block; margin-left: 2px;
}
.lx-nav .sub-menu, .lx-nav .lx-submenu {
  position: absolute; top: calc(100% + 10px); left: 0; min-width: 220px;
  background: #fff; border: 1px solid var(--lx-line); border-radius: 14px;
  box-shadow: var(--lx-shadow); padding: 8px; list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .25s var(--lx-ease); z-index: 50;
}
.lx-nav li:hover > .sub-menu, .lx-nav li:hover > .lx-submenu,
.lx-nav li.is-open > .sub-menu, .lx-nav li.is-open > .lx-submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.lx-nav .sub-menu a, .lx-nav .lx-submenu a { display: block; padding: 10px 14px; border-radius: 8px; font-weight: 500; }
.lx-nav .sub-menu a:hover, .lx-nav .lx-submenu a:hover { background: var(--lx-soft); color: var(--lx-red); }

.lx-header-cta { display: flex; align-items: center; gap: 14px; }
.lx-burger { display: none; width: 44px; height: 44px; border: 1px solid var(--lx-line-2); border-radius: 10px; background: #fff; position: relative; }
.lx-burger span, .lx-burger span::before, .lx-burger span::after {
  content: ""; position: absolute; left: 12px; width: 20px; height: 2px; background: var(--lx-ink); border-radius: 2px; transition: .3s;
}
.lx-burger span { top: 21px; }
.lx-burger span::before { top: -6px; }
.lx-burger span::after { top: 6px; }
body.lx-menu-open .lx-burger span { background: transparent; }
body.lx-menu-open .lx-burger span::before { top: 0; transform: rotate(45deg); }
body.lx-menu-open .lx-burger span::after { top: 0; transform: rotate(-45deg); }

/* Mobile nav */
.lx-mobile-nav {
  position: fixed; inset: 76px 0 0; background: #fff; z-index: 190;
  transform: translateX(100%); transition: transform .35s var(--lx-ease);
  padding: 28px 24px; overflow-y: auto; display: none;
}
body.lx-menu-open .lx-mobile-nav { transform: translateX(0); }
.lx-mobile-nav ul { list-style: none; padding: 0; margin: 0; }
.lx-mobile-nav > ul > li { border-bottom: 1px solid var(--lx-line); }
.lx-mobile-nav a { display: block; padding: 16px 4px; font-family: var(--lx-font-display); font-weight: 600; font-size: 18px; color: var(--lx-ink); }
.lx-mobile-nav .sub-menu, .lx-mobile-nav .lx-submenu { padding-left: 16px; }
.lx-mobile-nav .sub-menu a, .lx-mobile-nav .lx-submenu a { font-size: 15px; font-weight: 500; color: var(--lx-body); padding: 10px 4px; }
.lx-mobile-cta { margin-top: 26px; }
.lx-mobile-cta .lx-btn { width: 100%; justify-content: center; }

/* ==========================================================================
   6. Hero
   ========================================================================== */
.lx-hero { position: relative; padding: 60px 0 30px; overflow: hidden; }
.lx-hero::before {
  content: ""; position: absolute; right: -160px; top: 40px; width: 420px; height: 420px;
  background: radial-gradient(circle, var(--lx-soft) 0%, rgba(255,255,255,0) 70%); z-index: 0;
}
.lx-hero-grid { display: grid; grid-template-columns: 1.05fr 1.2fr; gap: 40px; align-items: center; position: relative; z-index: 1; }
.lx-hero h1 { font-size: clamp(38px, 5vw, 58px); line-height: 1.05; letter-spacing: -.025em; margin: 0 0 20px; }
.lx-hero h1 .lx-accent { color: var(--lx-red); }
.lx-hero-lead { font-size: 17px; max-width: 460px; margin: 0 0 26px; color: var(--lx-body); }
.lx-hero-list { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 12px; }
.lx-hero-list li { display: flex; align-items: center; gap: 12px; font-family: var(--lx-font-display); font-weight: 500; color: var(--lx-ink); font-size: 15.5px; }
.lx-check {
  width: 22px; height: 22px; border-radius: 50%; background: var(--lx-red); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; flex: none;
}
.lx-check svg { width: 12px; height: 12px; }
.lx-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Hero visual / floating cards */
.lx-hero-stage { position: relative; min-height: 460px; }
.lx-hero-stage .lx-dots { position: absolute; left: 4px; top: 130px; width: 70px; height: 70px;
  background-image: radial-gradient(var(--lx-line-2) 1.6px, transparent 1.6px);
  background-size: 11px 11px; opacity: .8; }
.lx-hub {
  position: absolute; left: 50%; top: 46%; transform: translate(-50%,-50%);
  width: 66px; height: 66px; border-radius: 50%; background: var(--lx-red);
  display: flex; align-items: center; justify-content: center; z-index: 6;
  box-shadow: var(--lx-shadow-red); animation: lx-pulse 3s ease-in-out infinite;
}
.lx-hub svg { width: 30px; height: 30px; }
@keyframes lx-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(229,32,42,.35); } 50% { box-shadow: 0 0 0 16px rgba(229,32,42,0); } }

.lx-fcard {
  position: absolute; background: #fff; border: 1px solid var(--lx-line);
  border-radius: 16px; box-shadow: var(--lx-shadow); padding: 14px; z-index: 4;
  animation: lx-float 6s ease-in-out infinite;
}
.lx-fcard .lx-fc-head { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; }
.lx-fc-ic { width: 26px; height: 26px; border-radius: 7px; background: var(--lx-red); display: flex; align-items: center; justify-content: center; flex: none; }
.lx-fc-ic svg { width: 14px; height: 14px; }
.lx-fc-title { font-family: var(--lx-font-display); font-weight: 600; font-size: 13px; color: var(--lx-ink); }

.lx-card-school { top: 14px; right: 0; width: 250px; animation-delay: 0s; }
.lx-card-invoice { top: 120px; left: 0; width: 210px; animation-delay: 1s; z-index: 5; }
.lx-card-cv { bottom: 50px; right: 6px; width: 230px; animation-delay: .5s; }
.lx-card-theme { bottom: 0; left: 28px; width: 215px; animation-delay: 1.5s; }
@keyframes lx-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.lx-mini-stats { display: flex; gap: 6px; margin-bottom: 8px; }
.lx-mini-stat { flex: 1; background: var(--lx-bg-alt); border-radius: 8px; padding: 7px 8px; }
.lx-mini-stat b { font-family: var(--lx-font-display); display: block; font-size: 14px; color: var(--lx-ink); }
.lx-mini-stat span { font-size: 9px; color: var(--lx-muted); }
.lx-spark { height: 46px; width: 100%; }
.lx-row { display: flex; justify-content: space-between; align-items: center; font-size: 10px; padding: 5px 0; border-bottom: 1px solid var(--lx-line); }
.lx-row:last-child { border-bottom: 0; }
.lx-row .lx-k { color: var(--lx-muted); }
.lx-row .lx-v { color: var(--lx-ink); font-weight: 600; }
.lx-pill { background: #d8f5e0; color: #18a04a; font-size: 9px; font-weight: 700; padding: 2px 8px; border-radius: 999px; }
.lx-fc-btn { margin-top: 8px; background: var(--lx-red); color: #fff; text-align: center; font-size: 10px; font-weight: 600; padding: 6px; border-radius: 7px; }
.lx-invoice-no { font-family: var(--lx-font-display); font-weight: 700; font-size: 13px; color: var(--lx-ink); margin: 2px 0 8px; }
.lx-avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg,#f0a, #d11823); flex: none; overflow: hidden; }
.lx-avatar svg { width: 100%; height: 100%; }
.lx-bar { height: 5px; border-radius: 4px; background: var(--lx-line-2); margin-top: 3px; overflow: hidden; }
.lx-bar i { display: block; height: 100%; background: var(--lx-red); border-radius: 4px; }

/* ==========================================================================
   7. Stats bar
   ========================================================================== */
.lx-statsbar { margin-top: 18px; }
.lx-statsbar-inner {
  display: grid; grid-template-columns: repeat(4,1fr);
  border: 1px solid var(--lx-line); border-radius: var(--lx-radius); background: #fff; box-shadow: var(--lx-shadow-sm);
  overflow: hidden;
}
.lx-statcell { display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-right: 1px solid var(--lx-line); }
.lx-statcell:last-child { border-right: 0; }
.lx-statcell .lx-si { width: 44px; height: 44px; border-radius: 12px; background: var(--lx-soft); color: var(--lx-red); display: flex; align-items: center; justify-content: center; flex: none; }
.lx-statcell .lx-si svg { width: 22px; height: 22px; }
.lx-statcell b { font-family: var(--lx-font-display); font-size: 21px; color: var(--lx-ink); display: block; line-height: 1.1; }
.lx-statcell span { font-size: 13px; color: var(--lx-muted); }

/* ==========================================================================
   8. Products
   ========================================================================== */
.lx-products-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 16px; }
.lx-link-arrow { font-family: var(--lx-font-display); font-weight: 600; color: var(--lx-red); display: inline-flex; align-items: center; gap: 7px; font-size: 14px; }
.lx-link-arrow svg { width: 15px; height: 15px; transition: transform .25s; }
.lx-link-arrow:hover svg { transform: translateX(4px); }

.lx-products-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.lx-product-card {
  border: 1px solid var(--lx-line); border-radius: var(--lx-radius-lg); background: #fff; overflow: hidden;
  transition: transform .3s var(--lx-ease), box-shadow .3s var(--lx-ease), border-color .3s; display: flex; flex-direction: column;
}
.lx-product-card:hover { transform: translateY(-8px); box-shadow: var(--lx-shadow); border-color: transparent; }
.lx-product-shot { aspect-ratio: 16/10; background: var(--lx-bg-alt); border-bottom: 1px solid var(--lx-line); position: relative; overflow: hidden; }
.lx-product-shot img { width: 100%; height: 100%; object-fit: cover; }
.lx-product-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.lx-product-body h3 { font-size: 18px; margin: 0 0 14px; }
.lx-feat { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 9px; }
.lx-feat li { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--lx-body); }
.lx-feat .lx-check { width: 18px; height: 18px; }
.lx-feat .lx-check svg { width: 10px; height: 10px; }
.lx-product-body .lx-btn { margin-top: auto; align-self: flex-start; }

/* ==========================================================================
   9. Services
   ========================================================================== */
.lx-services-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; }
.lx-services-layout { display: grid; grid-template-columns: 250px 1fr; gap: 30px; align-items: start; }
.lx-service-card {
  border: 1px solid var(--lx-line); border-radius: var(--lx-radius); background: #fff; padding: 22px 16px; text-align: center;
  transition: transform .3s var(--lx-ease), box-shadow .3s var(--lx-ease), border-color .3s;
}
.lx-service-card:hover { transform: translateY(-6px); box-shadow: var(--lx-shadow); border-color: transparent; }
.lx-service-card:hover .lx-svc-ic { background: var(--lx-red); color: #fff; }
.lx-svc-ic { width: 50px; height: 50px; border-radius: 14px; background: var(--lx-soft); color: var(--lx-red); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; transition: .3s; }
.lx-svc-ic svg { width: 26px; height: 26px; }
.lx-service-card h3 { font-size: 15px; margin: 0 0 8px; }
.lx-service-card p { font-size: 12.5px; margin: 0; color: var(--lx-muted); line-height: 1.5; }

/* ==========================================================================
   10. Technologies
   ========================================================================== */
.lx-tech-layout { display: grid; grid-template-columns: 250px 1fr; gap: 30px; align-items: start; }
.lx-tech-rows { display: grid; gap: 14px; }
.lx-tech-row { display: grid; grid-template-columns: 120px 1fr; gap: 14px; align-items: center; }
.lx-tech-label { font-family: var(--lx-font-display); font-weight: 600; font-size: 13px; color: var(--lx-red); background: var(--lx-soft); border-radius: 8px; padding: 12px 14px; text-align: center; }
.lx-tech-items { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.lx-tech-pill {
  display: flex; align-items: center; gap: 10px; justify-content: center;
  border: 1px solid var(--lx-line); border-radius: 10px; padding: 12px 10px; background: #fff;
  font-family: var(--lx-font-display); font-weight: 500; font-size: 13px; color: var(--lx-ink);
  transition: transform .25s var(--lx-ease), box-shadow .25s, border-color .25s;
}
.lx-tech-pill:hover { transform: translateY(-4px); box-shadow: var(--lx-shadow-sm); border-color: var(--lx-line-2); }
.lx-tech-pill svg, .lx-tech-pill img { width: 20px; height: 20px; flex: none; }
@media (min-width: 901px){ .lx-tech-row:nth-child(4) .lx-tech-items { grid-template-columns: repeat(4,1fr); } .lx-tech-row:nth-child(5) .lx-tech-items { grid-template-columns: repeat(4,1fr); } }

/* ==========================================================================
   11. Why choose us (red band)
   ========================================================================== */
.lx-why { background: linear-gradient(120deg, var(--lx-red) 0%, var(--lx-red-700) 100%); color: #fff; }
.lx-why .lx-eyebrow { color: rgba(255,255,255,.8); }
.lx-why-layout { display: grid; grid-template-columns: 250px 1fr; gap: 30px; align-items: center; }
.lx-why h2 { color: #fff; font-size: 26px; }
.lx-why-items { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.lx-why-item { display: flex; gap: 14px; }
.lx-why-ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; flex: none; }
.lx-why-ic svg { width: 22px; height: 22px; color: #fff; }
.lx-why-item h4 { color: #fff; font-size: 15px; margin: 0 0 4px; }
.lx-why-item p { color: rgba(255,255,255,.82); font-size: 13px; margin: 0; }

/* ==========================================================================
   12. Process
   ========================================================================== */
.lx-process-layout { display: grid; grid-template-columns: 250px 1fr; gap: 30px; align-items: start; }
.lx-steps { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; position: relative; }
.lx-steps::before { content: ""; position: absolute; top: 28px; left: 8%; right: 8%; height: 2px; background: repeating-linear-gradient(90deg, var(--lx-soft-2) 0 8px, transparent 8px 16px); z-index: 0; }
.lx-step { text-align: center; position: relative; z-index: 1; }
.lx-step-ic { width: 56px; height: 56px; border-radius: 50%; background: var(--lx-red); color: #fff; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; box-shadow: var(--lx-shadow-red); position: relative; transition: transform .3s var(--lx-ease); }
.lx-step:hover .lx-step-ic { transform: translateY(-6px) scale(1.06); }
.lx-step-ic svg { width: 24px; height: 24px; }
.lx-step-no { font-family: var(--lx-font-display); font-weight: 700; font-size: 12px; color: var(--lx-red); display: block; margin-bottom: 4px; }
.lx-step h4 { font-size: 15px; margin: 0 0 6px; }
.lx-step p { font-size: 12px; margin: 0; color: var(--lx-muted); }

/* ==========================================================================
   13. About
   ========================================================================== */
.lx-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.lx-about-art { position: relative; }
.lx-about h2 { font-size: 30px; }
.lx-about-stats { display: flex; gap: 30px; margin: 24px 0; flex-wrap: wrap; }
.lx-about-stat { display: flex; align-items: center; gap: 12px; }
.lx-about-stat .lx-as-ic { width: 42px; height: 42px; border-radius: 12px; background: var(--lx-soft); color: var(--lx-red); display: flex; align-items: center; justify-content: center; flex: none; }
.lx-about-stat .lx-as-ic svg { width: 22px; height: 22px; }
.lx-about-stat b { font-family: var(--lx-font-display); font-size: 22px; color: var(--lx-ink); display: block; line-height: 1; }
.lx-about-stat span { font-size: 12.5px; color: var(--lx-muted); }

/* ==========================================================================
   14. CTA band
   ========================================================================== */
.lx-cta-wrap { padding: 30px 0 0; }
.lx-cta {
  background: linear-gradient(115deg, var(--lx-red) 0%, var(--lx-red-700) 60%, var(--lx-red-800) 100%);
  border-radius: 20px; padding: 34px 40px; color: #fff; position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1.3fr auto auto; align-items: center; gap: 20px;
}
.lx-cta h2 { color: #fff; font-size: 26px; margin: 0 0 6px; }
.lx-cta p { color: rgba(255,255,255,.88); margin: 0; font-size: 14.5px; max-width: 420px; }
.lx-cta .lx-rocket { position: absolute; right: 18px; bottom: -6px; width: 150px; opacity: .96; animation: lx-rocket 4s ease-in-out infinite; }
@keyframes lx-rocket { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-10px) rotate(-3deg); } }
.lx-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ==========================================================================
   15. Footer
   ========================================================================== */
.lx-footer { background: linear-gradient(160deg, var(--lx-red-800) 0%, var(--lx-red-900) 100%); color: rgba(255,255,255,.78); padding: 56px 0 0; margin-top: 30px; }
.lx-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 40px; }
.lx-footer .lx-brand { color: #fff; }
.lx-footer .lx-brand b { color: #fff; }
.lx-footer-about { font-size: 13.5px; margin: 16px 0; max-width: 280px; line-height: 1.6; }
.lx-footer h5 { color: #fff; font-size: 15px; margin: 0 0 16px; font-family: var(--lx-font-display); }
.lx-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.lx-footer ul a { color: rgba(255,255,255,.78); font-size: 13.5px; }
.lx-footer ul a:hover { color: #fff; }
.lx-social { display: flex; gap: 10px; margin-top: 18px; }
.lx-social a { width: 36px; height: 36px; border-radius: 9px; background: rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; color: #fff; transition: .25s; }
.lx-social a:hover { background: #fff; color: var(--lx-red); transform: translateY(-3px); }
.lx-social svg { width: 16px; height: 16px; }
.lx-footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding: 18px 0; text-align: center; font-size: 13px; }

/* ==========================================================================
   16. Inner page headers + content
   ========================================================================== */
.lx-pagehero { background: linear-gradient(120deg, var(--lx-soft) 0%, #fff 70%); padding: 60px 0 50px; text-align: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--lx-line); }
.lx-pagehero h1 { font-size: clamp(30px,4vw,46px); margin: 0 0 12px; }
.lx-pagehero p { max-width: 620px; margin: 0 auto; font-size: 16px; }
.lx-breadcrumb { font-size: 13px; color: var(--lx-muted); margin-top: 14px; }
.lx-breadcrumb a { color: var(--lx-red); }

.lx-content { max-width: 800px; margin: 0 auto; }
.lx-content img { border-radius: var(--lx-radius); margin: 1.5rem 0; }
.lx-content h2 { font-size: 28px; margin-top: 1.6em; }
.lx-content h3 { font-size: 22px; margin-top: 1.4em; }
.lx-content blockquote { border-left: 4px solid var(--lx-red); margin: 1.5rem 0; padding: 6px 0 6px 22px; color: var(--lx-ink); font-style: italic; }
.lx-content a { text-decoration: underline; }
.lx-content code { background: var(--lx-bg-alt); padding: 2px 7px; border-radius: 6px; font-size: 14px; }

/* Blog */
.lx-posts { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.lx-post-card { border: 1px solid var(--lx-line); border-radius: var(--lx-radius-lg); overflow: hidden; background: #fff; transition: transform .3s var(--lx-ease), box-shadow .3s; display: flex; flex-direction: column; }
.lx-post-card:hover { transform: translateY(-6px); box-shadow: var(--lx-shadow); }
.lx-post-thumb { aspect-ratio: 16/9; background: var(--lx-soft); overflow: hidden; }
.lx-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.lx-post-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.lx-post-meta { font-size: 12px; color: var(--lx-muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; }
.lx-post-body h3 { font-size: 19px; margin: 0 0 10px; }
.lx-post-body h3 a { color: var(--lx-ink); }
.lx-post-body h3 a:hover { color: var(--lx-red); }
.lx-post-excerpt { font-size: 14px; margin: 0 0 16px; }
.lx-post-body .lx-link-arrow { margin-top: auto; }

.lx-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 44px; }
.lx-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--lx-line); border-radius: 10px; color: var(--lx-ink); font-weight: 600; }
.lx-pagination .page-numbers.current, .lx-pagination .page-numbers:hover { background: var(--lx-red); color: #fff; border-color: var(--lx-red); }

/* Contact */
.lx-contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
.lx-contact-info { display: grid; gap: 22px; }
.lx-contact-item { display: flex; gap: 16px; align-items: flex-start; }
.lx-contact-item .lx-ci-ic { width: 48px; height: 48px; border-radius: 14px; background: var(--lx-soft); color: var(--lx-red); display: flex; align-items: center; justify-content: center; flex: none; }
.lx-contact-item h4 { margin: 0 0 4px; font-size: 16px; }
.lx-contact-item p { margin: 0; font-size: 14px; }
.lx-form { background: #fff; border: 1px solid var(--lx-line); border-radius: var(--lx-radius-lg); padding: 30px; box-shadow: var(--lx-shadow-sm); }
.lx-field { margin-bottom: 18px; }
.lx-field label { display: block; font-family: var(--lx-font-display); font-weight: 600; font-size: 14px; color: var(--lx-ink); margin-bottom: 7px; }
.lx-field input, .lx-field textarea, .lx-field select {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--lx-line-2); border-radius: 10px; font-family: inherit; font-size: 15px; color: var(--lx-ink); background: #fff; transition: border-color .2s, box-shadow .2s;
}
.lx-field input:focus, .lx-field textarea:focus, .lx-field select:focus { border-color: var(--lx-red); box-shadow: 0 0 0 3px rgba(229,32,42,.12); outline: none; }
.lx-field textarea { min-height: 130px; resize: vertical; }

/* Generic value/feature grids reused on inner pages */
.lx-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.lx-card-soft { border: 1px solid var(--lx-line); border-radius: var(--lx-radius-lg); padding: 28px; background: #fff; transition: transform .3s var(--lx-ease), box-shadow .3s; }
.lx-card-soft:hover { transform: translateY(-6px); box-shadow: var(--lx-shadow); }
.lx-card-soft .lx-svc-ic { width: 54px; height: 54px; margin-bottom: 16px; }
.lx-card-soft h3 { font-size: 19px; }
.lx-card-soft p { margin: 0; font-size: 14px; }

.lx-bg-alt { background: var(--lx-bg-alt); }

/* ==========================================================================
   17. Responsive
   ========================================================================== */
@media (max-width: 1080px) {
  .lx-products-grid { grid-template-columns: repeat(2,1fr); }
  .lx-services-grid { grid-template-columns: repeat(3,1fr); }
  .lx-services-layout, .lx-tech-layout, .lx-why-layout, .lx-process-layout { grid-template-columns: 1fr; gap: 24px; }
  .lx-tech-row { grid-template-columns: 100px 1fr; }
  .lx-why-items { grid-template-columns: repeat(2,1fr); }
  .lx-steps { grid-template-columns: repeat(3,1fr); row-gap: 30px; }
  .lx-steps::before { display: none; }
  .lx-footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .lx-cta { grid-template-columns: 1fr; text-align: center; }
  .lx-cta p { margin: 0 auto; }
  .lx-cta-actions { justify-content: center; }
  .lx-cta .lx-rocket { display: none; }
}
@media (max-width: 900px) {
  .lx-nav, .lx-header-cta .lx-btn { display: none; }
  .lx-burger { display: block; }
  .lx-mobile-nav { display: block; }
  .lx-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .lx-hero-stage { min-height: 420px; max-width: 480px; margin: 0 auto; }
  .lx-statsbar-inner { grid-template-columns: repeat(2,1fr); }
  .lx-statcell:nth-child(2) { border-right: 0; }
  .lx-statcell:nth-child(1), .lx-statcell:nth-child(2) { border-bottom: 1px solid var(--lx-line); }
  .lx-about-grid { grid-template-columns: 1fr; gap: 30px; }
  .lx-contact-grid { grid-template-columns: 1fr; }
  .lx-grid-3, .lx-posts { grid-template-columns: 1fr 1fr; }
  .lx-tech-items { grid-template-columns: repeat(3,1fr) !important; }
}
@media (max-width: 600px) {
  .lx-section { padding: 54px 0; }
  .lx-products-grid, .lx-services-grid, .lx-why-items, .lx-steps, .lx-grid-3, .lx-posts { grid-template-columns: 1fr; }
  .lx-footer-grid { grid-template-columns: 1fr 1fr; }
  .lx-tech-row { grid-template-columns: 1fr; }
  .lx-tech-label { justify-self: start; }
  .lx-tech-items { grid-template-columns: repeat(2,1fr) !important; }
  .lx-cta { padding: 28px 22px; }
  .lx-hero-stage { min-height: 380px; }
}

/* =====================================================================
   18. Inner-page additions (products / contact / blog / single / 404)
   ===================================================================== */

/* Narrow reading column */
.lx-container-narrow { max-width: 820px; }

/* Empty / placeholder states */
.lx-empty { text-align: center; color: var(--lx-muted); padding: 40px 0; font-size: 16px; }

/* Product card extras */
.lx-product-excerpt { font-size: 14px; color: var(--lx-body); margin: 0 0 14px; }
.lx-product-shot-lg { border-radius: var(--lx-radius-lg); overflow: hidden; border: 1px solid var(--lx-line); box-shadow: var(--lx-shadow); }
.lx-product-shot-lg img, .lx-product-shot-lg svg { width: 100%; height: auto; display: block; }
.lx-feat-lg { margin: 22px 0 26px; }
.lx-feat-lg li { font-size: 15px; margin-bottom: 12px; }

/* Page feature image */
.lx-page-feat { margin: 0 auto 34px; max-width: 820px; }
.lx-page-feat img { width: 100%; height: auto; border-radius: var(--lx-radius-lg); display: block; }

/* ---- Contact ---- */
.lx-contact-aside { display: grid; gap: 22px; align-content: start; background: var(--lx-bg-alt); border: 1px solid var(--lx-line); border-radius: var(--lx-radius-lg); padding: 30px; }
.lx-contact-ic { width: 48px; height: 48px; border-radius: 14px; background: var(--lx-soft); color: var(--lx-red); display: flex; align-items: center; justify-content: center; flex: none; }
.lx-contact-item { display: flex; gap: 16px; align-items: flex-start; }
.lx-contact-item b { display: block; font-family: var(--lx-font-display); font-size: 15px; color: var(--lx-ink); margin-bottom: 3px; }
.lx-contact-item a, .lx-contact-item span { font-size: 14px; color: var(--lx-body); }
.lx-contact-item a:hover { color: var(--lx-red); }
.lx-contact-social { display: flex; gap: 10px; padding-top: 4px; }
.lx-contact-social a { width: 38px; height: 38px; border-radius: 10px; background: #fff; border: 1px solid var(--lx-line); color: var(--lx-red); display: inline-flex; align-items: center; justify-content: center; transition: background .2s, color .2s, transform .2s; }
.lx-contact-social a:hover { background: var(--lx-red); color: #fff; transform: translateY(-2px); }
.lx-contact-formwrap { min-width: 0; }

/* Form refinements (label-wrapped fields) */
.lx-field { display: block; }
.lx-field > span { display: block; font-family: var(--lx-font-display); font-weight: 600; font-size: 14px; color: var(--lx-ink); margin-bottom: 7px; }
.lx-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lx-form-note { font-size: 13px; color: var(--lx-muted); margin: 14px 0 0; }
.lx-form .lx-btn { margin-top: 4px; }

/* Alerts */
.lx-alert { border-radius: 12px; padding: 14px 18px; font-size: 14px; margin-bottom: 20px; border: 1px solid transparent; }
.lx-alert-ok { background: #EAF7EE; border-color: #BFE6CC; color: #1E7A3D; }
.lx-alert-err { background: var(--lx-soft-2); border-color: #F4B4B4; color: var(--lx-red-700); }

/* ---- Blog listing refinements ---- */
.lx-post-thumb { display: block; }
.lx-post-thumb-fallback { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: var(--lx-red); opacity: .5; }
.lx-post-thumb-fallback svg { width: 44px; height: 44px; }
.lx-post-meta { display: flex; align-items: center; gap: 12px; }
.lx-post-cat { color: var(--lx-red); font-weight: 700; }
.lx-post-title { font-size: 19px; margin: 0 0 10px; }
.lx-post-title a { color: var(--lx-ink); }
.lx-post-title a:hover { color: var(--lx-red); }
.lx-post-more { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--lx-red); font-family: var(--lx-font-display); font-weight: 600; font-size: 14px; }
.lx-post-more svg { width: 16px; height: 16px; transition: transform .2s; }
.lx-post-more:hover svg { transform: translateX(4px); }

/* Single post */
.lx-post-meta-lg { justify-content: center; margin-bottom: 16px; font-size: 13px; }
.lx-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0; }
.lx-tags a { font-size: 13px; background: var(--lx-bg-alt); border: 1px solid var(--lx-line); border-radius: var(--lx-radius-pill); padding: 6px 14px; color: var(--lx-body); }
.lx-tags a:hover { border-color: var(--lx-red); color: var(--lx-red); }
.lx-post-nav { display: flex; justify-content: space-between; gap: 16px; margin: 30px 0; border-top: 1px solid var(--lx-line); padding-top: 24px; }
.lx-post-nav a { display: inline-flex; align-items: center; gap: 10px; max-width: 48%; color: var(--lx-ink); font-family: var(--lx-font-display); font-weight: 600; font-size: 14px; }
.lx-post-nav a:hover { color: var(--lx-red); }
.lx-post-nav a span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lx-post-nav svg { width: 18px; height: 18px; flex: none; }
.lx-post-nav-prev svg { transform: rotate(180deg); }
.lx-post-nav-next { margin-left: auto; text-align: right; }

/* ---- 404 ---- */
.lx-404 { text-align: center; }
.lx-404-inner { max-width: 620px; margin: 0 auto; }
.lx-404-code { display: inline-block; font-family: var(--lx-font-display); font-weight: 800; font-size: clamp(80px, 16vw, 160px); line-height: 1; background: linear-gradient(135deg, var(--lx-red), var(--lx-red-800)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lx-404 h1 { margin: 10px 0 12px; }
.lx-404-search { max-width: 420px; margin: 24px auto 28px; }
.lx-404 .lx-hero-actions { justify-content: center; }

/* ---- Comments ---- */
.lx-comments { margin-top: 50px; border-top: 1px solid var(--lx-line); padding-top: 36px; }
.lx-comments-title { font-size: 22px; margin: 0 0 24px; }
.lx-comment-list { list-style: none; margin: 0 0 30px; padding: 0; }
.lx-comment-list ol { list-style: none; padding-left: 28px; }
.lx-comment-list .comment-body { padding: 18px 0; border-bottom: 1px solid var(--lx-line); }
.lx-comment-list .comment-author { display: flex; align-items: center; gap: 12px; font-family: var(--lx-font-display); font-weight: 600; }
.lx-comment-list .comment-author img { border-radius: 50%; }
.lx-comment-list .comment-meta { font-size: 12px; color: var(--lx-muted); margin: 4px 0 8px; }
.lx-comment-list .reply a { color: var(--lx-red); font-weight: 600; font-size: 13px; }
.lx-comments-closed { color: var(--lx-muted); font-size: 14px; }
.lx-comment-form { margin-top: 10px; }

/* ---- Search form ---- */
.search-form { display: flex; gap: 10px; }
.search-form .search-field { flex: 1; padding: 13px 15px; border: 1.5px solid var(--lx-line-2); border-radius: 10px; font-family: inherit; font-size: 15px; }
.search-form .search-field:focus { border-color: var(--lx-red); box-shadow: 0 0 0 3px rgba(229,32,42,.12); outline: none; }
.search-form .search-submit { border: none; background: var(--lx-red); color: #fff; border-radius: 10px; padding: 0 20px; font-family: var(--lx-font-display); font-weight: 600; cursor: pointer; transition: background .2s; }
.search-form .search-submit:hover { background: var(--lx-red-700); }
.lx-search-again { max-width: 460px; margin: 24px auto 0; }

/* ---- Inner-page responsive ---- */
@media (max-width: 760px) {
  .lx-form-row { grid-template-columns: 1fr; }
  .lx-post-nav { flex-direction: column; }
  .lx-post-nav a { max-width: 100%; }
  .lx-post-nav-next { text-align: left; margin-left: 0; }
}

/* =====================================================================
   19. Technologies page / Services cards / About timeline & mission
   ===================================================================== */

/* Technologies page — category blocks */
.lx-tech-cat { border: 1px solid var(--lx-line); border-radius: var(--lx-radius-lg); padding: 30px; margin-bottom: 24px; background: #fff; box-shadow: var(--lx-shadow-sm); }
.lx-tech-cat-head { margin-bottom: 22px; }
.lx-tech-cat-head h2 { font-size: 24px; margin: 0 0 6px; }
.lx-tech-cat-head p { margin: 0; max-width: 760px; font-size: 15px; color: var(--lx-body); }
.lx-tech-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.lx-tech-detail { display: flex; gap: 14px; align-items: flex-start; padding: 16px; border: 1px solid var(--lx-line); border-radius: var(--lx-radius); background: var(--lx-bg-alt); transition: transform .25s var(--lx-ease), box-shadow .25s, border-color .25s; }
.lx-tech-detail:hover { transform: translateY(-3px); box-shadow: var(--lx-shadow-sm); border-color: var(--lx-line-2); }
.lx-td-ic { width: 44px; height: 44px; border-radius: 12px; background: #fff; border: 1px solid var(--lx-line); display: flex; align-items: center; justify-content: center; flex: none; }
.lx-td-ic svg, .lx-td-ic img { width: 24px; height: 24px; }
.lx-tech-detail b { display: block; font-family: var(--lx-font-display); font-size: 15px; color: var(--lx-ink); margin-bottom: 3px; }
.lx-tech-detail span { font-size: 13.5px; color: var(--lx-body); line-height: 1.5; }

/* Service cards with feature lists */
.lx-card-service p { margin: 0 0 16px; }
.lx-card-service .lx-feat { margin-bottom: 0; }

/* About — mission grid + timeline */
.lx-mission-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lx-timeline { max-width: 760px; margin: 0 auto; position: relative; padding-left: 30px; }
.lx-timeline::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(var(--lx-red), var(--lx-soft-2)); }
.lx-tl-item { position: relative; padding: 0 0 30px 26px; }
.lx-tl-item:last-child { padding-bottom: 0; }
.lx-tl-item::before { content: ""; position: absolute; left: -30px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--lx-red); border: 3px solid #fff; box-shadow: 0 0 0 2px var(--lx-soft-2); }
.lx-tl-year { display: inline-block; font-family: var(--lx-font-display); font-weight: 700; font-size: 13px; color: var(--lx-red); background: var(--lx-soft); border-radius: var(--lx-radius-pill); padding: 4px 12px; margin-bottom: 8px; }
.lx-tl-body h4 { margin: 0 0 6px; font-size: 18px; }
.lx-tl-body p { margin: 0; font-size: 14px; color: var(--lx-body); }

@media (max-width: 900px) {
  .lx-mission-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .lx-tech-grid { grid-template-columns: 1fr; }
  .lx-tech-cat { padding: 22px; }
}

/* =====================================================================
   20. Technology links + single technology page
   ===================================================================== */

/* Make tech pills work as links */
a.lx-tech-pill { text-decoration: none; color: var(--lx-ink); cursor: pointer; }
a.lx-tech-pill:hover { color: var(--lx-red); border-color: var(--lx-red); }

/* Linked detail cards on the Technologies page */
a.lx-tech-detail-link { text-decoration: none; color: inherit; cursor: pointer; }
a.lx-tech-detail-link:hover { border-color: var(--lx-red); }
a.lx-tech-detail-link:hover b { color: var(--lx-red); }

/* Single technology hero */
.lx-tech-hero { display: flex; align-items: center; gap: 22px; }
.lx-tech-hero .lx-eyebrow { margin-bottom: 6px; }
.lx-tech-hero h1 { margin: 0 0 10px; }
.lx-tech-hero p { margin: 0; }
.lx-tech-hero-ic { width: 84px; height: 84px; flex: none; border-radius: var(--lx-radius-lg); background: #fff; border: 1px solid var(--lx-line); box-shadow: var(--lx-shadow-sm); display: flex; align-items: center; justify-content: center; }
.lx-tech-hero-ic svg, .lx-tech-hero-ic img { width: 44px; height: 44px; }

/* Single technology CTA + related */
.lx-tech-cta { margin: 36px 0 8px; padding: 30px; border-radius: var(--lx-radius-lg); background: var(--lx-bg-alt); border: 1px solid var(--lx-line); text-align: center; }
.lx-tech-cta h3 { margin: 0 0 8px; font-size: 22px; }
.lx-tech-cta p { margin: 0 0 18px; color: var(--lx-body); }
.lx-tech-cta .lx-hero-actions { justify-content: center; }
.lx-tech-related { margin-top: 36px; }
.lx-tech-related h4 { font-size: 16px; margin: 0 0 14px; }
.lx-tech-related .lx-tech-items { grid-template-columns: repeat(4, 1fr); }
.lx-tech-back { margin-top: 30px; }
.lx-tech-back a { display: inline-flex; align-items: center; gap: 8px; color: var(--lx-red); font-family: var(--lx-font-display); font-weight: 600; }
.lx-tech-back svg { width: 18px; height: 18px; transform: rotate(180deg); }

@media (max-width: 700px) {
  .lx-tech-hero { flex-direction: column; align-items: flex-start; gap: 16px; }
  .lx-tech-related .lx-tech-items { grid-template-columns: repeat(2, 1fr); }
}

/* =====================================================================
   21. Service links + single service page
   ===================================================================== */

/* Homepage service cards as links */
a.lx-service-card { text-decoration: none; color: inherit; cursor: pointer; }

/* Services-page + "other services" cards as links */
a.lx-service-link,
.lx-card-service.lx-service-link { text-decoration: none; color: inherit; cursor: pointer; display: flex; flex-direction: column; }
.lx-card-service.lx-service-link:hover { transform: translateY(-6px); box-shadow: var(--lx-shadow); border-color: transparent; }
.lx-card-service.lx-service-link:hover .lx-svc-ic { background: var(--lx-red); color: #fff; }
.lx-card-service.lx-service-link:hover h3 { color: var(--lx-red); }

/* "Learn more" affordance pinned to the bottom of a card */
.lx-card-more { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--lx-red); font-family: var(--lx-font-display); font-weight: 600; font-size: 13.5px; padding-top: 14px; transition: gap .2s var(--lx-ease); }
.lx-card-more svg { width: 16px; height: 16px; }
.lx-service-link:hover .lx-card-more { gap: 11px; }

/* Long-form service body: comfortable reading rhythm */
.lx-service-content h2 { margin-top: 2.2em; }
.lx-service-content h2:first-child { margin-top: 0; }
.lx-service-content h3 { margin-top: 1.6em; }
.lx-service-content ul { margin: 1em 0; }
.lx-service-content li { margin-bottom: 0.5em; }
