/* Lucanix Elementor Widgets — Complete Shared Styles v3 */
:root {
  --lx-green:       #1e4d2b;
  --lx-green-mid:   #2a6b3c;
  --lx-green-light: #3a8f52;
  --lx-green-soft:  #e8f4ec;
  --lx-green-muted: #c8e6d0;
  --lx-black:       #0e0e0e;
  --lx-off-black:   #1a1a1a;
  --lx-dark-gray:   #2e2e2e;
  --lx-mid-gray:    #5a5a5a;
  --lx-light-gray:  #a8a8a8;
  --lx-border:      #e2e2e2;
  --lx-white:       #ffffff;
  --lx-off-white:   #f8f7f5;
  --lx-cream:       #f2ede6;
}

/* SHARED UTILITIES */
.lx-italic { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; color: var(--lx-green-mid); }
.lx-section-link { font-size: 0.82rem; font-weight: 500; color: var(--lx-green); text-decoration: none; border-bottom: 1px solid var(--lx-green-muted); padding-bottom: 2px; white-space: nowrap; }
.lx-section-link:hover { color: var(--lx-green-mid); }
.lx-eyebrow-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--lx-green-light); animation: lxDotPulse 2s ease-in-out infinite; flex-shrink: 0; }
@keyframes lxDotPulse { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.4);opacity:.6} }

/* Shared buttons */
.lx-btn-primary-dark { display: inline-block; background: var(--lx-white); color: var(--lx-green); font-family: 'Syne', sans-serif; font-size: 0.85rem; font-weight: 700; padding: 13px 26px; border-radius: 8px; text-decoration: none; transition: opacity 0.2s, transform 0.2s; }
.lx-btn-primary-dark:hover { opacity: 0.9; transform: translateY(-1px); }
.lx-btn-outline-dark { display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; color: rgba(255,255,255,0.7); font-size: 0.85rem; font-weight: 400; padding: 12px 22px; text-decoration: none; transition: border-color 0.2s, color 0.2s; }
.lx-btn-outline-dark:hover { border-color: rgba(255,255,255,0.4); color: #fff; }
.lx-btn-primary-light { display: inline-block; background: var(--lx-green); color: #fff; font-family: 'Syne', sans-serif; font-size: 0.85rem; font-weight: 700; padding: 13px 26px; border-radius: 8px; text-decoration: none; transition: background 0.2s, transform 0.2s; }
.lx-btn-primary-light:hover { background: var(--lx-green-mid); transform: translateY(-1px); }
.lx-btn-ghost-light { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--lx-border); border-radius: 8px; color: var(--lx-dark-gray); font-size: 0.85rem; padding: 12px 22px; text-decoration: none; transition: border-color 0.2s, color 0.2s; }
.lx-btn-ghost-light:hover { border-color: var(--lx-green); color: var(--lx-green); }
.lx-btn-consult { display: inline-flex; align-items: center; gap: 8px; background: var(--lx-green); color: #fff; padding: 12px 24px; border-radius: 8px; font-family: 'Syne', sans-serif; font-size: 0.82rem; font-weight: 700; text-decoration: none; transition: background 0.2s; }
.lx-btn-consult:hover { background: var(--lx-green-mid); }
.lx-btn-consult-ghost { display: inline-flex; align-items: center; font-size: 0.82rem; font-weight: 500; color: var(--lx-mid-gray); text-decoration: none; }
.lx-btn-consult-ghost:hover { color: var(--lx-black); }

/* HERO SECTION */
.lx-hero { position: relative; overflow: hidden; display: flex; align-items: center; }
.lx-hero__blob { position: absolute; border-radius: 50%; pointer-events: none; }
.lx-hero__blob--tr { top: -140px; right: -80px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(42,107,60,0.2) 0%, transparent 65%); }
.lx-hero__blob--bl { bottom: -100px; left: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(42,107,60,0.12) 0%, transparent 65%); }
.lx-hero__dot-grid { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; }
.lx-hero__layout { display: flex; width: 100%; gap: 60px; align-items: center; position: relative; z-index: 1; }
.lx-hero__left { flex: 1; min-width: 0; }
.lx-hero__right { flex: 0 0 360px; display: flex; flex-direction: column; gap: 14px; }
.lx-hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 100px; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; border: 1px solid; margin-bottom: 24px; }
.lx-hero__dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.lx-hero__h1 { font-family: 'Syne', sans-serif; font-size: clamp(2.8rem, 5vw, 4.5rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.06; }
.lx-hero__h1 em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; }
.lx-hero__desc { line-height: 1.8; max-width: 560px; }
.lx-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.lx-hero__btn-primary { font-family: 'Syne', sans-serif; font-weight: 700; border-radius: 8px; text-decoration: none; display: inline-block; transition: opacity 0.2s, transform 0.2s; }
.lx-hero__btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }
.lx-hero__btn-ghost { text-decoration: none; display: inline-flex; align-items: center; gap: 7px; border: 1px solid; border-radius: 8px; transition: all 0.2s; font-size: 0.85rem; }
.lx-hero__btn-ghost:hover { opacity: 0.8; }
.lx-hero__trust { display: flex; flex-wrap: wrap; gap: 10px; }
.lx-hero__trust-pill { display: flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 100px; font-size: 0.72rem; border: 1px solid; }
.lx-hcard { border: 1px solid; border-radius: 18px; padding: 22px 24px; transition: transform 0.3s; }
.lx-hcard:hover { transform: translateY(-3px); }
.lx-hcard__label { font-size: 0.63rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
.lx-hcard__title { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 5px; line-height: 1.2; }
.lx-hcard__sub { font-size: 0.82rem; margin-bottom: 12px; line-height: 1.4; }
.lx-hcard__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.lx-hcard__tag { font-size: 0.63rem; font-weight: 500; padding: 4px 10px; border-radius: 100px; border: 1px solid; }

/* ABOUT HERO (widget-about-hero) */
.lx-about-hero { position: relative; overflow: hidden; }
.lx-about-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.lx-about-hero-left { }
.lx-about-hero-right { display: flex; flex-direction: column; gap: 20px; }
.lx-about-hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--lx-green-soft); color: var(--lx-green); border: 1px solid var(--lx-green-muted); padding: 6px 14px; border-radius: 100px; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 24px; }
.lx-about-hero h1 { font-family: 'Syne', sans-serif; font-size: clamp(2.5rem, 4vw, 3.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; margin-bottom: 24px; }
.lx-about-hero-desc { font-size: 1rem; color: var(--lx-mid-gray); line-height: 1.8; margin-bottom: 36px; }
.lx-about-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.lx-about-hero-stat-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.lx-hsc { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 20px; }
.lx-hsc-num { font-family: 'Syne', sans-serif; font-size: 1.8rem; font-weight: 800; color: #fff; line-height: 1; }
.lx-hsc-num em { font-style: normal; color: var(--lx-green-light); }
.lx-hsc-lbl { font-size: 0.72rem; color: rgba(255,255,255,0.45); margin-top: 6px; }
.lx-hero-quote-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 24px; }
.lx-hqc-text { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 1rem; color: rgba(255,255,255,0.88); line-height: 1.65; margin-bottom: 16px; }
.lx-hqc-author { display: flex; align-items: center; gap: 12px; }
.lx-hqc-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--lx-green); color: rgba(255,255,255,0.8); font-family: 'Syne', sans-serif; font-size: 0.62rem; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.lx-hqc-name { font-family: 'Syne', sans-serif; font-size: 0.82rem; font-weight: 700; color: #fff; }
.lx-hqc-role { font-size: 0.7rem; color: rgba(255,255,255,0.4); margin-top: 2px; }
.lx-hero-founded { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 14px 18px; }
.lx-hf-icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(42,107,60,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.lx-hf-label { font-size: 0.65rem; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 2px; }
.lx-hf-value { font-family: 'Syne', sans-serif; font-size: 0.88rem; font-weight: 700; color: rgba(255,255,255,0.8); }

/* ABOUT HOMEPAGE (widget-about-homepage) */
.lx-about-hp { }
.lx-about-hp-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.lx-about-eyebrow { font-size: 0.7rem; font-weight: 500; color: var(--lx-green-light); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.lx-about-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--lx-green-light); }
.lx-about-hp-heading { font-family: 'Syne', sans-serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.15; margin-bottom: 28px; }
.lx-about-hp-left p { font-size: 0.95rem; line-height: 1.85; margin-bottom: 18px; }
.lx-about-hp-stats { display: grid; grid-template-columns: repeat(2,1fr); grid-template-rows: auto auto; gap: 20px; margin-top: 40px; }
.lx-astat-num { font-family: 'Syne', sans-serif; font-size: 2rem; font-weight: 800; line-height: 1; }
.lx-astat-num em { font-style: normal; color: var(--lx-green-light); }
.lx-astat-lbl { font-size: 0.72rem; margin-top: 6px; }
.lx-astat { padding: 16px; }
.lx-about-hp-right { display: flex; flex-direction: column; gap: 20px; }
.lx-about-hp-val { display: flex; gap: 18px; align-items: center; padding: 20px 22px; border-radius: 12px; transition: background 0.3s, border-color 0.3s; }
.lx-about-hp-val:hover { background: rgba(255,255,255,0.04); }
.lx-about-hp-icon { font-size: 1rem; flex-shrink: 0; display: flex; align-items: center; justify-content: center; align-self: center; width: 36px; height: 36px; min-width: 36px; min-height: 36px; background: #2a6b3c; color: #ffffff; border-radius: 7px; box-sizing: border-box; }
.lx-about-hp-val-text h4 { font-family: 'Syne', sans-serif; font-size: 0.95rem; font-weight: 700; margin-bottom: 6px; }
.lx-about-hp-val-text p { font-size: 0.82rem; line-height: 1.65; margin: 0; }

/* SERVICE FEATURE CARDS (widget-service-feature-card) */
.lx-svc-section { }
.lx-svc-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 64px; }
.lx-svc-heading { font-family: 'Syne', sans-serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.15; }
.lx-svc-sub { font-size: 0.9rem; color: var(--lx-mid-gray); margin-top: 8px; }
.lx-svc-grid { display: grid; gap: 24px; }
.lx-svc-cols-1 { grid-template-columns: 1fr; }
.lx-svc-cols-2 { grid-template-columns: repeat(2,1fr); }
.lx-svc-cols-3 { grid-template-columns: repeat(3,1fr); }
.lx-svc-card { border: 1px solid var(--lx-border); border-radius: 16px; padding: 40px 36px; background: #fff; position: relative; overflow: hidden; transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s; }
.lx-svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--lx-green); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.lx-svc-card:hover { box-shadow: 0 12px 48px rgba(0,0,0,0.08); border-color: transparent; transform: translateY(-4px); }
.lx-svc-card:hover::before { transform: scaleX(1); }
.lx-svc-icon-wrap { width: 52px; height: 52px; border-radius: 12px; background: var(--lx-green-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; transition: background 0.3s; }
.lx-svc-icon-wrap svg { stroke: var(--lx-green, #1e4d2b); transition: stroke 0.3s; }
.lx-svc-card:hover .lx-svc-icon-wrap { background: var(--lx-green); }
.lx-svc-card:hover .lx-svc-icon-wrap svg { stroke: white !important; }
.lx-svc-card h3 { font-family: 'Syne', sans-serif; font-size: 1.2rem; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 12px; }
.lx-svc-card p { font-size: 0.88rem; color: var(--lx-mid-gray); line-height: 1.75; margin-bottom: 28px; }
.lx-svc-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.lx-svc-tag { font-size: 0.68rem; font-weight: 500; padding: 4px 12px; border-radius: 100px; background: var(--lx-off-white); color: var(--lx-dark-gray); border: 1px solid var(--lx-border); }

/* HOW WE WORK (widget-how-we-work) */
.lx-hww-wrap { }
.lx-hww-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 64px; }
.lx-hww-heading { font-family: 'Syne', sans-serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.15; }
.lx-hww-sub { font-size: 0.9rem; color: var(--lx-mid-gray); margin-top: 8px; }
.lx-hww-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; border-radius: 16px; overflow: hidden; }
.lx-hww-step { background: #fff; padding: 48px 36px; transition: background 0.3s; }
.lx-hww-step:hover { background: var(--lx-green); }
.lx-hww-num { font-family: 'Syne', sans-serif; font-size: 3rem; font-weight: 800; color: var(--lx-green-soft); line-height: 1; margin-bottom: 24px; transition: color 0.3s; }
.lx-hww-step:hover .lx-hww-num { color: rgba(255,255,255,0.2); }
.lx-hww-step h3 { font-family: 'Syne', sans-serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 12px; transition: color 0.3s; }
.lx-hww-step:hover h3 { color: #fff; }
.lx-hww-step p { font-size: 0.84rem; color: var(--lx-mid-gray); line-height: 1.7; transition: color 0.3s; }
.lx-hww-step:hover p { color: rgba(255,255,255,0.75); }
.lx-hww-cta { margin-top: 48px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.lx-hww-cta p { font-size: 0.92rem; color: var(--lx-mid-gray); }

/* PORTFOLIO CARD (widget-portfolio-card) */
.lx-case-card { border-radius: 20px; overflow: hidden; border: 1px solid var(--lx-border); background: #fff; transition: box-shadow 0.3s, transform 0.3s; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.lx-case-card:hover { box-shadow: 0 16px 56px rgba(0,0,0,0.1); transform: translateY(-4px); }
.lx-case-img { height: 200px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.lx-case-img-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.lx-case-logo { font-family: 'Syne', sans-serif; font-size: 1.4rem; font-weight: 800; color: rgba(255,255,255,0.9); position: relative; z-index: 1; }
.lx-case-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.lx-case-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.lx-case-tag { font-size: 0.65rem; font-weight: 500; padding: 3px 10px; border-radius: 100px; background: var(--lx-off-white); color: var(--lx-dark-gray); border: 1px solid var(--lx-border); }
.lx-case-body h3 { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 10px; line-height: 1.3; }
.lx-case-body p { font-size: 0.82rem; color: var(--lx-mid-gray); line-height: 1.7; margin-bottom: 20px; flex: 1; }
.lx-case-metrics { display: flex; gap: 20px; padding-top: 16px; border-top: 1px solid var(--lx-border); }
.lx-case-metric-num { font-family: 'Syne', sans-serif; font-size: 1.3rem; font-weight: 800; line-height: 1; color: var(--lx-black); }
.lx-case-metric-num em { font-style: normal; color: var(--lx-green-mid); }
.lx-case-metric-lbl { font-size: 0.68rem; color: var(--lx-mid-gray); margin-top: 2px; }

/* REVIEWS (widget-reviews) */
.lx-reviews-wrap { }
.lx-reviews-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 64px; }
.lx-reviews-heading { font-family: 'Syne', sans-serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 800; letter-spacing: -0.025em; }
.lx-reviews-sub { font-size: 0.88rem; color: var(--lx-mid-gray); max-width: 300px; line-height: 1.6; }
.lx-reviews-grid { display: grid; gap: 20px; }
.lx-reviews-cols-1 { grid-template-columns: 1fr; }
.lx-reviews-cols-2 { grid-template-columns: repeat(2,1fr); }
.lx-reviews-cols-3 { grid-template-columns: repeat(3,1fr); }
.lx-review-card { border: 1px solid var(--lx-border); border-radius: 16px; padding: 32px; background: #fff; transition: box-shadow 0.3s, transform 0.3s; }
.lx-review-card:hover { box-shadow: 0 8px 40px rgba(0,0,0,0.07); transform: translateY(-3px); }
.lx-review-card.lx-featured { background: var(--lx-green); border-color: var(--lx-green); }
.lx-review-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.lx-star { color: #f59e0b; }
.lx-review-card.lx-featured .lx-star { color: #ffd280; }
.lx-review-text { font-size: 0.88rem; color: var(--lx-dark-gray); line-height: 1.8; margin-bottom: 24px; }
.lx-review-card.lx-featured .lx-review-text { color: rgba(255,255,255,0.88); }
.lx-review-author { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--lx-border); }
.lx-review-card.lx-featured .lx-review-author { border-top-color: rgba(255,255,255,0.15); }
.lx-review-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--lx-green-soft); display: flex; align-items: center; justify-content: center; font-family: 'Syne', sans-serif; font-size: 0.68rem; font-weight: 800; color: var(--lx-green); flex-shrink: 0; overflow: hidden; }
.lx-review-card.lx-featured .lx-review-avatar { background: rgba(255,255,255,0.15); color: #fff; }
.lx-review-info h5 { font-family: 'Syne', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--lx-black); margin-bottom: 2px; }
.lx-review-card.lx-featured .lx-review-info h5 { color: #fff; }
.lx-review-info span { font-size: 0.75rem; color: var(--lx-light-gray); }
.lx-review-card.lx-featured .lx-review-info span { color: rgba(255,255,255,0.55); }

/* ═══════════════════════════════════════════════════
   BLOG POSTS (widget-blog-posts) — legacy card grid
═══════════════════════════════════════════════════ */
.lx-blog-wrap { }
.lx-blog-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; }
.lx-blog-heading { font-family: 'Syne', sans-serif; font-size: clamp(2rem, 3vw, 2.6rem); font-weight: 800; letter-spacing: -0.025em; }
.lx-blog-sub { font-size: 0.88rem; color: var(--lx-mid-gray); margin-top: 8px; line-height: 1.6; }
.lx-blog-grid { display: grid; gap: 24px; }
.lx-blog-cols-2 { grid-template-columns: repeat(2,1fr); }
.lx-blog-cols-3 { grid-template-columns: repeat(3,1fr); }
.lx-bcard { border: 1px solid var(--lx-border); border-radius: 16px; overflow: hidden; background: #fff; transition: box-shadow 0.3s, transform 0.3s; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.lx-bcard:hover { box-shadow: 0 12px 48px rgba(0,0,0,0.08); transform: translateY(-4px); }
.lx-bcard-img { height: 200px; overflow: hidden; position: relative; }
.lx-bcard-img-inner { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 0.5s; }
.lx-bcard:hover .lx-bcard-img-inner { transform: scale(1.04); }
.lx-bg-wp { background: linear-gradient(135deg, var(--lx-green-soft) 0%, var(--lx-green-muted) 100%); }
.lx-bcard-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.lx-bcard-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.lx-bcard-cat { font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--lx-green); }
.lx-bcard-date { font-size: 0.7rem; color: var(--lx-light-gray); }
.lx-bcard h3 { font-family: 'Syne', sans-serif; font-size: 0.95rem; font-weight: 700; line-height: 1.35; margin-bottom: 10px; }
.lx-bcard p { font-size: 0.8rem; color: var(--lx-mid-gray); line-height: 1.7; flex: 1; }
.lx-bcard-readmore { font-size: 0.75rem; font-weight: 500; color: var(--lx-green); margin-top: 14px; display: inline-flex; align-items: center; gap: 4px; }

/* ═══════════════════════════════════════════════════
   BLOG HERO (widget-blog-hero)
   Matches .hero from lucanix-blog.html
═══════════════════════════════════════════════════ */
.lx-bh-wrap { background: #f8f7f5; position: relative; overflow: hidden; }
.lx-bh-wrap::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, #c8e6d0 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.4;
    pointer-events: none;
}
.lx-bh-wrap::after {
    content: '';
    position: absolute; top: -160px; right: -160px;
    width: 600px; height: 600px; border-radius: 50%;
    background: radial-gradient(circle, rgba(42,107,60,0.1) 0%, transparent 65%);
    pointer-events: none;
}
.lx-bh-inner { position: relative; z-index: 2; }
.lx-bh-cols {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: end;
    /* Padding controlled by Elementor via section_pad → .lx-bh-cols */
}
.lx-bh-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.75rem; color: #a8a8a8; margin-bottom: 28px; }
.lx-bh-breadcrumb a { color: #a8a8a8; text-decoration: none; transition: color 0.2s; }
.lx-bh-breadcrumb a:hover { color: #1e4d2b; }
.lx-bh-bc-current { color: #5a5a5a; }
.lx-bh-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: #e8f4ec; color: #1e4d2b;
    border: 1px solid #c8e6d0; padding: 6px 14px;
    border-radius: 100px; font-size: 0.72rem; font-weight: 500;
    letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 24px;
}
.lx-bh-eyebrow-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: #3a8f52; flex-shrink: 0;
    animation: lxpdot 2s ease-in-out infinite;
}
@keyframes lxpdot { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.5);opacity:0.5} }
.lx-bh-h1 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2.8rem, 4.5vw, 4.2rem);
    font-weight: 800; line-height: 1.06; letter-spacing: -0.03em; color: #0e0e0e;
    margin-bottom: 20px;
}
.lx-bh-italic { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; color: #2a6b3c; }
.lx-bh-desc { font-size: 1rem; color: #5a5a5a; line-height: 1.75; max-width: 440px; }
.lx-bh-left { padding-bottom: 64px; min-width: 0; }
.lx-bh-right { display: flex; flex-direction: column; justify-content: flex-end; gap: 20px; padding-bottom: 64px; min-width: 0; }
/* Search */
/* ─── Blog Hero Search Bar ───────────────────────────────────────────────────
   Use maximum specificity chain to beat any WP theme global input/button styles.
   Scope: .elementor-widget-lucanix-blog-hero wraps everything, giving us 3 levels
   of specificity which defeats even heavily-scoped theme rules.
──────────────────────────────────────────────────────────────────────────── */
.elementor-widget-lucanix-blog-hero .lx-bh-search,
.elementor-widget-lucanix-blog-hero form.lx-bh-search {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 14px !important;
    padding: 8px 8px 8px 20px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06) !important;
    outline: none !important;
    transition: border-color 0.2s, box-shadow 0.2s;
}
/* Form element reset — no default browser form margins/padding */
.elementor-widget-lucanix-blog-hero form.lx-bh-search {
    margin: 0 !important;
    padding: 8px 8px 8px 20px !important;
}
.elementor-widget-lucanix-blog-hero .lx-bh-search:focus-within {
    border-color: #2a6b3c !important;
    box-shadow: 0 4px 24px rgba(30,77,43,0.12) !important;
}
/* SVG search icon */
.elementor-widget-lucanix-blog-hero .lx-bh-search .lx-bh-search-icon {
    color: #a8a8a8 !important;
    flex-shrink: 0 !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}
/* ── Input: full reset ── */
.elementor-widget-lucanix-blog-hero .lx-bh-search input,
.elementor-widget-lucanix-blog-hero .lx-bh-search input[type="text"],
.elementor-widget-lucanix-blog-hero .lx-bh-search input[type="search"],
.elementor-widget-lucanix-blog-hero .lx-bh-search .lx-bh-search-input {
    all: unset !important;
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 400 !important;
    color: #0e0e0e !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
.elementor-widget-lucanix-blog-hero .lx-bh-search input::placeholder,
.elementor-widget-lucanix-blog-hero .lx-bh-search .lx-bh-search-input::placeholder {
    color: #a8a8a8 !important;
    opacity: 1 !important;
}
.elementor-widget-lucanix-blog-hero .lx-bh-search input:focus,
.elementor-widget-lucanix-blog-hero .lx-bh-search .lx-bh-search-input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
/* ── Button: full reset ── */
.elementor-widget-lucanix-blog-hero .lx-bh-search button,
.elementor-widget-lucanix-blog-hero .lx-bh-search .lx-bh-search-btn,
.elementor-widget-lucanix-blog-hero .lx-bh-search button[type="button"],
.elementor-widget-lucanix-blog-hero .lx-bh-search button[type="submit"] {
    all: unset !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    background: #1e4d2b !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    padding: 10px 20px !important;
    font-family: 'Syne', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    transition: background-color 0.2s ease !important;
}
.elementor-widget-lucanix-blog-hero .lx-bh-search button:hover,
.elementor-widget-lucanix-blog-hero .lx-bh-search .lx-bh-search-btn:hover,
.elementor-widget-lucanix-blog-hero .lx-bh-search button[type="submit"]:hover {
    background: #2a6b3c !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
}
.elementor-widget-lucanix-blog-hero .lx-bh-search button:focus,
.elementor-widget-lucanix-blog-hero .lx-bh-search button:active,
.elementor-widget-lucanix-blog-hero .lx-bh-search .lx-bh-search-btn:focus,
.elementor-widget-lucanix-blog-hero .lx-bh-search .lx-bh-search-btn:active,
.elementor-widget-lucanix-blog-hero .lx-bh-search button[type="submit"]:focus,
.elementor-widget-lucanix-blog-hero .lx-bh-search button[type="submit"]:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
/* Fallback standalone (outside Elementor context) */
.lx-bh-search { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid #e2e2e2; border-radius: 14px; padding: 8px 8px 8px 20px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
/* Topics */
.lx-bh-topics { display: flex; flex-direction: column; gap: 10px; }
.lx-bh-topics-label { font-size: 0.7rem; font-weight: 500; color: #a8a8a8; text-transform: uppercase; letter-spacing: 0.1em; }
.lx-bh-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.lx-bh-chip { font-size: 0.75rem; font-weight: 500; padding: 7px 16px; border-radius: 100px; border: 1px solid #e2e2e2; background: #fff; color: #2e2e2e; cursor: pointer; transition: all 0.2s; text-decoration: none; display: inline-block; }
.lx-bh-chip:hover, .lx-bh-chip.active { background: #1e4d2b; color: #fff; border-color: #1e4d2b; }
/* Stats strip */
.lx-bh-stats { background: #1e4d2b; padding: 20px 56px; display: flex; gap: 0; position: relative; z-index: 2; }
.lx-bh-stat { padding: 0 48px 0 0; margin-right: 48px; border-right: 1px solid rgba(255,255,255,0.15); }
.lx-bh-stat:last-child { border-right: none; }
.lx-bh-stat-num { font-family: 'Syne', sans-serif; font-size: 1.4rem; font-weight: 800; color: #fff; }
.lx-bh-stat-lbl { font-size: 0.72rem; color: rgba(255,255,255,0.55); margin-top: 1px; }

/* ═══════════════════════════════════════════════════
   BLOG FEATURED ARTICLE (widget-blog-callout)
   Matches .featured / .feat-card from lucanix-blog.html
═══════════════════════════════════════════════════ */
.lx-bfa-wrap { padding: 80px 56px 0; background: #fff; }
.lx-bfa-label {
    font-size: 0.7rem; font-weight: 500; color: #1e4d2b;
    text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 24px;
    display: flex; align-items: center; gap: 8px;
}
.lx-bfa-label::before { content: ''; width: 20px; height: 1px; background: #1e4d2b; flex-shrink: 0; }
.lx-bfa-card {
    display: grid; grid-template-columns: 1.1fr 0.9fr;
    border-radius: 24px; overflow: hidden; border: 1px solid #e2e2e2;
    box-shadow: 0 8px 48px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s, transform 0.3s;
    text-decoration: none; color: inherit;
}
.lx-bfa-card:hover { box-shadow: 0 20px 64px rgba(0,0,0,0.12); transform: translateY(-4px); }
/* Left panel */
.lx-bfa-left {
    background: linear-gradient(145deg, #0e1a0e 0%, #1a3a24 40%, #2a6b3c 80%, #3a8f52 100%);
    min-height: 480px; position: relative; overflow: hidden;
    display: flex; flex-direction: column; justify-content: space-between;
    padding: 40px;
}
.lx-bfa-left::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 22px 22px;
}
.lx-bfa-left-blob {
    position: absolute; bottom: -80px; right: -80px;
    width: 360px; height: 360px; border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.07) 0%, transparent 65%);
}
.lx-bfa-left-top { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-start; }
.lx-bfa-badge { background: #3a8f52; color: #fff; font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 5px 12px; border-radius: 100px; }
.lx-bfa-read-time { font-size: 0.72rem; color: rgba(255,255,255,0.5); }
.lx-bfa-left-bottom { position: relative; z-index: 1; }
.lx-bfa-big-text { font-family: 'Instrument Serif', serif; font-style: italic; font-size: clamp(2rem, 4vw, 3.2rem); color: rgba(255,255,255,0.12); line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 24px; }
.lx-bfa-author-row { display: flex; align-items: center; gap: 12px; }
.lx-bfa-avatar { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-family: 'Syne', sans-serif; font-size: 0.7rem; font-weight: 800; color: #fff; flex-shrink: 0; }
.lx-bfa-author-name { font-family: 'Syne', sans-serif; font-size: 0.82rem; font-weight: 700; color: rgba(255,255,255,0.85); }
.lx-bfa-author-date { font-size: 0.7rem; color: rgba(255,255,255,0.4); }
/* Right panel */
.lx-bfa-right { padding: 48px 44px; background: #fff; display: flex; flex-direction: column; justify-content: center; }
.lx-bfa-cat { display: inline-flex; align-items: center; gap: 6px; font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: #1e4d2b; background: #e8f4ec; padding: 4px 12px; border-radius: 100px; margin-bottom: 20px; border: 1px solid #c8e6d0; }
.lx-bfa-title { font-family: 'Syne', sans-serif; font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 16px; color: #0e0e0e; transition: color 0.2s; }
.lx-bfa-card:hover .lx-bfa-title { color: #1e4d2b; }
.lx-bfa-excerpt { font-size: 0.92rem; color: #5a5a5a; line-height: 1.8; margin-bottom: 32px; }
.lx-bfa-meta { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-bottom: 32px; }
.lx-bfa-meta-item { display: flex; align-items: center; gap: 6px; font-size: 0.75rem; color: #a8a8a8; }
.lx-bfa-meta-item svg { flex-shrink: 0; }
.lx-bfa-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.lx-bfa-tag { font-size: 0.68rem; font-weight: 500; padding: 4px 12px; border-radius: 100px; background: #f8f7f5; color: #2e2e2e; border: 1px solid #e2e2e2; }
.lx-bfa-btn { display: inline-flex; align-items: center; gap: 10px; background: #1e4d2b; color: #fff; padding: 13px 28px; border-radius: 8px; font-family: 'Syne', sans-serif; font-size: 0.85rem; font-weight: 700; text-decoration: none; width: fit-content; transition: background 0.2s, transform 0.2s; }
.lx-bfa-btn:hover { background: #2a6b3c; transform: translateX(4px); }

/* ═══════════════════════════════════════════════════
   BLOG FILTER POSTS & SIDEBAR (widget-blog-filter-posts)
   Matches .filter-bar + .content-area from lucanix-blog.html
═══════════════════════════════════════════════════ */
.lx-bfp-wrap { padding: 0 56px 100px; background: #fff; }
/* ── Filter bar ── */
.lx-bfp-filterbar { padding: 40px 0 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: nowrap; }
.lx-bfp-filter-cats { display: flex; gap: 8px; flex-wrap: wrap; flex: 1; min-width: 0; }
.lx-bfp-btn {
    font-size: 0.8rem; font-weight: 500; padding: 9px 20px; border-radius: 8px;
    border: 1px solid #e2e2e2; background: #fff; color: #5a5a5a;
    cursor: pointer; transition: all 0.2s; display: inline-flex; align-items: center; gap: 7px;
}
.lx-bfp-btn:hover { border-color: #2a6b3c; color: #1e4d2b; }
.lx-bfp-btn.active { background: #1e4d2b; color: #fff; border-color: #1e4d2b; }
.lx-bfp-count { font-size: 0.65rem; background: rgba(0,0,0,0.08); padding: 2px 7px; border-radius: 100px; }
.lx-bfp-btn.active .lx-bfp-count { background: rgba(255,255,255,0.2); }
.lx-bfp-sort { display: flex; align-items: center; gap: 10px; flex-shrink: 0; white-space: nowrap; }
.lx-bfp-sort-label { font-size: 0.78rem; color: #a8a8a8; }
.lx-bfp-sort-select {
    font-family: 'Inter', sans-serif; font-size: 0.8rem; color: #2e2e2e;
    border: 1px solid #e2e2e2; border-radius: 8px; padding: 8px 32px 8px 14px;
    background: #fff; outline: none; cursor: pointer; appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23a8a8a8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 12px center;
}
/* ── Content area ── */
.lx-bfp-content-area { padding-top: 48px; display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
/* ── Article grid ── */
.lx-bfp-articles { min-width: 0; }
.lx-bfp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.lx-bfp-card {
    border: 1px solid #e2e2e2; border-radius: 18px; overflow: hidden;
    background: #fff; transition: box-shadow 0.3s, transform 0.3s;
    text-decoration: none; color: inherit; display: flex; flex-direction: column;
}
.lx-bfp-card:hover { box-shadow: 0 12px 48px rgba(0,0,0,0.09); transform: translateY(-4px); }
.lx-bfp-card.lx-wide { grid-column: span 2; flex-direction: row; }
.lx-bfp-card.lx-wide .lx-bfp-card-img { height: auto; min-height: 240px; width: 340px; flex-shrink: 0; }
.lx-bfp-card.lx-wide .lx-bfp-card-body { padding: 32px; }
.lx-bfp-card.lx-wide .lx-bfp-card-title { font-size: 1.2rem; }
/* Image */
.lx-bfp-card-img { height: 200px; position: relative; overflow: hidden; flex-shrink: 0; }
.lx-bfp-card-img-bg { position: absolute; inset: 0; transition: transform 0.5s ease; }
.lx-bfp-card:hover .lx-bfp-card-img-bg { transform: scale(1.06); }
.lx-bfp-img-gradient { background: linear-gradient(135deg, color-mix(in srgb, var(--lx-cat-color, #1e4d2b) 15%, white) 0%, color-mix(in srgb, var(--lx-cat-color, #1e4d2b) 50%, white) 100%); }
.lx-bfp-card-icon { font-size: 3.5rem; opacity: 0.3; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; transition: transform 0.3s; }
.lx-bfp-card:hover .lx-bfp-card-icon { transform: translate(-50%,-50%) scale(1.1); }
.lx-bfp-cat-badge { position: absolute; top: 14px; left: 14px; z-index: 2; font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 4px 10px; border-radius: 100px; border: 1px solid transparent; }
.lx-bfp-read-time { position: absolute; top: 14px; right: 14px; z-index: 2; font-size: 0.62rem; background: rgba(255,255,255,0.85); backdrop-filter: blur(4px); color: #5a5a5a; padding: 3px 9px; border-radius: 100px; border: 1px solid rgba(255,255,255,0.5); }
/* Card body */
.lx-bfp-card-body { padding: 24px 22px; flex: 1; display: flex; flex-direction: column; }
.lx-bfp-card-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.lx-bfp-card-date, .lx-bfp-card-author { font-size: 0.72rem; color: #a8a8a8; }
.lx-bfp-card-sep { width: 3px; height: 3px; border-radius: 50%; background: #e2e2e2; }
.lx-bfp-card-title { font-family: 'Syne', sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: -0.01em; line-height: 1.3; color: #0e0e0e; margin-bottom: 10px; transition: color 0.2s; }
.lx-bfp-card:hover .lx-bfp-card-title { color: #1e4d2b; }
.lx-bfp-card-exc { font-size: 0.82rem; color: #5a5a5a; line-height: 1.7; flex: 1; margin-bottom: 18px; }
.lx-bfp-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.lx-bfp-card-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.lx-bfp-card-tag { font-size: 0.62rem; padding: 3px 9px; border-radius: 100px; background: #f8f7f5; color: #5a5a5a; border: 1px solid #e2e2e2; }
.lx-bfp-arrow { width: 32px; height: 32px; border-radius: 50%; border: 1px solid #e2e2e2; display: flex; align-items: center; justify-content: center; transition: background 0.2s, border-color 0.2s; flex-shrink: 0; }
.lx-bfp-card:hover .lx-bfp-arrow { background: #1e4d2b; border-color: #1e4d2b; }
.lx-bfp-card:hover .lx-bfp-arrow svg { stroke: white; }
/* Load more */
.lx-bfp-lm-wrap { display: flex; justify-content: center; margin-top: 40px; }
.lx-bfp-loadmore { background: #fff; color: #2e2e2e; border: 1px solid #e2e2e2; padding: 13px 32px; border-radius: 8px; font-family: 'Syne', sans-serif; font-size: 0.85rem; font-weight: 600; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: border-color 0.2s, color 0.2s, box-shadow 0.2s; }
.lx-bfp-loadmore:hover { border-color: #2a6b3c; color: #1e4d2b; box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
/* ── Sidebar ── */
.lx-bfp-sidebar { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 100px; align-self: start; }
.lx-bfp-scard { background: #f8f7f5; border: 1px solid #e2e2e2; border-radius: 18px; padding: 28px 24px; }
.lx-sc-dark { background: #1a1a1a !important; border-color: transparent !important; }
.lx-sc-green { background: #1e4d2b !important; border-color: transparent !important; }
.lx-bfp-sc-title { font-family: 'Syne', sans-serif; font-size: 0.85rem; font-weight: 800; color: #0e0e0e; margin-bottom: 18px; letter-spacing: -0.01em; }
.lx-sc-dark .lx-bfp-sc-title { color: #fff; }
.lx-sc-green .lx-bfp-sc-title { color: #fff; }
.lx-bfp-sc-desc { font-size: 0.8rem; color: #5a5a5a; line-height: 1.65; margin-bottom: 18px; }
.lx-sc-dark .lx-bfp-sc-desc { color: rgba(255,255,255,0.5); }
.lx-sc-green .lx-bfp-sc-desc { color: rgba(255,255,255,0.7); }
.lx-bfp-sc-icon { font-size: 2rem; margin-bottom: 12px; }
.lx-bfp-sc-note { font-size: 0.68rem; color: #a8a8a8; margin-top: 8px; text-align: center; }
.lx-sc-dark .lx-bfp-sc-note { color: rgba(255,255,255,0.25); }
/* Newsletter inputs */
.lx-bfp-nl-input { width: 100%; background: #fff; border: 1px solid #e2e2e2; border-radius: 8px; padding: 11px 14px; font-family: 'Inter', sans-serif; font-size: 0.84rem; color: #0e0e0e; outline: none; margin-bottom: 10px; transition: border-color 0.2s; }
.lx-sc-dark .lx-bfp-nl-input { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.1); color: #fff; }
.lx-bfp-nl-input::placeholder { color: #a8a8a8; }
.lx-sc-dark .lx-bfp-nl-input::placeholder { color: rgba(255,255,255,0.3); }
.lx-bfp-nl-btn { width: 100%; padding: 11px; border-radius: 8px; border: none; cursor: pointer; font-family: 'Syne', sans-serif; font-size: 0.82rem; font-weight: 700; background: #1e4d2b; color: #fff; transition: background 0.2s; }
.lx-bfp-nl-btn:hover { background: #2a6b3c; }
/* ─── Newsletter card: MailerLite / shortcode form overrides ───────────────
   Targets form elements rendered by MailerLite official plugin or any
   shortcode-based form dropped into the dark sidebar card.
─────────────────────────────────────────────────────────────────────────── */
.lx-bfp-nl-card .mailerlite-embedded-form,
.lx-bfp-nl-card .ml-form-embedWrapper,
.lx-bfp-nl-card .mc4wp-form,
.lx-bfp-nl-card form {
    all: unset;
    display: block;
    width: 100%;
}
/* Inputs inside the dark card */
.lx-bfp-nl-card input[type="email"],
.lx-bfp-nl-card input[type="text"] {
    width: 100% !important;
    box-sizing: border-box !important;
    background: rgba(255,255,255,0.07) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 8px !important;
    padding: 11px 14px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.84rem !important;
    color: #fff !important;
    outline: none !important;
    margin-bottom: 10px !important;
    transition: border-color 0.2s !important;
    display: block !important;
}
.lx-bfp-nl-card input[type="email"]:focus,
.lx-bfp-nl-card input[type="text"]:focus {
    border-color: #3a8f52 !important;
    background: rgba(255,255,255,0.1) !important;
}
.lx-bfp-nl-card input[type="email"]::placeholder,
.lx-bfp-nl-card input[type="text"]::placeholder {
    color: rgba(255,255,255,0.3) !important;
}
/* Submit / subscribe button inside the dark card */
.lx-bfp-nl-card input[type="submit"],
.lx-bfp-nl-card button[type="submit"],
.lx-bfp-nl-card .ml-form-embedSubmit button,
.lx-bfp-nl-card .mc4wp-form button {
    width: 100% !important;
    padding: 11px !important;
    border-radius: 8px !important;
    border: none !important;
    cursor: pointer !important;
    font-family: 'Syne', sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    background: #1e4d2b !important;
    color: #fff !important;
    transition: background 0.2s !important;
    display: block !important;
    box-sizing: border-box !important;
}
.lx-bfp-nl-card input[type="submit"]:hover,
.lx-bfp-nl-card button[type="submit"]:hover,
.lx-bfp-nl-card .ml-form-embedSubmit button:hover {
    background: #2a6b3c !important;
}
/* Hide MailerLite's own headings/descriptions (we show our own above the form) */
.lx-bfp-nl-card .ml-form-embedBody .ml-form-embedContent,
.lx-bfp-nl-card .ml-form-embedHeader,
.lx-bfp-nl-card .ml-form-successBody .ml-form-successContent h4,
.lx-bfp-nl-card .ml-block-form .ml-form-fieldRow-right { display: none !important; }
/* MailerLite success message */
.lx-bfp-nl-card .ml-form-successBody { color: rgba(255,255,255,0.8) !important; font-size: 0.82rem !important; text-align: center !important; padding: 12px 0 !important; }
/* MailerLite error messages */
.lx-bfp-nl-card .ml-form-errorBody, .lx-bfp-nl-card .ml-error-general-error { color: #f87171 !important; font-size: 0.78rem !important; margin-bottom: 8px !important; }
/* Remove any white backgrounds MailerLite tries to apply */
.lx-bfp-nl-card .ml-form-embedWrapper,
.lx-bfp-nl-card .ml-form-embedBody,
.lx-bfp-nl-card .ml-block-form { background: transparent !important; box-shadow: none !important; border: none !important; padding: 0 !important; }

/* Popular posts */
.lx-bfp-pop-list { display: flex; flex-direction: column; gap: 0; }
.lx-bfp-pop-item { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid #e2e2e2; text-decoration: none; color: inherit; transition: color 0.15s; }
.lx-bfp-pop-item:first-child { padding-top: 0; }
.lx-bfp-pop-item:last-child { border-bottom: none; padding-bottom: 0; }
.lx-bfp-pop-item:hover .lx-bfp-pop-title { color: #1e4d2b; }
.lx-bfp-pop-num { font-family: 'Syne', sans-serif; font-size: 1.1rem; font-weight: 800; color: #e2e2e2; min-width: 24px; padding-top: 2px; line-height: 1; }
.lx-bfp-pop-title { font-family: 'Syne', sans-serif; font-size: 0.82rem; font-weight: 700; color: #0e0e0e; line-height: 1.3; margin-bottom: 4px; transition: color 0.2s; }
.lx-bfp-pop-meta { font-size: 0.7rem; color: #a8a8a8; display: flex; gap: 8px; }
/* Categories list */
.lx-bfp-cat-list { display: flex; flex-direction: column; gap: 0; }
.lx-bfp-cat-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #e2e2e2; text-decoration: none; color: inherit; transition: color 0.2s; }
.lx-bfp-cat-item:last-child { border-bottom: none; }
.lx-bfp-cat-item:hover .lx-bfp-ci-name { color: #1e4d2b; }
.lx-bfp-ci-left { display: flex; align-items: center; gap: 10px; }
.lx-bfp-ci-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.lx-bfp-ci-name { font-size: 0.84rem; color: #2e2e2e; transition: color 0.2s; }
.lx-bfp-ci-count { font-size: 0.7rem; color: #a8a8a8; background: #fff; border: 1px solid #e2e2e2; padding: 2px 9px; border-radius: 100px; font-weight: 500; }
/* Tags cloud */
.lx-bfp-tags-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.lx-bfp-tag-item { font-size: 0.72rem; padding: 6px 14px; border-radius: 100px; border: 1px solid #e2e2e2; color: #5a5a5a; text-decoration: none; background: #fff; transition: all 0.2s; }
.lx-bfp-tag-item:hover { background: #1e4d2b; color: #fff; border-color: #1e4d2b; }
/* CTA card */
.lx-bfp-cta-btn { display: block; background: #fff; color: #1e4d2b; padding: 12px; border-radius: 8px; text-align: center; font-family: 'Syne', sans-serif; font-size: 0.82rem; font-weight: 700; text-decoration: none; margin-top: 18px; transition: background 0.2s; }
.lx-bfp-cta-btn:hover { background: #f2ede6; }

/* ═══════════════════════════════════════════════════
   BLOG EXPLORE TOPICS (widget-blog-explore)
   Matches .topics-section from lucanix-blog.html
═══════════════════════════════════════════════════ */
.lx-bet-section { padding: 80px 56px; background: #f8f7f5; }
.lx-bet-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
.lx-bet-label { font-size: 0.7rem; font-weight: 500; color: #1e4d2b; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.lx-bet-label-line { display: inline-block; width: 20px; height: 1px; background: #1e4d2b; flex-shrink: 0; }
.lx-bet-h2 { font-family: 'Syne', sans-serif; font-size: clamp(1.6rem, 2.5vw, 2.2rem); font-weight: 800; letter-spacing: -0.025em; color: #0e0e0e; }
.lx-bet-italic { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; color: #2a6b3c; }
.lx-bet-header-link { font-size: 0.82rem; color: #1e4d2b; text-decoration: none; font-weight: 500; display: inline-flex; align-items: center; gap: 6px; border-bottom: 1px solid #c8e6d0; padding-bottom: 2px; transition: border-color 0.2s; }
.lx-bet-header-link:hover { border-color: #1e4d2b; }
.lx-bet-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.lx-bet-card {
    border-radius: 16px; padding: 28px 22px; border: 1px solid #e2e2e2;
    background: #fff; text-decoration: none; text-align: center;
    transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
    display: flex; flex-direction: column; align-items: center; gap: 12px;
    border-top-style: solid; border-top-width: 3px;
}
.lx-bet-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); transform: translateY(-4px); border-color: transparent; }
.lx-bet-card:hover .lx-bet-icon { transform: scale(1.15); }
.lx-bet-icon { font-size: 1.8rem; transition: transform 0.3s; line-height: 1; }
.lx-bet-name { font-family: 'Syne', sans-serif; font-size: 0.82rem; font-weight: 700; color: #0e0e0e; }
.lx-bet-count { font-size: 0.68rem; color: #a8a8a8; }

/* PRETTY CARDS (widget-pretty-cards) */
.lx-pretty-cards-wrap { }
.lx-values-header { max-width: 640px; margin-bottom: 72px; }
.lx-values-heading { font-family: 'Syne', sans-serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 16px; }
.lx-values-sub { font-size: 0.95rem; color: var(--lx-mid-gray); line-height: 1.75; }
.lx-values-grid { display: grid; gap: 20px; }
.lx-values-cols-2 { grid-template-columns: repeat(2,1fr); }
.lx-values-cols-3 { grid-template-columns: repeat(3,1fr); }
.lx-values-cols-4 { grid-template-columns: repeat(4,1fr); }
.lx-val-card { background: #fff; border: 1px solid var(--lx-border); border-radius: 20px; padding: 40px 36px; transition: box-shadow 0.3s, transform 0.3s; position: relative; overflow: hidden; }
.lx-val-card::after { content: attr(data-num); position: absolute; bottom: -20px; right: 10px; font-family: 'Syne', sans-serif; font-size: 7rem; font-weight: 800; color: var(--lx-off-white); line-height: 1; pointer-events: none; transition: color 0.3s; }
.lx-val-card:hover { box-shadow: 0 12px 48px rgba(0,0,0,0.08); transform: translateY(-4px); }
.lx-val-card:hover::after { color: var(--lx-green-soft); }
.lx-val-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 28px; font-size: 1.4rem; transition: transform 0.3s; }
.lx-val-card:hover .lx-val-icon { transform: scale(1.1) rotate(-4deg); }
.lx-val-card h3 { font-family: 'Syne', sans-serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 12px; letter-spacing: -0.01em; }
.lx-val-card p { font-size: 0.86rem; color: var(--lx-mid-gray); line-height: 1.75; }

/* SOCIAL PROOF — BY THE NUMBERS (widget-social-proof) */
.lx-numbers-wrap { }
.lx-numbers-inner { background: var(--lx-off-black); border-radius: 24px; padding: 80px 72px; position: relative; overflow: hidden; }
.lx-numbers-inner::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; }
.lx-numbers-inner::after { content: ''; position: absolute; top: -150px; right: -100px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(42,107,60,0.2) 0%, transparent 65%); pointer-events: none; }
.lx-numbers-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 64px; position: relative; z-index: 1; }
.lx-numbers-heading { font-family: 'Syne', sans-serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; letter-spacing: -0.025em; color: #fff; line-height: 1.1; }
.lx-numbers-sub { font-size: 0.88rem; color: rgba(255,255,255,0.4); max-width: 280px; text-align: right; line-height: 1.7; }
.lx-numbers-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; position: relative; z-index: 1; border-radius: 16px; overflow: hidden; }
.lx-num-cell { background: rgba(255,255,255,0.04); padding: 40px 36px; border: 1px solid rgba(255,255,255,0.06); transition: background 0.3s; }
.lx-num-cell:hover { background: rgba(255,255,255,0.08); }
.lx-num-value { font-family: 'Syne', sans-serif; font-size: 3rem; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 8px; }
.lx-num-value em { font-style: normal; }
.lx-num-label { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.4; margin-bottom: 16px; }
.lx-num-desc { font-size: 0.76rem; color: rgba(255,255,255,0.3); line-height: 1.65; }

/* ═══════════════════════════════════════════════════
   HOW WE THINK (widget-discovery-dashboard)
   Matches .approach section from lucanix-about.html
═══════════════════════════════════════════════════ */

/* Section & two-column grid */
.lx-hwt-section { padding: 120px 56px; background: #f8f7f5; }
.lx-hwt-inner {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 100px;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
}

/* ── LEFT: section label ── */
.lx-hwt-label {
    font-size: 0.7rem; font-weight: 500; color: #1e4d2b;
    text-transform: uppercase; letter-spacing: 0.1em;
    margin-bottom: 16px; display: flex; align-items: center; gap: 8px;
}
.lx-hwt-label::before {
    content: ''; width: 20px; height: 1px; background: #1e4d2b; flex-shrink: 0;
}

/* ── LEFT: heading ── */
.lx-hwt-h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.12;
    color: #0e0e0e;
    margin-bottom: 20px;
}
.lx-hwt-italic {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: #2a6b3c;
}

/* ── LEFT: paragraphs ── */
.lx-hwt-para { font-size: 0.95rem; color: #5a5a5a; line-height: 1.85; margin-bottom: 18px; }
.lx-hwt-para:last-of-type { margin-bottom: 40px; }

/* ── LEFT: button ── */
.lx-hwt-btn {
    display: inline-block;
    background: #1e4d2b; color: #ffffff;
    padding: 14px 32px;
    font-size: 0.85rem; font-weight: 500;
    border-radius: 8px; text-decoration: none;
    transition: background 0.25s, transform 0.2s;
    margin-bottom: 0;
}
.lx-hwt-btn:hover { background: #2a6b3c; transform: translateY(-1px); color: #ffffff; }

/* ── LEFT: principles list ── */
.lx-hwt-principles { display: flex; flex-direction: column; gap: 0; margin-top: 40px; }
.lx-hwt-ap-item {
    display: flex; gap: 20px; align-items: flex-start;
    padding: 22px 0; border-bottom: 1px solid #e2e2e2;
}
.lx-hwt-ap-item:last-child { border-bottom: none; }
.lx-hwt-num {
    font-family: 'Syne', sans-serif; font-size: 0.7rem; font-weight: 800;
    color: #1e4d2b; min-width: 28px; flex-shrink: 0;
    background: #e8f4ec; border: 1px solid #c8e6d0; border-radius: 6px;
    padding: 4px 6px; text-align: center; margin-top: 1px;
}
.lx-hwt-ap-body { flex: 1; min-width: 0; }
.lx-hwt-ap-title {
    font-family: 'Syne', sans-serif; font-size: 0.9rem; font-weight: 700;
    color: #0e0e0e; margin-bottom: 4px; line-height: 1.3;
}
.lx-hwt-ap-desc { font-size: 0.82rem; color: #5a5a5a; line-height: 1.65; margin: 0; }

/* ── RIGHT: visual container ── */
.lx-hwt-right { position: relative; }
.lx-hwt-visual { position: relative; }

/* ── RIGHT: back card (Discovery Brief) ── */
.lx-hwt-card-back {
    background: #e8f4ec;
    border: 1px solid #c8e6d0;
    border-radius: 20px;
    padding: 36px;
    margin-left: 24px;
    margin-bottom: -24px;
    position: relative;
    z-index: 0;
}
.lx-hwt-back-title {
    font-size: 0.65rem; font-weight: 600; color: #1e4d2b;
    text-transform: uppercase; letter-spacing: 0.1em;
    margin-bottom: 12px;
}
.lx-hwt-back-list { display: flex; flex-direction: column; gap: 8px; }
.lx-hwt-back-item {
    background: rgba(255,255,255,0.7);
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 0.78rem;
    color: #2e2e2e;
}

/* ── RIGHT: front card (Project Dashboard) ── */
.lx-hwt-card-front {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
}
.lx-hwt-dash-label {
    font-size: 0.65rem; font-weight: 600; color: #a8a8a8;
    text-transform: uppercase; letter-spacing: 0.1em;
    margin-bottom: 20px;
}

/* ── RIGHT: metric cards row ── */
.lx-hwt-metric-row {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 12px; margin-bottom: 24px;
}
.lx-hwt-metric {
    text-align: center; padding: 16px 10px;
    background: #f8f7f5; border-radius: 10px; border: 1px solid #e2e2e2;
}
.lx-hwt-metric-val {
    font-family: 'Syne', sans-serif; font-size: 1.5rem; font-weight: 800;
    color: #0e0e0e; line-height: 1; margin-bottom: 4px;
}
.lx-hwt-metric-val em { font-style: normal; color: #2a6b3c; }
.lx-hwt-metric-lbl { font-size: 0.62rem; color: #a8a8a8; margin-top: 3px; }

/* ── RIGHT: divider + checklist ── */
.lx-hwt-divider { height: 1px; background: #e2e2e2; margin-bottom: 20px; }
.lx-hwt-checklist { display: flex; flex-direction: column; gap: 10px; }
.lx-hwt-check-item {
    display: flex; gap: 10px; align-items: center;
    font-size: 0.82rem; color: #2e2e2e;
}
.lx-hwt-check-item::before {
    content: '✓'; color: #1e4d2b; font-weight: 700; font-size: 0.75rem;
    flex-shrink: 0;
}

/* SERVICE HERO (widget-service-hero) */
.lx-svc-hero { position: relative; overflow: hidden; }
.lx-svc-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.lx-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.72rem; color: var(--lx-mid-gray); margin-bottom: 20px; }
.lx-breadcrumb a { color: var(--lx-green); text-decoration: none; }
.lx-svc-hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--lx-green-soft); color: var(--lx-green); border: 1px solid var(--lx-green-muted); padding: 6px 14px; border-radius: 100px; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 24px; }
.lx-svc-hero h1 { font-family: 'Syne', sans-serif; font-size: clamp(2.5rem, 4vw, 3.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; margin-bottom: 24px; }
.lx-svc-hero-desc { font-size: 1rem; color: var(--lx-mid-gray); line-height: 1.8; margin-bottom: 36px; }
.lx-svc-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.lx-svc-trust { display: flex; flex-wrap: wrap; gap: 10px; }
.lx-trust-pill { display: flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 100px; font-size: 0.72rem; background: var(--lx-off-white); border: 1px solid var(--lx-border); color: var(--lx-dark-gray); }
.lx-hv-card { background: #fff; border: 1px solid var(--lx-border); border-radius: 20px; padding: 28px; margin-bottom: 16px; }
.lx-hv-card-title { font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--lx-green); margin-bottom: 16px; }
.lx-hv-score-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 20px; }
.lx-hv-score-num { font-family: 'Syne', sans-serif; font-size: 2rem; font-weight: 800; color: var(--lx-black); line-height: 1; margin-bottom: 4px; }
.lx-hv-score-num em { font-style: normal; color: var(--lx-green-mid); }
.lx-hv-score-lbl { font-size: 0.68rem; color: var(--lx-mid-gray); }
.lx-hv-checklist { display: flex; flex-direction: column; gap: 6px; }
.lx-hv-check-item { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; color: var(--lx-dark-gray); }
.lx-hv-check-title { font-weight: 600; }

/* SERVICE PROCESS BLOCK (widget-service-process) */
.lx-svc-process { }
.lx-svc-process-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 64px; }
.lx-svc-process-eyebrow { font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--lx-green); margin-bottom: 12px; }
.lx-svc-process-heading { font-family: 'Syne', sans-serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.15; }
.lx-svc-process-note { font-size: 0.88rem; color: var(--lx-mid-gray); max-width: 280px; text-align: right; line-height: 1.65; }
.lx-process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.lx-process-steps::before { content: ''; position: absolute; top: 22px; left: calc(12.5%); right: calc(12.5%); height: 2px; background: var(--lx-border); z-index: 0; }
.lx-process-step { position: relative; z-index: 1; text-align: center; padding: 0 20px; }
.lx-ps-dot { width: 44px; height: 44px; border-radius: 50%; background: var(--lx-green-soft); border: 2px solid var(--lx-green-muted); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 1.1rem; transition: background 0.3s, border-color 0.3s; }
.lx-process-step:hover .lx-ps-dot { background: var(--lx-green); border-color: var(--lx-green); }
.lx-ps-num { font-family: 'Syne', sans-serif; font-size: 0.65rem; font-weight: 800; color: var(--lx-green); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 10px; }
.lx-process-step h4 { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 10px; }
.lx-process-step p { font-size: 0.82rem; color: var(--lx-mid-gray); line-height: 1.65; }

/* Old blog hero/callout CSS removed — see new lx-bh-* and lx-bfa-* classes above */

/* MINI CALLOUT BOX (widget-mini-callout) */
.lx-stat-highlight { display: grid; gap: 2px; border-radius: 16px; overflow: hidden; }
.lx-sh-cols-1 { grid-template-columns: 1fr; }
.lx-sh-cols-2 { grid-template-columns: repeat(2,1fr); }
.lx-sh-cols-3 { grid-template-columns: repeat(3,1fr); }
.lx-sh-cols-4 { grid-template-columns: repeat(4,1fr); }
.lx-sh-item { padding: 28px 24px; }
.lx-sh-num { font-family: 'Syne', sans-serif; font-size: 2.4rem; font-weight: 800; line-height: 1; margin-bottom: 10px; }
.lx-sh-num em { font-style: normal; }
.lx-sh-lbl { font-size: 0.78rem; line-height: 1.6; }

/* PRETTY CALLOUT BOX (widget-pretty-callout) */
.lx-pretty-callout { border-radius: 20px; overflow: hidden; padding: 48px; position: relative; }
.lx-pretty-callout::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 24px 24px; pointer-events: none; }
.lx-pcallout-label { font-size: 0.62rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 16px; position: relative; z-index: 1; color: rgba(255,255,255,0.5); }
.lx-pcallout-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; position: relative; z-index: 1; }
.lx-tech-pill { padding: 6px 14px; border-radius: 100px; font-size: 0.72rem; font-weight: 500; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.75); }
.lx-vb-metrics { display: flex; gap: 40px; flex-wrap: wrap; position: relative; z-index: 1; }
.lx-vb-metric-val { font-family: 'Syne', sans-serif; font-size: 2.4rem; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 6px; }
.lx-vb-metric-val em { font-style: normal; }
.lx-vb-metric-lbl { font-size: 0.72rem; color: rgba(255,255,255,0.45); }

/* CHALLENGE CALLOUT / QUOTE BLOCK (widget-quote-block) */
.lx-challenge-callout { background: var(--lx-off-black); border-radius: 16px; padding: 28px 32px; }
.lx-cc-label { font-size: 0.62rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--lx-green-light); margin-bottom: 12px; }
.lx-cc-text { color: rgba(255,255,255,0.88); font-size: 1rem; line-height: 1.7; }

/* READING PROGRESS (widget-reading-progress) */
.lx-rp-inline { display: flex; align-items: center; gap: 12px; }
.lx-atb-label { font-size: 0.72rem; color: var(--lx-mid-gray); font-weight: 500; white-space: nowrap; }
.lx-rpr-text { font-size: 0.72rem; color: var(--lx-mid-gray); white-space: nowrap; }
.lx-rp-bar-wrap { flex: 1; }

/* CTA BAND (widget-cta-band) */
.lx-cta-band { position: relative; overflow: hidden; }
.lx-cta-band::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 24px 24px; pointer-events: none; }
.lx-cta-band__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.lx-cta-band__headline { font-family: 'Syne', sans-serif; font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; }
.lx-cta-band__actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.lx-cta-band__btn-primary { font-family: 'Syne', sans-serif; font-weight: 800; text-decoration: none; display: inline-block; transition: opacity 0.2s, transform 0.2s; }
.lx-cta-band__btn-primary:hover { opacity: 0.9; transform: translateY(-2px); }
.lx-cta-band__btn-ghost { text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: opacity 0.2s; }
.lx-cta-band__trust { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.lx-cta-band__avatars { display: flex; }
.lx-cta-band__av { border-radius: 50%; border: 2px solid; display: flex; align-items: center; justify-content: center; font-family: 'Syne', sans-serif; font-weight: 800; width: 32px; height: 32px; font-size: 0.58rem; color: #ffffff; }
.lx-cta-band__av:not(:first-child) { margin-left: -8px; }
.lx-cta-band__trust-text { font-size: 0.72rem; margin: 0; }

/* FAQ (widget-faq-accordion) */
.lx-faq { border-top: 1px solid var(--lx-border); }
.lx-faq__item { border-bottom: 1px solid var(--lx-border); }
.lx-faq__question { width: 100%; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 20px 0; text-align: left; gap: 16px; }
.lx-faq__question span { font-family: 'Syne', sans-serif; font-size: 0.9rem; font-weight: 700; }
.lx-faq__icon { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--lx-border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s; }
.lx-faq__item.is-open .lx-faq__icon { background: var(--lx-green); border-color: var(--lx-green); transform: rotate(45deg); }
.lx-faq__icon svg { transition: stroke 0.2s; }
.lx-faq__item.is-open .lx-faq__icon svg { stroke: #fff !important; }
.lx-faq__answer { overflow: hidden; max-height: 0; transition: max-height 0.4s ease; }
.lx-faq__answer-inner { padding-bottom: 20px; line-height: 1.8; }
.lx-faq__item.is-open .lx-faq__answer { max-height: 600px; }

/* PRICING (widget-pricing-tier) */
.lx-pricing-card { overflow: hidden; transition: box-shadow 0.3s, transform 0.3s; }
.lx-pricing-card:hover { transform: translateY(-4px); }
.lx-pricing-card__flag { text-align: center; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }
.lx-pricing-card__tier { font-size: 0.63rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; }
.lx-pricing-card__name { font-family: 'Syne', sans-serif; font-weight: 800; }
.lx-pricing-card__price-num { font-family: 'Syne', sans-serif; font-weight: 800; line-height: 1; }
.lx-pricing-card__features { display: flex; flex-direction: column; }
.lx-pricing-card__feature { display: flex; align-items: flex-start; gap: 10px; line-height: 1.4; }
.lx-pricing-card__feature::before { content: '✓'; color: var(--lx-green); font-weight: 800; flex-shrink: 0; }
.lx-pricing-card__feature--ex { opacity: 0.35; }
.lx-pricing-card__feature--ex::before { content: '–'; color: inherit; }
.lx-pricing-card__btn { display: block; text-align: center; font-family: 'Syne', sans-serif; font-weight: 700; text-decoration: none; transition: all 0.2s; }
.lx-pricing-card__btn:hover { opacity: 0.88; }

/* MARQUEE (widget-marquee-bar) */
.lx-marquee { overflow: hidden; }
.lx-marquee__track { display: flex; white-space: nowrap; animation: lxMarquee 30s linear infinite; }
.lx-marquee__item { display: inline-flex; align-items: center; gap: 12px; padding: 0 24px; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
.lx-marquee__dot { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: 0.4; }
@keyframes lxMarquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* SERVICE CARD, TEAM, STAT, DELIVERABLE, CS CARD, TESTIMONIAL, PROCESS STEP */
.lx-service-card { display: block; text-decoration: none; color: inherit; transition: box-shadow 0.3s, transform 0.3s; }
.lx-service-card:hover { transform: translateY(-4px); }
.lx-service-card__title { font-family: 'Syne', sans-serif; font-weight: 700; }
.lx-team-card { display: flex; gap: 20px; align-items: flex-start; }
.lx-team-card__avatar { display: flex; align-items: center; justify-content: center; font-family: 'Syne', sans-serif; font-weight: 800; color: #fff; overflow: hidden; flex-shrink: 0; }
.lx-team-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.lx-team-card__name { font-family: 'Syne', sans-serif; font-weight: 700; }
.lx-stat-block__num { font-family: 'Syne', sans-serif; font-weight: 800; line-height: 1; }
.lx-deliv-card { position: relative; overflow: hidden; transition: box-shadow 0.3s, transform 0.3s; }
.lx-deliv-card:hover { transform: translateY(-4px); }
.lx-deliv-card__num { position: absolute; bottom: -16px; right: 10px; font-family: 'Syne', sans-serif; font-size: 6rem; font-weight: 800; line-height: 1; pointer-events: none; opacity: 0.07; }
.lx-deliv-card__title { font-family: 'Syne', sans-serif; font-weight: 700; }
.lx-cs-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: box-shadow 0.3s, transform 0.3s; overflow: hidden; }
.lx-cs-card:hover { transform: translateY(-4px); }
.lx-cs-card__logo { font-family: 'Syne', sans-serif; font-weight: 800; color: #fff; }
.lx-cs-card__result-num { font-family: 'Syne', sans-serif; font-weight: 800; color: #fff; }
.lx-cs-card__title { font-family: 'Syne', sans-serif; font-weight: 700; transition: color 0.2s; }
.lx-cs-card:hover .lx-cs-card__title { color: var(--lx-green); }
.lx-testimonial__quote { font-family: 'Instrument Serif', serif; font-style: italic; line-height: 1.5; }
.lx-testimonial__name { font-family: 'Syne', sans-serif; font-weight: 700; }
.lx-testimonial__avatar { display: flex; align-items: center; justify-content: center; font-family: 'Syne', sans-serif; font-weight: 800; overflow: hidden; flex-shrink: 0; }
.lx-testimonial__avatar img { width: 100%; height: 100%; object-fit: cover; }

/* SECTION LABEL */
.lx-section-label { font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; display: flex; align-items: center; gap: 8px; }
.lx-section-label::before { content: ''; width: 18px; height: 1px; background: currentColor; opacity: 0.5; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .lx-hero__right { flex: 0 0 300px; }
  .lx-numbers-grid { grid-template-columns: repeat(2,1fr); }
  .lx-svc-cols-3 { grid-template-columns: repeat(2,1fr); }
  .lx-process-steps { grid-template-columns: repeat(2,1fr); }
  .lx-process-steps::before { display: none; }
  /* Blog hero: go 1-col at 1024px */
  .lx-bh-cols { grid-template-columns: 1fr; gap: 40px; }
  /* Blog filter: sidebar drops below at 1024px */
  .lx-bfp-content-area { grid-template-columns: 1fr; gap: 40px; }
  .lx-bfp-sidebar { position: static; }
  /* Wide card on tablet: go stacked */
  .lx-bfp-card.lx-wide { grid-column: span 2; flex-direction: column; }
  .lx-bfp-card.lx-wide .lx-bfp-card-img { width: 100%; height: 260px; min-height: unset; }
  .lx-bfp-card.lx-wide .lx-bfp-card-body { padding: 24px 22px; }
  /* Explore grid: 3-col on tablet */
  .lx-bet-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .lx-hero__layout { flex-direction: column; }
  .lx-hero__right { flex: none; width: 100%; }
  .lx-about-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .lx-about-hero-stat-row { grid-template-columns: repeat(2,1fr); }
  .lx-about-hp-inner { grid-template-columns: 1fr; gap: 48px; }
  .lx-hww-grid { grid-template-columns: repeat(2,1fr); }
  .lx-hww-cta { flex-direction: column; align-items: flex-start; }
  .lx-svc-header { flex-direction: column; gap: 16px; align-items: flex-start; }
  .lx-svc-cols-2, .lx-svc-cols-3 { grid-template-columns: 1fr; }
  .lx-svc-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .lx-process-steps { grid-template-columns: 1fr; }
  .lx-reviews-header { flex-direction: column; gap: 12px; align-items: flex-start; }
  .lx-reviews-cols-2, .lx-reviews-cols-3 { grid-template-columns: 1fr; }
  .lx-blog-cols-2, .lx-blog-cols-3 { grid-template-columns: 1fr; }
  /* Blog Hero responsive */
  .lx-bh-cols { grid-template-columns: 1fr; gap: 40px; }
  /* Note: .lx-bh-cols padding is controlled by Elementor — do NOT hardcode here */
  .lx-bh-stats { padding: 16px 24px; flex-wrap: wrap; gap: 16px; }
  .lx-bh-stat { border-right: none !important; padding-right: 0; margin-right: 0; }
  /* Blog Featured Article responsive */
  .lx-bfa-card { grid-template-columns: 1fr; flex-direction: column; }
  .lx-bfa-left { min-height: 260px; }
  .lx-bfa-wrap { padding: 60px 24px 0; }
  /* Blog Filter Posts responsive (768px) */
  .lx-bfp-wrap { padding: 0 24px 80px; }
  .lx-bfp-grid { grid-template-columns: 1fr 1fr; }
  /* Blog Explore responsive */
  .lx-bet-section { padding: 60px 24px; }
  .lx-bet-grid { grid-template-columns: repeat(3, 1fr); }
  .lx-values-cols-2, .lx-values-cols-3, .lx-values-cols-4 { grid-template-columns: 1fr; }
  .lx-numbers-inner { padding: 48px 28px; }
  .lx-numbers-header { flex-direction: column; gap: 16px; align-items: flex-start; }
  .lx-numbers-sub { text-align: left; max-width: 100%; }
  .lx-numbers-grid { grid-template-columns: repeat(2,1fr); }
  /* How We Think responsive */
  .lx-hwt-inner { grid-template-columns: 1fr; gap: 60px; }
  .lx-hwt-card-back { margin-left: 0; margin-bottom: -20px; }
  .lx-hwt-section { padding: 80px 24px; }
  .lx-sh-cols-3, .lx-sh-cols-4 { grid-template-columns: repeat(2,1fr); }
  .lx-cta-band__inner { grid-template-columns: 1fr; gap: 32px; }
  .lx-team-card { flex-direction: column; }
}

/* ─────────────────────────────────────────
   ELEMENTOR EDITOR — ensure all decorative
   overlays never block widget selection
───────────────────────────────────────── */
.lx-about-hero::before,
.lx-about-hero::after,
.lx-numbers-inner::before,
.lx-numbers-inner::after,
.lx-pretty-callout::before,
.lx-cta-band::before,
.lx-cta-band::after,
.lx-hero__blob,
.lx-hero__dot-grid,
.lx-process-steps::before,
.lx-svc-card::before,
.lx-val-card::after,
.lx-case-img-bg,
.lx-feat-img::before,
.lx-feat-img::after,
.lx-bh-wrap::before,
.lx-bh-wrap::after,
.lx-bfa-left::before,
.lx-bfa-left-blob {
  pointer-events: none !important;
}

/* Elementor editor: make sure widget root is always clickable */
.elementor-widget-lucanix-about-hero,
.elementor-widget-lucanix-about-homepage,
.elementor-widget-lucanix-hero-section,
.elementor-widget-lucanix-service-feature-card,
.elementor-widget-lucanix-how-we-work,
.elementor-widget-lucanix-portfolio-card,
.elementor-widget-lucanix-reviews,
.elementor-widget-lucanix-blog-posts,
.elementor-widget-lucanix-pretty-cards,
.elementor-widget-lucanix-social-proof,
.elementor-widget-lucanix-discovery-dashboard,
.elementor-widget-lucanix-service-hero,
.elementor-widget-lucanix-service-process,
.elementor-widget-lucanix-blog-hero > .elementor-widget-container,
.elementor-widget-lucanix-blog-callout > .elementor-widget-container,
.elementor-widget-lucanix-blog-filter-posts > .elementor-widget-container,
.elementor-widget-lucanix-blog-explore > .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
/* Also reset the widget element itself so no stray margins */
.elementor-widget-lucanix-blog-hero,
.elementor-widget-lucanix-blog-callout,
.elementor-widget-lucanix-blog-filter-posts,
.elementor-widget-lucanix-blog-explore {
  width: 100% !important;
}

/* ─── Sidebar sticky fix ────────────────────────────────────────────────────
   position:sticky is broken whenever ANY ancestor has overflow set to anything
   other than "visible". Elementor sections/columns often get overflow:hidden
   (via Elementor editor → Advanced → Overflow Hidden, or some themes set it
   globally). We force-reset overflow on the direct Elementor containers that
   wrap our blog-filter-posts widget so sticky works as expected.
   NOTE: this only affects the direct wrappers — it does NOT change overflow
   on unrelated sections of the page.
──────────────────────────────────────────────────────────────────────────── */
.elementor-widget-lucanix-blog-filter-posts,
.elementor-widget-lucanix-blog-filter-posts > .elementor-widget-container,
.elementor-widget-lucanix-blog-filter-posts .lx-bfp-wrap,
.elementor-widget-lucanix-blog-filter-posts .lx-bfp-content-area {
  overflow: visible !important;
}
.elementor-widget-lucanix-blog-hero,
.elementor-widget-lucanix-blog-callout,
.elementor-widget-lucanix-blog-filter-posts,
.elementor-widget-lucanix-blog-explore,
.elementor-widget-lucanix-mini-callout,
.elementor-widget-lucanix-pretty-callout,
.elementor-widget-lucanix-quote-block,
.elementor-widget-lucanix-warning-card,
.elementor-widget-lucanix-cta-band,
.elementor-widget-lucanix-reading-progress,
.elementor-widget-lucanix-faq-accordion,
.elementor-widget-lucanix-pricing-tier,
.elementor-widget-lucanix-marquee-bar {
  position: relative;
  z-index: 1;
}


/* ═══════════════════════════════════════════════════
   HEADER NAVIGATION  (v2.2.0)
═══════════════════════════════════════════════════ */

.lx-nav {
    position: relative;
    z-index: 999;
    background: #141414;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.lx-nav--stuck {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: rgba(14,14,14,0.92) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 1px 0 rgba(255,255,255,0.06), 0 8px 32px rgba(0,0,0,0.45);
}

.lx-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 56px;
    transition: padding 0.3s ease;
}

.lx-nav--stuck .lx-nav__inner {
    padding-top: 14px;
    padding-bottom: 14px;
}

/* ── Logo ── */
.lx-nav__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
}

.lx-nav__logo img {
    height: 32px;
    width: auto;
    display: block;
}

.lx-nav__logo-text {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 1;
}

.lx-nav__logo-dot {
    color: #3a8f52;
}

/* ── Desktop nav links ── */
.lx-nav__links {
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
    justify-content: center;
}

/* Strip WP menu ul/li wrappers — walker outputs bare <a> tags */
.lx-nav__links ul,
.lx-nav__links li {
    display: contents;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lx-nav__link {
    font-family: 'Syne', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    letter-spacing: 0.01em;
    white-space: nowrap;
    transition: color 0.2s ease;
    position: relative;
}

.lx-nav__link::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: #3a8f52;
    transition: width 0.25s ease;
}

.lx-nav__link:hover,
.lx-nav__link.lx-nav__link--active {
    color: #ffffff;
}

.lx-nav__link:hover::after,
.lx-nav__link.lx-nav__link--active::after {
    width: 100%;
}

.lx-nav__link.lx-nav__link--active {
    color: #3a8f52;
}

/* WP active classes on desktop */
.lx-nav__links .current-menu-item > a,
.lx-nav__links .current_page_item > a,
.lx-nav__links .current-menu-ancestor > a {
    color: #3a8f52 !important;
}

.lx-nav__no-menu {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    font-family: 'Syne', sans-serif;
}

/* ── Right side ── */
.lx-nav__right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

/* ── CTA Button ── */
.lx-nav__cta {
    display: inline-flex;
    align-items: center;
    font-family: 'Syne', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    background: #1e4d2b;
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 8px;
    white-space: nowrap;
    letter-spacing: 0.01em;
    transition: background 0.2s ease, transform 0.15s ease;
}

.lx-nav__cta:hover {
    background: #2a6b3c;
    transform: translateY(-1px);
}

/* ── Hamburger ── */
.lx-nav__burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding: 4px;
    width: 28px;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
}

.lx-nav__burger:hover,
.lx-nav__burger:focus,
.lx-nav__burger:focus-visible {
    outline: none;
    box-shadow: none;
    background: none;
}

.lx-nav__burger span {
    display: block;
    height: 1.5px;
    background: #ffffff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
    transform-origin: center;
}

.lx-nav__burger span:nth-child(1) { width: 100%; }
.lx-nav__burger span:nth-child(2) { width: 68%; }
.lx-nav__burger span:nth-child(3) { width: 84%; }

.lx-nav__burger--open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); width: 100%; }
.lx-nav__burger--open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.lx-nav__burger--open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); width: 100%; }

/* ═══════════════════════════════════════════════════
   MOBILE FULL-SCREEN OVERLAY
═══════════════════════════════════════════════════ */

.lx-nav__overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: #0e0e0e;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.38s cubic-bezier(0.16,1,0.3,1),
                visibility 0.38s cubic-bezier(0.16,1,0.3,1);
    overflow: hidden;
}

.lx-nav__overlay--open {
    opacity: 1;
    visibility: visible;
}

.lx-nav__overlay-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 28px 36px 48px;
    overflow-y: auto;
}

/* Close button */
.lx-nav__close {
    align-self: flex-end;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255,255,255,0.65);
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    flex-shrink: 0;
    margin-bottom: 36px;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.lx-nav__close:hover {
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    border-color: rgba(255,255,255,0.2);
}

.lx-nav__close:focus,
.lx-nav__close:focus-visible {
    outline: none;
    box-shadow: none;
}

/* Mobile links container — strip WP ul margins */
.lx-nav__mob-links {
    flex: 1;
}

.lx-nav__mob-links ul,
.lx-nav__mob-links > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Top-level item wrapper */
.lx-nav__mob-item {
    overflow: hidden;
}

/* Mobile link */
.lx-nav__mob-link {
    display: flex;
    align-items: baseline;
    gap: 16px;
    font-family: 'Syne', sans-serif;
    font-size: clamp(26px, 7vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    line-height: 1.2;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: color 0.2s ease,
                transform 0.5s cubic-bezier(0.16,1,0.3,1),
                opacity  0.5s cubic-bezier(0.16,1,0.3,1);
    transform: translateY(28px);
    opacity: 0;
}

.lx-nav__overlay--open .lx-nav__mob-link {
    transform: translateY(0);
    opacity: 1;
}

.lx-nav__mob-link:hover,
.lx-nav__mob-link.lx-nav__link--active {
    color: #3a8f52;
}

/* WP active classes on mobile */
.lx-nav__mob-links .current-menu-item > .lx-nav__mob-link,
.lx-nav__mob-links .current_page_item > .lx-nav__mob-link {
    color: #3a8f52;
}

/* Step number */
.lx-nav__mob-num {
    font-size: clamp(10px, 1.8vw, 12px);
    font-weight: 500;
    color: rgba(255,255,255,0.18);
    letter-spacing: 0.08em;
    flex-shrink: 0;
}

/* Sub-menu links */
.lx-nav__mob-submenu {
    list-style: none;
    margin: 0 0 8px 0;
    padding: 0 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lx-nav__mob-sublink {
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    padding: 6px 0;
    display: block;
    transition: color 0.2s;
}

.lx-nav__mob-sublink:hover,
.lx-nav__mob-sublink.lx-nav__link--active {
    color: #3a8f52;
}

/* Mobile footer / CTA */
.lx-nav__mob-footer {
    margin-top: 36px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s cubic-bezier(0.16,1,0.3,1) 0.48s,
                transform 0.5s cubic-bezier(0.16,1,0.3,1) 0.48s;
}

.lx-nav__overlay--open .lx-nav__mob-footer {
    opacity: 1;
    transform: translateY(0);
}

.lx-nav__mob-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    background: #1e4d2b;
    color: #ffffff;
    padding: 18px 32px;
    border-radius: 12px;
    letter-spacing: 0.01em;
    transition: background 0.2s ease;
}

.lx-nav__mob-cta:hover {
    background: #2a6b3c;
}

/* Decorative blobs */
.lx-nav__mob-deco {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.lx-nav__mob-deco-dot {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
}

.lx-nav__mob-deco-dot--1 {
    width: 400px; height: 400px;
    background: #1e4d2b;
    top: -120px; right: -120px;
    opacity: 0.14;
}

.lx-nav__mob-deco-dot--2 {
    width: 300px; height: 300px;
    background: #3a8f52;
    bottom: -80px; left: -80px;
    opacity: 0.07;
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
═══════════════════════════════════════════════════ */

@media (max-width: 900px) {
    .lx-nav__links { display: none; }
    .lx-nav__cta   { display: none; }
    .lx-nav__burger { display: flex; }
    .lx-nav__inner {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 480px) {
    .lx-nav__overlay-inner { padding: 24px 24px 40px; }
    .lx-nav__mob-footer    { margin-top: 24px; }
}

/* Elementor editor */
.elementor-widget-lucanix-header-nav {
    position: relative;
    z-index: 1;
}


/* ═══════════════════════════════════════════════════
   FOOTER NAV
═══════════════════════════════════════════════════ */

.lx-footer {
    background: #141414;
    width: 100%;
}

.lx-footer__body {
    padding-top: 80px;
    padding-bottom: 80px;
}

.lx-footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 56px;
    padding-right: 56px;
}

.lx-footer__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) !important;
    gap: 64px;
    align-items: start;
    width: 100%;
    box-sizing: border-box;
}

.lx-footer__brand,
.lx-footer__cols {
    min-width: 0;
    width: 100%;
}

/* Brand column */
.lx-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lx-footer__logo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.lx-footer__logo img {
    height: 32px;
    width: auto;
    display: block;
}

.lx-footer__logo-text {
    font-family: 'Syne', sans-serif !important;
    font-weight: 800 !important;
    font-size: 22px !important;
    color: #ffffff;
    line-height: 1;
}

.lx-footer__logo-dot {
    color: #3a8f52;
}

.lx-footer__tagline {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.45);
    line-height: 1.65;
    max-width: 260px;
    margin: 0;
}

/* Social icons */
.lx-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.lx-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    flex-shrink: 0;
}

.lx-footer__social-link:hover {
    background: rgba(255,255,255,0.12);
    color: #ffffff;
}

.lx-footer__social-link svg {
    width: 16px;
    height: 16px;
    display: block;
}

/* Nav columns */
.lx-footer__cols {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 40px;
}

.lx-footer__col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lx-footer__col-heading {
    font-family: 'Syne', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.lx-footer__col-links {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lx-footer__col-links li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.lx-footer__col-links li::before,
.lx-footer__col-links li::marker {
    display: none !important;
    content: none !important;
}

.lx-footer__col-link {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.5);
    text-decoration: none !important;
    transition: color 0.2s;
    display: inline-block;
    line-height: 1.4;
}

.lx-footer__col-link:hover {
    color: #ffffff;
}

/* Bottom bar */
.lx-footer__bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
}

.lx-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
}

.lx-footer__bottom-text {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.3);
}

/* Responsive */
/* Tablet: stack brand above cols */
@media (max-width: 1024px) {
    .lx-footer__grid {
        grid-template-columns: 1fr !important;
        gap: 40px;
    }
    .lx-footer__tagline {
        max-width: 400px;
    }
}

/* Mobile: logo+tagline inline, 2-col nav, last col full width */
@media (max-width: 640px) {
    .lx-footer__inner {
        padding-left: 24px;
        padding-right: 24px;
    }
    /* Brand: logo and tagline on same line */
    .lx-footer__brand {
        display: grid !important;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        column-gap: 16px;
        row-gap: 16px;
        align-items: start;
    }
    .lx-footer__logo {
        grid-column: 1;
        grid-row: 1;
    }
    .lx-footer__tagline {
        grid-column: 2;
        grid-row: 1;
        max-width: none;
        margin: 0;
    }
    .lx-footer__social {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-top: 0;
    }
    /* Nav: 2 columns, last spans full width */
    .lx-footer__cols {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 28px 24px;
    }
    .lx-footer__col:last-child {
        grid-column: 1 / -1;
    }
    .lx-footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

.elementor-widget-lucanix-footer-nav {
    position: relative;
}

/* ═══════════════════════════════════════════════════
   SERVICE PAGE HERO
═══════════════════════════════════════════════════ */

.lx-sph {
    padding: 140px 56px 100px;
    background: #f8f7f5;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: 90vh;
    box-sizing: border-box;
}

/* Dot grid texture */
.lx-sph::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, #c8e6d0 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.45;
    pointer-events: none;
    z-index: 0;
}

/* Green glow top-right */
.lx-sph::after {
    content: '';
    position: absolute; top: -200px; right: -200px;
    width: 700px; height: 700px; border-radius: 50%;
    background: radial-gradient(circle, rgba(42,107,60,0.12) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

.lx-sph__left {
    position: relative;
    z-index: 2;
}

.lx-sph__right {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Breadcrumb */
.lx-sph__breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: #a8a8a8;
    margin-bottom: 32px;
}
.lx-sph__breadcrumb a { color: #a8a8a8; text-decoration: none; transition: color 0.2s; }
.lx-sph__breadcrumb a:hover { color: #1e4d2b; }
.lx-sph__breadcrumb span { color: #a8a8a8; }
.lx-sph__bread-current { color: #5a5a5a; }

/* Eyebrow */
.lx-sph__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e8f4ec;
    color: #1e4d2b;
    border: 1px solid #c8e6d0;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

/* Heading */
.lx-sph__h1 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #0e0e0e;
    margin-bottom: 24px;
}

.lx-sph__h1-italic {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: #2a6b3c;
}

.lx-sph__desc {
    font-size: 1.05rem;
    color: #5a5a5a;
    line-height: 1.75;
    max-width: 540px;
    margin-bottom: 44px;
}

/* Buttons */
.lx-sph__actions {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.lx-sph__btn-primary {
    background: #1e4d2b;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.25s, transform 0.2s;
    font-family: 'Inter', sans-serif;
    display: inline-block;
}
.lx-sph__btn-primary:hover { background: #2a6b3c; transform: translateY(-1px); }

.lx-sph__btn-outline {
    color: #ffffff;
    padding: 14px 24px;
    font-size: 0.85rem;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #ffffff;
    transition: border-color 0.2s, color 0.2s;
    font-family: 'Inter', sans-serif;
}
.lx-sph__btn-outline:hover { border-color: #2a6b3c; color: #ffffff; }

/* Stats */
.lx-sph__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 52px;
}

.lx-sph__stat {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-top: 3px solid #1e4d2b;
    border-radius: 12px;
    padding: 18px 16px;
    transition: box-shadow 0.2s, transform 0.2s;
}
.lx-sph__stat:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.07); transform: translateY(-2px); }

.lx-sph__stat-num {
    font-family: 'Syne', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #0e0e0e;
    margin-bottom: 4px;
    line-height: 1;
}
.lx-sph__stat-num em { font-style: normal; }
.lx-sph__stat-lbl { font-size: 0.72rem; color: #a8a8a8; line-height: 1.3; }

/* Floating cards */
.lx-sph__card {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    display: flex;
    align-items: center;
    gap: 16px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.lx-sph__card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.1); }
.lx-sph__card--indent { margin-left: 32px; }
.lx-sph__card--a { animation: lxFloatA 6s ease-in-out infinite; }
.lx-sph__card--b { animation: lxFloatB 7s ease-in-out infinite; }
@keyframes lxFloatA { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes lxFloatB { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }

.lx-sph__card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lx-sph__card-title {
    font-family: 'Syne', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0e0e0e;
    margin-bottom: 2px;
}
.lx-sph__card-sub { font-size: 0.73rem; color: #a8a8a8; }

.lx-sph__badge {
    margin-left: auto;
    flex-shrink: 0;
    font-size: 0.62rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 100px;
    white-space: nowrap;
}
.lx-sph__badge--green { background: #e8f4ec; color: #1e4d2b; border: 1px solid #c8e6d0; }
.lx-sph__badge--blue  { background: #eef2ff; color: #4f46e5; border: 1px solid #c7d2fe; }
.lx-sph__badge--amber { background: #fff8ec; color: #b45309; border: 1px solid #fde68a; }
.lx-sph__badge--red   { background: #fdf0f0; color: #dc2626; border: 1px solid #fecaca; }

/* Responsive */
@media (max-width: 900px) {
    .lx-sph {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 110px 24px 72px;
        gap: 48px;
    }
    .lx-sph__right { display: none; }
    .lx-sph__stats { grid-template-columns: 1fr 1fr; }
}

/* ═══════════════════════════════════════════════════
   SERVICE PRICING TABLE
═══════════════════════════════════════════════════ */

.lx-pricing {
    padding: 100px 56px;
    background: #ffffff;
    box-sizing: border-box;
}

/* Shared section label style */
.lx-pricing__label,
.lx-addons__label,
.lx-faq__label {
    font-size: 0.7rem;
    font-weight: 500;
    color: #1e4d2b;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.lx-pricing__label::before,
.lx-addons__label::before,
.lx-faq__label::before {
    content: '';
    width: 20px;
    height: 1px;
    background: #1e4d2b;
}

.lx-pricing__h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #0e0e0e;
    margin-bottom: 12px;
}
.lx-pricing__h2-italic {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: #2a6b3c;
}
.lx-pricing__sub {
    font-size: 0.9rem;
    color: #5a5a5a;
    margin-bottom: 48px;
    max-width: 640px;
}

/* Tabs */
.lx-pricing__tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.lx-pricing__tab {
    padding: 10px 22px;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    background: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: #5a5a5a;
    cursor: pointer;
    transition: all 0.2s;
}
.lx-pricing__tab.lx-active { background: #1e4d2b; color: #ffffff; border-color: #1e4d2b; }
.lx-pricing__tab:hover:not(.lx-active) { border-color: #2a6b3c; color: #1e4d2b; }

/* Panel */
.lx-pricing__panel { display: none; }
.lx-pricing__panel.lx-active { display: block; }

/* Grid */
.lx-pricing__grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px;
}

/* Price card */
.lx-pcard {
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: box-shadow 0.3s, transform 0.3s;
    background: #ffffff;
    box-sizing: border-box;
}
.lx-pcard:hover { box-shadow: 0 16px 56px rgba(0,0,0,0.08); transform: translateY(-4px); }
.lx-pcard--popular { background: #1e4d2b; border-color: #1e4d2b; }

.lx-pcard__pop-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #f5a623;
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 4px 14px;
    border-radius: 100px;
    white-space: nowrap;
}

.lx-pcard__badge-label {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #5a5a5a;
    margin-bottom: 16px;
}
.lx-pcard--popular .lx-pcard__badge-label { color: rgba(255,255,255,0.6); }

.lx-pcard__name {
    font-family: 'Syne', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: #0e0e0e;
    margin-bottom: 8px;
}
.lx-pcard--popular .lx-pcard__name { color: #ffffff; }

.lx-pcard__desc {
    font-size: 0.82rem;
    color: #5a5a5a;
    line-height: 1.65;
    margin-bottom: 28px;
}
.lx-pcard--popular .lx-pcard__desc { color: rgba(255,255,255,0.65); }

.lx-pcard__from {
    font-size: 0.72rem;
    color: #a8a8a8;
    margin-bottom: 4px;
}
.lx-pcard--popular .lx-pcard__from { color: rgba(255,255,255,0.5); }

.lx-pcard__price-row {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-bottom: 4px;
}
.lx-pcard__price {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    color: #0e0e0e;
}
.lx-pcard--popular .lx-pcard__price { color: #ffffff; }
.lx-pcard__unit {
    font-size: 0.8rem;
    color: #5a5a5a;
    margin-bottom: 6px;
}
.lx-pcard--popular .lx-pcard__unit { color: rgba(255,255,255,0.55); }

.lx-pcard__note {
    font-size: 0.72rem;
    color: #a8a8a8;
    margin-bottom: 32px;
}
.lx-pcard--popular .lx-pcard__note { color: rgba(255,255,255,0.4); }

.lx-pcard__divider {
    height: 1px;
    background: #e2e2e2;
    margin-bottom: 28px;
}
.lx-pcard--popular .lx-pcard__divider { background: rgba(255,255,255,0.15); }

.lx-pcard__features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    margin-bottom: 32px;
    padding: 0;
}
.lx-pcard__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.84rem;
    color: #2e2e2e;
    line-height: 1.5;
}
.lx-pcard--popular .lx-pcard__features li { color: rgba(255,255,255,0.85); }
.lx-pcard__features li::before {
    content: '✓';
    color: #1e4d2b;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 0.8rem;
    margin-top: 1px;
}
.lx-pcard--popular .lx-pcard__features li::before { color: #c8e6d0; }

.lx-pcard__cta {
    display: block;
    text-align: center;
    padding: 14px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #0e0e0e;
    text-decoration: none;
    font-family: 'Syne', sans-serif;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.lx-pcard__cta:hover { background: #f8f7f5; border-color: #2a6b3c; transform: translateY(-1px); }
.lx-pcard__cta--white { background: #ffffff; color: #1e4d2b; border-color: transparent; }
.lx-pcard__cta--white:hover { background: #f2ede6; }

.lx-pricing__footer-note {
    margin-top: 32px;
    text-align: center;
    font-size: 0.82rem;
    color: #a8a8a8;
}
.lx-pricing__footer-note a { color: #1e4d2b; text-decoration: none; border-bottom: 1px solid #c8e6d0; }

@media (max-width: 1024px) {
    .lx-pricing__grid { grid-template-columns: repeat(2, 1fr) !important; max-width: none; }
    .lx-pricing { padding: 72px 24px; }
}
@media (max-width: 640px) {
    .lx-pricing__grid { grid-template-columns: 1fr !important; max-width: 480px; margin-left: auto; margin-right: auto; }
}

/* ═══════════════════════════════════════════════════
   SERVICE ADD-ONS
═══════════════════════════════════════════════════ */

.lx-addons {
    padding: 100px 56px;
    background: #ffffff;
    box-sizing: border-box;
}

.lx-addons__h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #0e0e0e;
    margin-bottom: 12px;
}
.lx-addons__h2-italic {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: #2a6b3c;
}
.lx-addons__sub {
    font-size: 0.9rem;
    color: #5a5a5a;
    margin-bottom: 0;
}

.lx-addons__grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px;
    margin-top: 48px;
}

.lx-addon-card {
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    padding: 28px 24px;
    background: #ffffff;
    transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
    box-sizing: border-box;
}
.lx-addon-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.07);
    transform: translateY(-3px);
    border-color: #c8e6d0;
}

.lx-addon-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #e8f4ec;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.lx-addon-card__title {
    font-family: 'Syne', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0e0e0e;
    margin-bottom: 8px;
}
.lx-addon-card__desc {
    font-size: 0.8rem;
    color: #5a5a5a;
    line-height: 1.65;
    margin-bottom: 16px;
}
.lx-addon-card__price {
    font-family: 'Syne', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: #1e4d2b;
}

@media (max-width: 1024px) {
    .lx-addons__grid { grid-template-columns: repeat(2, 1fr) !important; }
    .lx-addons { padding: 72px 24px; }
}
@media (max-width: 640px) {
    .lx-addons__grid { grid-template-columns: 1fr !important; }
}

/* ═══════════════════════════════════════════════════
   FAQ ACCORDION (new two-column design)
═══════════════════════════════════════════════════ */

.lx-faq {
    padding: 100px 56px;
    background: #f8f7f5;
    box-sizing: border-box;
}

.lx-faq__inner {
    display: grid !important;
    grid-template-columns: 1fr 1.5fr !important;
    gap: 100px;
    align-items: start;
}

/* Left */
.lx-faq__h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.15;
    color: #0e0e0e;
    margin-bottom: 16px;
}
.lx-faq__h2-italic {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: #2a6b3c;
}
.lx-faq__desc {
    font-size: 0.9rem;
    color: #5a5a5a;
    line-height: 1.8;
    margin-bottom: 32px;
}
.lx-faq__cta {
    display: inline-block;
    background: #1e4d2b;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    transition: background 0.2s, transform 0.2s;
}
.lx-faq__cta:hover { background: #2a6b3c; transform: translateY(-1px); }

/* Accordion */
.lx-faq__list {
    display: flex;
    flex-direction: column;
}

.lx-faq__item {
    border-bottom: 1px solid #e2e2e2;
}
.lx-faq__item:first-child { border-top: 1px solid #e2e2e2; }

.lx-faq__question {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    text-align: left;
    gap: 20px;
}
.lx-faq__question span {
    font-family: 'Syne', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0e0e0e;
}

.lx-faq__icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s, border-color 0.2s, transform 0.3s;
}
.lx-faq__item.lx-faq--open .lx-faq__icon {
    background: #1e4d2b;
    border-color: #1e4d2b;
    transform: rotate(45deg);
}
.lx-faq__icon svg { display: block; }

.lx-faq__answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease, padding 0.3s ease;
}
.lx-faq__item.lx-faq--open .lx-faq__answer { max-height: 400px; }

.lx-faq__answer-inner {
    padding-bottom: 20px;
    font-size: 0.88rem;
    color: #5a5a5a;
    line-height: 1.8;
}

@media (max-width: 1024px) {
    .lx-faq__inner { grid-template-columns: 1fr !important; gap: 48px; }
    .lx-faq { padding: 72px 24px; }
}

/* ═══════════════════════════════════════════════════
   SERVICE BLOCKS — shared (01 / 02 / 03 / 04)
═══════════════════════════════════════════════════ */

.lx-svc-block {
    padding: 100px 56px;
    background: #ffffff;
    box-sizing: border-box;
}

/* Two-column grid */
.lx-svc-inner {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 80px;
    align-items: start;
}

/* Reverse layout handled via .lx-svc-inner--flipped + CSS order on children */

/* ── Content column ── */
.lx-svc-content {}

.lx-svc-label {
    font-size: 0.7rem;
    font-weight: 500;
    color: #1e4d2b;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.lx-svc-label::before {
    content: '';
    width: 20px;
    height: 1px;
    background: #1e4d2b;
    flex-shrink: 0;
}

.lx-svc-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #e8f4ec;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.lx-svc-h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.15;
    color: #0e0e0e;
    margin-bottom: 16px;
}
.lx-svc-italic {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: #2a6b3c;
}

.lx-svc-desc {
    font-size: 0.95rem;
    color: #5a5a5a;
    line-height: 1.8;
    margin-bottom: 36px;
}

/* Feature list */
.lx-svc-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 36px;
}
.lx-svc-feat {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.lx-svc-check {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
    background: #e8f4ec;
    border: 1px solid #c8e6d0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}
.lx-svc-check svg { stroke: #1e4d2b; }
.lx-svc-feat-title {
    font-family: 'Syne', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: #0e0e0e;
    margin-bottom: 3px;
}
.lx-svc-feat-desc {
    font-size: 0.82rem;
    color: #5a5a5a;
    line-height: 1.65;
}

/* Tags */
.lx-svc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 36px;
}
.lx-svc-tag {
    font-size: 0.68rem;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 100px;
    background: #f8f7f5;
    color: #2e2e2e;
    border: 1px solid #e2e2e2;
}
.lx-svc-tag--green {
    background: #e8f4ec;
    color: #1e4d2b;
    border-color: #c8e6d0;
}

/* Tech stack badges (Service 02) */
.lx-svc-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 36px;
}
.lx-tech-badge {
    font-size: 0.68rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Bottom section link */
.lx-svc-link {
    font-size: 0.82rem;
    color: #1e4d2b;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #c8e6d0;
    padding-bottom: 2px;
    transition: border-color 0.2s;
}
.lx-svc-link:hover { border-color: #1e4d2b; }

/* ── Visual panel (shared chrome) ── */
.lx-svc-panel {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    background: #ffffff;
    box-shadow: 0 8px 48px rgba(0,0,0,0.08);
}
.lx-svc-panel-header {
    padding: 16px 20px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8f7f5;
}
.lx-svc-dots {
    display: flex;
    gap: 6px;
}
.lx-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.lx-dot--red    { background: #ff5f57; }
.lx-dot--yellow { background: #ffbd2e; }
.lx-dot--green  { background: #28c840; }
.lx-svc-panel-title {
    font-size: 0.75rem;
    color: #a8a8a8;
    font-family: 'Inter', monospace;
}
.lx-svc-panel-body {
    padding: 28px 24px;
}
.lx-svc-panel-body--flush {
    padding: 0;
}

/* ════════════════════════════════
   SERVICE 01 — WordPress mockup
═══════════════════════════════════ */

.lx-wp-mockup {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lx-wp-toolbar {
    background: #23282d;
    border-radius: 6px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.lx-wp-logo {
    color: #0073aa;
    font-size: 1rem;
    font-weight: 900;
    font-family: 'Syne', sans-serif;
    flex-shrink: 0;
}
.lx-wp-toolbar-items {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.lx-wp-toolbar-items span {
    font-size: 0.65rem;
    color: rgba(255,255,255,0.5);
}

.lx-wp-screen {
    background: #f8f7f5;
    border-radius: 6px;
    padding: 16px;
}
.lx-wp-page-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0e0e0e;
    margin-bottom: 8px;
}

.lx-wp-blocks {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.lx-wp-block {
    background: #ffffff;
    border: 1px dashed #e2e2e2;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 0.72rem;
    color: #a8a8a8;
    display: flex;
    align-items: center;
    gap: 8px;
}
.lx-wp-block-icon {
    width: 16px;
    height: 16px;
    background: #e8f4ec;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.lx-wp-bar {
    flex: 1;
    height: 6px;
    background: #e2e2e2;
    border-radius: 3px;
    overflow: hidden;
}
.lx-wp-bar-fill {
    height: 100%;
    background: #c8e6d0;
    border-radius: 3px;
}

.lx-wp-perf {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.lx-wp-perf-item {
    background: #ffffff;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    border: 1px solid #e2e2e2;
}
.lx-wp-score {
    font-family: 'Syne', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    color: #1a8a3e;
    line-height: 1;
}
.lx-wp-perf-lbl {
    font-size: 0.58rem;
    color: #a8a8a8;
    margin-top: 2px;
}

/* ════════════════════════════════
   SERVICE 02 — Code panel
═══════════════════════════════════ */

.lx-code-panel {
    font-family: 'Courier New', monospace;
    font-size: 0.75rem;
    line-height: 1.7;
    background: #0e1117;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    overflow-x: auto;
}
.lx-code-line {
    display: flex;
    gap: 16px;
    white-space: nowrap;
}
.lx-ln  { color: #3a3a4a; min-width: 20px; text-align: right; user-select: none; }
.lx-kw  { color: #c792ea; }
.lx-fn  { color: #82aaff; }
.lx-str { color: #c3e88d; }
.lx-cm  { color: #546e7a; font-style: italic; }
.lx-pn  { color: #89ddff; }
.lx-tx  { color: #d4d4d4; }
.lx-num { color: #f78c6c; }

/* Two metric cards below code panel (Service 02) */
.lx-svc-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 16px;
}
.lx-svc-metric {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 20px;
}
.lx-svc-metric-lbl {
    font-size: 0.65rem;
    color: #a8a8a8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}
.lx-svc-metric-val {
    font-family: 'Syne', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: #0e0e0e;
    line-height: 1;
}
.lx-svc-metric-val span {
    color: #2a6b3c;
    font-size: 0.9rem;
}

/* ════════════════════════════════
   SERVICE 03 — Content dashboard
═══════════════════════════════════ */

.lx-content-panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lx-art-preview {
    background: #f8f7f5;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #e2e2e2;
}
.lx-art-tag {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1e4d2b;
    background: #e8f4ec;
    padding: 3px 8px;
    border-radius: 100px;
    margin-bottom: 8px;
}
.lx-art-title {
    font-family: 'Syne', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: #0e0e0e;
    line-height: 1.3;
    margin-bottom: 8px;
}
.lx-art-meta {
    font-size: 0.68rem;
    color: #a8a8a8;
    margin-bottom: 10px;
}

.lx-seo-meter {}
.lx-seo-meter-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.65rem;
    color: #5a5a5a;
    margin-bottom: 4px;
}
.lx-seo-meter-label span:last-child {
    color: #1e4d2b;
    font-weight: 600;
}
.lx-seo-bar {
    height: 5px;
    background: #e2e2e2;
    border-radius: 3px;
    overflow: hidden;
}
.lx-seo-fill {
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(90deg, #3a8f52, #2a6b3c);
}

.lx-kw-heading {
    font-size: 0.68rem;
    color: #a8a8a8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}
.lx-kw-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.lx-kw-chip {
    font-size: 0.65rem;
    padding: 3px 10px;
    border-radius: 100px;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    color: #2e2e2e;
}
.lx-kw-chip--hot {
    border-color: #c8e6d0;
    color: #1e4d2b;
    background: #e8f4ec;
}

/* ════════════════════════════════
   SERVICE 04 — SEO stats visual
═══════════════════════════════════ */

.lx-seo-visual {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lx-seo-chart-card {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    padding: 28px;
}
.lx-seo-chart-label {
    font-size: 0.65rem;
    color: #a8a8a8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}
.lx-seo-chart-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    align-items: center;
}
.lx-seo-chart-footer span {
    font-size: 0.65rem;
    color: #a8a8a8;
}
.lx-seo-chart-growth {
    font-size: 0.7rem;
    color: #1e4d2b !important;
    font-weight: 600;
}

.lx-seo-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.lx-seo-stat {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 20px;
}
.lx-seo-stat--green {
    background: #e8f4ec;
    border-color: #c8e6d0;
}
.lx-seo-stat-label {
    font-size: 0.62rem;
    color: #a8a8a8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}
.lx-seo-stat--green .lx-seo-stat-label { color: #1e4d2b; }
.lx-seo-stat-value {
    font-family: 'Syne', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #0e0e0e;
    line-height: 1;
}
.lx-seo-stat--green .lx-seo-stat-value { color: #1e4d2b; }
.lx-seo-stat-sub {
    font-size: 0.72rem;
    color: #1e4d2b;
    margin-top: 4px;
}
.lx-seo-stat-sub--green { color: #2a6b3c; }

/* ════════════════════════════════
   SERVICE BLOCKS — LAYOUT & ORDER
═══════════════════════════════════ */

/* Desktop: reversed layout (02, 04) — visual left via flex order */
.lx-svc-inner--flipped {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 80px;
}
.lx-flipped-visual  { order: 1; }
.lx-flipped-content { order: 2; }

/* All visual panels: never overflow the column */
.lx-svc-visual {
    min-width: 0;
    overflow: hidden;
}
.lx-svc-panel {
    max-width: 100%;
    overflow: hidden;
}
.lx-code-panel {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ════════════════════════════════
   SERVICE BLOCKS — RESPONSIVE
═══════════════════════════════════ */

@media (max-width: 1024px) {
    /* Standard grids stack */
    .lx-svc-inner {
        grid-template-columns: 1fr !important;
        gap: 48px;
    }
    /* Reversed grids (02, 04) also stack, content first */
    .lx-svc-inner--flipped {
        grid-template-columns: 1fr !important;
        gap: 48px;
    }
    /* Content always first on mobile */
    .lx-flipped-content { order: 1; }
    .lx-flipped-visual  { order: 2; }
    /* Standard order too */
    .lx-order-1 { order: 1; }
    .lx-order-2 { order: 2; }

    .lx-svc-block {
        padding: 72px 24px;
    }
    .lx-wp-perf {
        grid-template-columns: repeat(4, 1fr);
    }
    /* Code panel scrolls horizontally on mobile */
    .lx-code-panel {
        font-size: 11px;
    }
}

@media (max-width: 640px) {
    .lx-wp-perf {
        grid-template-columns: repeat(2, 1fr);
    }
    .lx-seo-stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    .lx-svc-metrics {
        grid-template-columns: 1fr 1fr;
    }
    /* How We Think metric row: 2-col on mobile */
    .lx-hwt-metric-row { grid-template-columns: 1fr 1fr; }
    /* Blog grid: 1-col on mobile */
    .lx-bfp-grid { grid-template-columns: 1fr; }
    .lx-bfp-card.lx-wide { grid-column: span 1; flex-direction: column; }
    .lx-bfp-card.lx-wide .lx-bfp-card-img { width: 100%; height: 200px; min-height: unset; }
    .lx-bet-grid { grid-template-columns: repeat(2, 1fr); }
    /* On mobile, filterbar stacks vertically: pills row first, then sort row below */
    .lx-bfp-filterbar { flex-direction: column; align-items: flex-start; gap: 12px; }
    .lx-bfp-filter-cats { width: 100%; }
    .lx-bfp-sort { width: 100%; justify-content: flex-start; }
    /* Tighter panel padding on small screens */
    .lx-svc-panel-body {
        padding: 16px 14px;
    }
    .lx-code-panel {
        font-size: 10px;
        padding: 14px;
    }
}

/* ════════════════════════════════════════════════════════════════
   CONTACT HERO WIDGET
════════════════════════════════════════════════════════════════ */

.lx-ch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}

/* ── Left panel ── */
.lx-ch-left {
  background: #1a1a1a;
  padding: 120px 64px 80px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lx-ch-left::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.lx-ch-left::after {
  content: '';
  position: absolute; bottom: -100px; left: -80px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(42,107,60,0.2) 0%, transparent 65%);
  pointer-events: none;
}
.lx-ch-left-content { position: relative; z-index: 1; }

/* Eyebrow */
.lx-ch-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(42,107,60,0.25); color: #c8e6d0;
  border: 1px solid rgba(200,230,208,0.2);
  padding: 6px 14px; border-radius: 100px;
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.05em; text-transform: uppercase;
  margin-bottom: 28px;
}
.lx-ch-edot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #3a8f52;
  animation: lxchpulse 2s ease-in-out infinite;
}
@keyframes lxchpulse {
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(1.5);opacity:0.5}
}

/* Heading */
.lx-ch-h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.4rem, 3.5vw, 3.6rem);
  font-weight: 800; line-height: 1.06;
  letter-spacing: -0.03em; color: #ffffff;
  margin-bottom: 24px;
}
.lx-ch-italic {
  font-family: 'Instrument Serif', serif;
  font-style: italic; font-weight: 400;
  color: #3a8f52;
}
.lx-ch-desc {
  font-size: 1rem; color: rgba(255,255,255,0.5);
  line-height: 1.8; margin-bottom: 48px;
}

/* Contact method cards */
.lx-ch-methods { display: flex; flex-direction: column; gap: 12px; margin-bottom: 40px; }
.lx-ch-method {
  display: flex; gap: 16px; align-items: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px; padding: 18px 20px;
  text-decoration: none; color: inherit;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.lx-ch-method:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(42,107,60,0.4);
  transform: translateX(4px);
}
.lx-ch-cm-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(42,107,60,0.3);
  border: 1px solid rgba(42,107,60,0.4);
  flex-shrink: 0; color: #c8e6d0;
}
.lx-ch-cm-label {
  font-size: 0.65rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.35); margin-bottom: 3px;
}
.lx-ch-cm-value {
  font-family: 'Syne', sans-serif;
  font-size: 0.92rem; font-weight: 700; color: #ffffff;
}
.lx-ch-cm-sub { font-size: 0.72rem; color: rgba(255,255,255,0.4); margin-top: 1px; }
.lx-ch-cm-arrow {
  margin-left: auto; color: rgba(255,255,255,0.2);
  transition: color 0.2s, transform 0.2s; flex-shrink: 0;
}
.lx-ch-method:hover .lx-ch-cm-arrow { color: #3a8f52; transform: translateX(3px); }

/* Response badge */
.lx-ch-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 14px 18px;
}
.lx-ch-badge-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #4ade80; flex-shrink: 0;
  animation: lxchpulse 2s ease-in-out infinite;
}
.lx-ch-badge-text { font-size: 0.78rem; color: rgba(255,255,255,0.55); }
.lx-ch-badge-text strong { color: #ffffff; }

/* Testimonial */
.lx-ch-quote {
  position: relative; z-index: 1;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 32px;
}
.lx-ch-stars { color: #f5a623; font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 12px; }
.lx-ch-quote-text {
  font-family: 'Instrument Serif', serif;
  font-style: italic; font-size: 1.05rem;
  color: rgba(255,255,255,0.65); line-height: 1.6; margin-bottom: 16px;
}
.lx-ch-quote-author { display: flex; align-items: center; gap: 10px; }
.lx-ch-quote-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: #2a6b3c;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Syne', sans-serif; font-size: 0.65rem;
  font-weight: 800; color: #ffffff; flex-shrink: 0;
}
.lx-ch-quote-name { font-family: 'Syne', sans-serif; font-size: 0.82rem; font-weight: 700; color: rgba(255,255,255,0.7); }
.lx-ch-quote-role { font-size: 0.7rem; color: rgba(255,255,255,0.35); }

/* ── Right panel ── */
.lx-ch-right {
  background: #ffffff;
  padding: 100px 64px 80px;
  display: flex; flex-direction: column; justify-content: center;
}
.lx-ch-form-wrap { width: 100%; max-width: 520px; }

/* Form header */
.lx-ch-form-header { margin-bottom: 36px; }
.lx-ch-form-header h2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.6rem; font-weight: 800;
  letter-spacing: -0.02em; color: #0e0e0e; margin-bottom: 6px;
}
.lx-ch-form-header p { font-size: 0.88rem; color: #5a5a5a; }

/* Steps indicator */
.lx-ch-steps-ind {
  display: flex; align-items: center; gap: 0;
  margin-bottom: 36px;
}
.lx-ch-si { display: flex; align-items: center; gap: 8px; }
.lx-ch-si-num {
  width: 28px; height: 28px; border-radius: 50%;
  border: 2px solid #e2e2e2;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Syne', sans-serif; font-size: 0.72rem; font-weight: 800;
  color: #a8a8a8; transition: all 0.3s; flex-shrink: 0;
}
.lx-ch-si.active .lx-ch-si-num { background: #1e4d2b; border-color: #1e4d2b; color: #ffffff; }
.lx-ch-si.done   .lx-ch-si-num { background: #e8f4ec; border-color: #c8e6d0; color: #1e4d2b; }
.lx-ch-si.done   .lx-ch-si-num::before { content: '✓'; }
.lx-ch-si-label { font-size: 0.72rem; font-weight: 500; color: #a8a8a8; transition: color 0.3s; }
.lx-ch-si.active .lx-ch-si-label { color: #0e0e0e; font-weight: 600; }
.lx-ch-si.done   .lx-ch-si-label { color: #1e4d2b; }
.lx-ch-si-line {
  flex: 1; height: 1px; background: #e2e2e2;
  margin: 0 10px; min-width: 20px; transition: background 0.3s;
}
.lx-ch-si-line.lx-ch-line--done { background: #c8e6d0; }

/* Form panels */
.lx-ch-panel { display: none; }
.lx-ch-panel.active { display: block; animation: lxchfade 0.3s ease; }
@keyframes lxchfade { from{opacity:0;transform:translateY(8px)} to{opacity:1;transform:translateY(0)} }

/* Panel hint */
.lx-ch-panel-hint {
  font-size: 0.82rem; color: #5a5a5a; margin-bottom: 16px;
}
.lx-ch-panel-hint span { color: #a8a8a8; }

/* Service tiles */
.lx-ch-service-tiles {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 24px;
}
.lx-ch-tile {
  all: unset; box-sizing: border-box;
  border: 2px solid #e2e2e2; border-radius: 14px;
  padding: 16px; cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  background: #ffffff; display: flex; flex-direction: column; gap: 8px;
  text-align: left; width: 100%;
}
.lx-ch-tile:hover { border-color: #c8e6d0; background: #f0f9f4; }
.lx-ch-tile.lx-ch-tile--selected { border-color: #1e4d2b; background: #e8f4ec; }
.lx-ch-tile-top {
  display: flex; justify-content: space-between; align-items: flex-start;
}
.lx-ch-tile-icon { font-size: 1.4rem; line-height: 1; }
.lx-ch-tile-check {
  width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid #e2e2e2;
  transition: all 0.2s;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lx-ch-tile.lx-ch-tile--selected .lx-ch-tile-check {
  background: #1e4d2b; border-color: #1e4d2b;
}
.lx-ch-tile.lx-ch-tile--selected .lx-ch-tile-check::after {
  content: '✓'; color: white; font-size: 0.6rem; font-weight: 800;
}
.lx-ch-tile-name {
  font-family: 'Syne', sans-serif;
  font-size: 0.84rem; font-weight: 700; color: #0e0e0e;
}
.lx-ch-tile-desc { font-size: 0.72rem; color: #5a5a5a; line-height: 1.4; }

/* Form fields */
.lx-ch-fg { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.lx-ch-fg label {
  font-size: 0.72rem; font-weight: 500; color: #2e2e2e;
}
.lx-ch-optional { color: #a8a8a8; font-weight: 400; }
.lx-ch-fg input,
.lx-ch-fg textarea {
  background: #f8f7f5; border: 1px solid #e2e2e2;
  border-radius: 10px; padding: 12px 14px;
  font-family: 'Inter', sans-serif; font-size: 0.88rem;
  color: #0e0e0e; outline: none; width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.lx-ch-fg input:focus,
.lx-ch-fg textarea:focus {
  border-color: #2a6b3c;
  box-shadow: 0 0 0 3px rgba(42,107,60,0.08);
  background: #ffffff;
}
.lx-ch-fg textarea { resize: vertical; min-height: 100px; }
.lx-ch-fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* Budget slider */
.lx-ch-budget-label {
  font-size: 0.72rem; font-weight: 500; color: #2e2e2e; margin-bottom: 10px;
}
.lx-ch-budget-wrap { margin-bottom: 16px; }
.lx-ch-budget-value {
  font-family: 'Syne', sans-serif; font-size: 1.1rem; font-weight: 800;
  color: #0e0e0e; text-align: center; margin-bottom: 10px;
}
.lx-ch-slider {
  width: 100%; -webkit-appearance: none;
  height: 4px; border-radius: 2px;
  background: #e2e2e2; outline: none; cursor: pointer;
}
.lx-ch-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px; height: 20px; border-radius: 50%;
  background: #1e4d2b; border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px #c8e6d0, 0 2px 8px rgba(0,0,0,0.15);
  cursor: pointer;
}
.lx-ch-budget-limits {
  display: flex; justify-content: space-between;
  font-size: 0.7rem; color: #a8a8a8; margin-top: 6px;
}

/* Timeline */
.lx-ch-timeline-label {
  font-size: 0.72rem; font-weight: 500; color: #2e2e2e; margin-bottom: 10px;
}
.lx-ch-timeline { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.lx-ch-tl-opt {
  all: unset; box-sizing: border-box;
  padding: 8px 16px; border-radius: 8px;
  border: 1px solid #e2e2e2; font-size: 0.78rem;
  color: #5a5a5a; cursor: pointer; transition: all 0.2s;
  background: #ffffff;
}
.lx-ch-tl-opt:hover { border-color: #c8e6d0; color: #1e4d2b; }
.lx-ch-tl-opt.lx-ch-tl--sel { background: #e8f4ec; border-color: #1e4d2b; color: #1e4d2b; font-weight: 500; }

/* How did you find us */
.lx-ch-hear-label {
  font-size: 0.72rem; font-weight: 500; color: #2e2e2e; margin-bottom: 10px;
}
.lx-ch-hear-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 16px; }
.lx-ch-hear-opt {
  all: unset; box-sizing: border-box;
  padding: 10px 14px; border: 1px solid #e2e2e2;
  border-radius: 8px; font-size: 0.78rem; color: #5a5a5a;
  cursor: pointer; transition: all 0.2s; background: #ffffff;
}
.lx-ch-hear-opt:hover { border-color: #c8e6d0; color: #1e4d2b; }
.lx-ch-hear-opt.lx-ch-hear--sel { background: #e8f4ec; border-color: #1e4d2b; color: #1e4d2b; }

/* Terms */
.lx-ch-terms {
  display: flex; align-items: flex-start; gap: 10px; margin-bottom: 20px;
}
.lx-ch-terms input[type="checkbox"] {
  width: 16px; height: 16px; margin-top: 3px;
  flex-shrink: 0; accent-color: #1e4d2b; cursor: pointer;
}
.lx-ch-terms label {
  font-size: 0.78rem; color: #5a5a5a; line-height: 1.6; cursor: pointer;
}
.lx-ch-terms a { color: #1e4d2b; }

/* Nav buttons */
.lx-ch-form-nav {
  display: flex; justify-content: space-between;
  align-items: center; gap: 12px; margin-top: 24px;
}
.lx-ch-nav-right { justify-content: flex-end; }
.lx-ch-btn-back {
  all: unset; box-sizing: border-box;
  padding: 12px 22px; border: 1px solid #e2e2e2;
  border-radius: 10px; font-family: 'Syne', sans-serif;
  font-size: 0.85rem; font-weight: 600; color: #5a5a5a;
  background: #ffffff; cursor: pointer;
  display: flex; align-items: center; gap: 6px;
  transition: all 0.2s;
}
.lx-ch-btn-back:hover { border-color: #1e4d2b; color: #1e4d2b; }
.lx-ch-btn-next {
  all: unset; box-sizing: border-box;
  flex: 1; padding: 13px 24px;
  background: #1e4d2b; color: #ffffff;
  border-radius: 10px; font-family: 'Syne', sans-serif;
  font-size: 0.88rem; font-weight: 700; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: background 0.2s, transform 0.2s;
}
.lx-ch-btn-next:hover { background: #2a6b3c; transform: translateY(-1px); }
.lx-ch-btn-next:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.lx-ch-nav-right .lx-ch-btn-next { flex: none; }

.lx-ch-form-error {
  margin-top: 12px; font-size: 0.78rem;
  color: #dc2626; min-height: 20px;
}

/* Success state */
.lx-ch-success {
  display: none; text-align: center; padding: 48px 20px;
}
.lx-ch-success.lx-ch-success--show { display: block; animation: lxchfade 0.5s ease; }
.lx-ch-success-icon { font-size: 3rem; margin-bottom: 20px; display: block; }
.lx-ch-success-title {
  font-family: 'Syne', sans-serif; font-size: 1.5rem;
  font-weight: 800; color: #0e0e0e; margin-bottom: 12px;
}
.lx-ch-success-text { font-size: 0.92rem; color: #5a5a5a; line-height: 1.75; }

/* Responsive */
@media (max-width: 1100px) {
  .lx-ch { grid-template-columns: 1fr; min-height: auto; }
  .lx-ch-left { padding: 100px 40px 60px; }
  .lx-ch-right { padding: 60px 40px 80px; }
}
@media (max-width: 768px) {
  .lx-ch-left { padding: 80px 24px 48px; }
  .lx-ch-right { padding: 48px 24px 64px; }
  .lx-ch-service-tiles { grid-template-columns: 1fr; }
  .lx-ch-fg-row { grid-template-columns: 1fr; }
  .lx-ch-hear-opts { grid-template-columns: 1fr; }
  .lx-ch-form-wrap { max-width: 100%; }
}

/* ════════════════════════════════════════════════════════════════
   TRUST STRIP WIDGET
════════════════════════════════════════════════════════════════ */

.lx-ts {
  background: #f8f7f5;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 28px 56px;
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.lx-ts-item { display: flex; align-items: center; gap: 10px; }
.lx-ts-icon { font-size: 1.2rem; line-height: 1; }
.lx-ts-bold {
  font-family: 'Syne', sans-serif;
  font-size: 0.82rem; font-weight: 700;
  color: #0e0e0e; display: block;
}
.lx-ts-sub { font-size: 0.72rem; color: #a8a8a8; display: block; }
.lx-ts-div { width: 1px; height: 32px; background: #e2e2e2; flex-shrink: 0; }
@media (max-width: 768px) {
  .lx-ts { padding: 24px; gap: 20px; }
  .lx-ts-div { display: none; }
  .lx-ts { justify-content: flex-start; }
}

/* ════════════════════════════════════════════════════════════════
   CONTACT FAQ WIDGET
════════════════════════════════════════════════════════════════ */

.lx-cfaq {
  background: #f8f7f5;
  padding: 100px 56px;
}
.lx-cfaq__inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px; align-items: start;
}

/* Left */
.lx-cfaq__label {
  font-size: 0.7rem; font-weight: 500; color: #1e4d2b;
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 16px;
  display: flex; align-items: center; gap: 8px;
}
.lx-cfaq__label::before {
  content: ''; width: 20px; height: 1px; background: #1e4d2b;
}
.lx-cfaq__h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800; letter-spacing: -0.025em;
  line-height: 1.1; color: #0e0e0e; margin-bottom: 16px;
}
.lx-cfaq__italic {
  font-family: 'Instrument Serif', serif;
  font-style: italic; font-weight: 400; color: #2a6b3c;
}
.lx-cfaq__desc {
  font-size: 0.92rem; color: #5a5a5a;
  line-height: 1.8; margin-bottom: 32px;
}
.lx-cfaq__cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: #1e4d2b; color: #ffffff;
  padding: 13px 28px; border-radius: 8px;
  font-family: 'Syne', sans-serif; font-size: 0.85rem; font-weight: 700;
  text-decoration: none; transition: background 0.2s, transform 0.2s;
}
.lx-cfaq__cta:hover { background: #2a6b3c; transform: translateY(-1px); color: #ffffff; }

/* Accordion */
.lx-cfaq__list { display: flex; flex-direction: column; }
.lx-cfaq__item { border-bottom: 1px solid #e2e2e2; }
.lx-cfaq__item:first-child { border-top: 1px solid #e2e2e2; }
.lx-cfaq__q {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  text-align: left;
}
.lx-cfaq__q span {
  font-family: 'Syne', sans-serif;
  font-size: 0.95rem; font-weight: 700; color: #0e0e0e;
  flex: 1;
  min-width: 0;
  display: block;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
.lx-cfaq__icon {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid #e2e2e2; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s; color: #5a5a5a;
  /* Must be last child in the flex row — icon on the right */
  order: 2;
}
.lx-cfaq__q span { order: 1; }
.lx-cfaq__item.lx-cfaq--open .lx-cfaq__icon {
  background: #1e4d2b; border-color: #1e4d2b;
  transform: rotate(45deg); color: #ffffff;
}
.lx-cfaq__a { overflow: hidden; max-height: 0; transition: max-height 0.4s ease; }
.lx-cfaq__a-inner {
  padding-bottom: 22px; font-size: 0.9rem;
  color: #5a5a5a; line-height: 1.8;
}
.lx-cfaq__item.lx-cfaq--open .lx-cfaq__a { max-height: 400px; }

@media (max-width: 1100px) {
  .lx-cfaq__inner { grid-template-columns: 1fr; gap: 56px; }
  .lx-cfaq { padding: 72px 40px; }
}
@media (max-width: 768px) {
  .lx-cfaq { padding: 64px 20px; overflow-x: hidden; }
  .lx-cfaq__inner { gap: 40px; }
  .lx-cfaq__list { width: 100%; overflow: hidden; }
  .lx-cfaq__item { width: 100%; overflow: hidden; }
  .lx-cfaq__q { width: 100%; min-width: 0; }
  .lx-cfaq__q span { font-size: 0.88rem; min-width: 0; overflow-wrap: break-word; word-break: break-word; }
  .lx-cfaq__a-inner { font-size: 0.85rem; overflow-wrap: break-word; word-break: break-word; }
  .lx-cfaq__icon { flex-shrink: 0; width: 24px; height: 24px; }
}

/* ════════════════════════════════════════════════════════════════
   CONTACT WIDGET — ELEMENTOR OVERRIDE FIXES
   High specificity to beat Hello Elementor / theme global styles
════════════════════════════════════════════════════════════════ */

/* Strip ALL theme/Elementor button styles inside contact hero */
.elementor-widget-lucanix-contact-hero button,
.elementor-widget-lucanix-contact-hero button:focus,
.elementor-widget-lucanix-contact-hero button:active,
.elementor-widget-lucanix-contact-hero button:hover {
  outline: none !important;
  box-shadow: none !important;
}

/* Service tiles — force correct border, beat any red theme outline */
.elementor-widget-lucanix-contact-hero .lx-ch-tile,
.elementor-widget-lucanix-contact-hero .lx-ch-tile:focus,
.elementor-widget-lucanix-contact-hero .lx-ch-tile:active {
  border: 2px solid #e2e2e2 !important;
  outline: none !important;
  box-shadow: none !important;
  background: #ffffff !important;
}
.elementor-widget-lucanix-contact-hero .lx-ch-tile:hover {
  border: 2px solid #c8e6d0 !important;
  background: #f0f9f4 !important;
  outline: none !important;
  box-shadow: none !important;
}
.elementor-widget-lucanix-contact-hero .lx-ch-tile.lx-ch-tile--selected,
.elementor-widget-lucanix-contact-hero .lx-ch-tile.lx-ch-tile--selected:focus {
  border: 2px solid #1e4d2b !important;
  background: #e8f4ec !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Timeline & hear options */
.elementor-widget-lucanix-contact-hero .lx-ch-tl-opt,
.elementor-widget-lucanix-contact-hero .lx-ch-tl-opt:focus,
.elementor-widget-lucanix-contact-hero .lx-ch-hear-opt,
.elementor-widget-lucanix-contact-hero .lx-ch-hear-opt:focus {
  border: 1px solid #e2e2e2 !important;
  outline: none !important;
  box-shadow: none !important;
  background: #ffffff !important;
  color: #5a5a5a !important;
}
.elementor-widget-lucanix-contact-hero .lx-ch-tl-opt:hover,
.elementor-widget-lucanix-contact-hero .lx-ch-hear-opt:hover {
  border: 1px solid #c8e6d0 !important;
  color: #1e4d2b !important;
  background: #ffffff !important;
}
.elementor-widget-lucanix-contact-hero .lx-ch-tl-opt.lx-ch-tl--sel,
.elementor-widget-lucanix-contact-hero .lx-ch-hear-opt.lx-ch-hear--sel {
  background: #e8f4ec !important;
  border: 1px solid #1e4d2b !important;
  color: #1e4d2b !important;
}

/* Back button */
.elementor-widget-lucanix-contact-hero .lx-ch-btn-back,
.elementor-widget-lucanix-contact-hero .lx-ch-btn-back:focus {
  border: 1px solid #e2e2e2 !important;
  outline: none !important;
  box-shadow: none !important;
  background: #ffffff !important;
  color: #5a5a5a !important;
}
.elementor-widget-lucanix-contact-hero .lx-ch-btn-back:hover {
  border: 1px solid #1e4d2b !important;
  color: #1e4d2b !important;
}

/* Next / Submit button */
.elementor-widget-lucanix-contact-hero .lx-ch-btn-next,
.elementor-widget-lucanix-contact-hero .lx-ch-btn-next:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: #1e4d2b !important;
  color: #ffffff !important;
}
.elementor-widget-lucanix-contact-hero .lx-ch-btn-next:hover {
  background: #2a6b3c !important;
}
.elementor-widget-lucanix-contact-hero .lx-ch-btn-next:disabled {
  opacity: 0.6 !important;
  background: #1e4d2b !important;
}

/* ── FAQ widget full-width fix ── */
/* Elementor wraps widgets in containers that can restrict width.
   Force the FAQ inner grid and list to be truly full width. */
.elementor-widget-lucanix-contact-faq,
.elementor-widget-lucanix-contact-faq .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
}
.elementor-widget-lucanix-contact-faq .lx-cfaq {
  width: 100% !important;
  box-sizing: border-box !important;
}
.elementor-widget-lucanix-contact-faq .lx-cfaq__inner {
  width: 100% !important;
  box-sizing: border-box !important;
}
.elementor-widget-lucanix-contact-faq .lx-cfaq__right {
  width: 100% !important;
}
.elementor-widget-lucanix-contact-faq .lx-cfaq__list {
  width: 100% !important;
}

/* FAQ accordion button — strip ALL theme styles, force correct row layout */
.elementor-widget-lucanix-contact-faq .lx-cfaq__q,
.elementor-widget-lucanix-contact-faq .lx-cfaq__q:focus,
.elementor-widget-lucanix-contact-faq .lx-cfaq__q:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  padding: 22px 0 !important;
  cursor: pointer !important;
}
.elementor-widget-lucanix-contact-faq .lx-cfaq__q span {
  flex: 1 !important;
  order: 1 !important;
  font-family: 'Syne', sans-serif !important;
  font-weight: 700 !important;
  min-width: 0 !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}
.elementor-widget-lucanix-contact-faq .lx-cfaq__icon {
  order: 2 !important;
  flex-shrink: 0 !important;
}

/* FAQ icon — prevent red border on the + button */
.elementor-widget-lucanix-contact-faq .lx-cfaq__icon {
  border: 1px solid #e2e2e2 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #5a5a5a !important;
}
.elementor-widget-lucanix-contact-faq .lx-cfaq__item.lx-cfaq--open .lx-cfaq__icon {
  background: #1e4d2b !important;
  border-color: #1e4d2b !important;
  color: #ffffff !important;
}

/* FAQ items — ensure clean dividers only, no red borders */
.elementor-widget-lucanix-contact-faq .lx-cfaq__item {
  border: none !important;
  border-bottom: 1px solid #e2e2e2 !important;
  outline: none !important;
}
.elementor-widget-lucanix-contact-faq .lx-cfaq__item:first-child {
  border-top: 1px solid #e2e2e2 !important;
}

/* ════════════════════════════════════════════════════════════════
   CONTACT FAQ — FINAL LAYOUT FIXES
════════════════════════════════════════════════════════════════ */

/* Force left-align on everything — Elementor sometimes inherits center */
.elementor-widget-lucanix-contact-faq .lx-cfaq,
.elementor-widget-lucanix-contact-faq .lx-cfaq * {
  text-align: left !important;
  box-sizing: border-box !important;
}

/* Force the two-column grid to actually render */
.elementor-widget-lucanix-contact-faq .lx-cfaq__inner {
  display: grid !important;
  grid-template-columns: 0.85fr 1.15fr !important;
  gap: 80px !important;
  align-items: start !important;
  width: 100% !important;
}

/* Both columns must be full width within their grid cell */
.elementor-widget-lucanix-contact-faq .lx-cfaq__left,
.elementor-widget-lucanix-contact-faq .lx-cfaq__right {
  width: 100% !important;
  min-width: 0 !important; /* prevents grid blowout */
}

/* Ensure question text is left-aligned, wraps properly, and respects font-size control */
.elementor-widget-lucanix-contact-faq .lx-cfaq__q span {
  text-align: left !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

/* Tablet: collapse to single column */
@media (max-width: 1100px) {
  .elementor-widget-lucanix-contact-faq .lx-cfaq__inner {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }
}
