/*
Theme Name: LHR Corporate Clean Base
Theme URI: https://lhrservicescorp.com/
Author: LH & R Services Corp.
Description: Tema corporativo dinámico bilingüe para LH & R Services Corp. con proyectos, plataformas, clientes, servicios, equipo, estadísticas y fondo global administrables.
Version: 2.3.54
Text Domain: lhr-dynamic
*/

:root{
  --lhr-bg:#07111f;
  --lhr-bg2:#0a1730;
  --lhr-card:#0d1b2f;
  --lhr-line:rgba(255,255,255,.10);
  --lhr-text:#f7fbff;
  --lhr-muted:#a9bbcf;
  --lhr-blue:#1685ff;
  --lhr-cyan:#12c7ff;
  --lhr-green:#29d391;
  --lhr-orange:#ff9a1f;
  --lhr-purple:#ba63ff;
  --lhr-pink:#ff4c9e;
  --lhr-radius:18px;
  --lhr-shadow:0 20px 60px rgba(0,0,0,.28);
  --lhr-container:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--lhr-bg);color:var(--lhr-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.lhr-container{width:min(var(--lhr-container),calc(100% - 40px));margin:0 auto}
.lhr-site-shell{min-height:100vh;background-position:center top;background-size:cover;background-attachment:fixed}
.lhr-overlay{background:linear-gradient(180deg,rgba(2,8,18,.86),rgba(4,13,28,.94))}
.lhr-header{position:sticky;top:0;z-index:50;background:rgba(4,10,20,.78);backdrop-filter:blur(16px);border-bottom:1px solid var(--lhr-line)}
.lhr-nav{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:24px}
.lhr-brand{font-weight:800;letter-spacing:.06em;font-size:1.15rem}.lhr-brand small{display:block;font-size:.56rem;letter-spacing:.12em;font-weight:600;color:var(--lhr-muted)}
.lhr-menu{display:flex;gap:26px;align-items:center;font-size:.92rem}.lhr-menu a{opacity:.9}.lhr-menu a:hover{color:var(--lhr-cyan)}
.lhr-lang{display:flex;border:1px solid var(--lhr-line);border-radius:999px;overflow:hidden}.lhr-lang button{border:0;background:transparent;color:#fff;padding:9px 12px;cursor:pointer}.lhr-lang button.active{background:var(--lhr-blue)}
.lhr-hero{padding:86px 0 40px;position:relative;overflow:hidden}.lhr-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px}.lhr-kicker{color:var(--lhr-cyan);font-weight:700;text-transform:uppercase;font-size:.78rem;letter-spacing:.08em}.lhr-hero h1{font-size:clamp(2.8rem,6vw,5.2rem);line-height:.98;margin:.25em 0 .3em;letter-spacing:-.04em}.lhr-hero h1 span{background:linear-gradient(90deg,var(--lhr-blue),var(--lhr-cyan));-webkit-background-clip:text;background-clip:text;color:transparent}.lhr-hero p{max-width:640px;font-size:1.08rem;color:#d6e2ef}.lhr-hero-visual{min-height:420px;border-radius:30px;background:radial-gradient(circle at 70% 30%,rgba(22,133,255,.34),transparent 36%),linear-gradient(135deg,#06101d,#0b2042);border:1px solid var(--lhr-line);box-shadow:var(--lhr-shadow);position:relative;overflow:hidden}.lhr-orbit{position:absolute;border:1px solid rgba(40,176,255,.28);border-radius:50%}.lhr-orbit.o1{width:340px;height:340px;right:40px;top:34px}.lhr-orbit.o2{width:250px;height:250px;right:85px;top:80px}.lhr-orbit.o3{width:160px;height:160px;right:130px;top:124px}.lhr-globe{position:absolute;width:230px;height:230px;border-radius:50%;right:95px;top:90px;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.16),transparent 20%),radial-gradient(circle,#1173d6 0 2px,transparent 3px);background-size:auto,16px 16px;box-shadow:0 0 80px rgba(22,133,255,.45) inset,0 0 70px rgba(22,133,255,.35)}
.lhr-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.lhr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:10px;border:1px solid var(--lhr-line);font-weight:700;font-size:.9rem}.lhr-btn.primary{background:linear-gradient(90deg,#0f6cf1,#1696ff);box-shadow:0 10px 30px rgba(22,133,255,.25)}
.lhr-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:38px}.lhr-stat{padding:18px;border:1px solid var(--lhr-line);background:rgba(10,25,48,.72);border-radius:14px;text-align:center}.lhr-stat strong{display:block;font-size:1.8rem}.lhr-stat span{font-size:.76rem;color:var(--lhr-muted)}
.lhr-section{padding:70px 0}.lhr-section.alt{background:rgba(255,255,255,.025);border-block:1px solid var(--lhr-line)}.lhr-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.lhr-section h2{margin:.2em 0 0;font-size:clamp(1.8rem,4vw,3rem);line-height:1.08}.lhr-section p.lead{color:var(--lhr-muted);max-width:720px}
.lhr-logo-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(170px,1fr);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.lhr-logo-card{scroll-snap-align:start;min-height:100px;border:1px solid var(--lhr-line);background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;padding:18px}.lhr-logo-card img{max-height:58px;width:auto}
.lhr-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}.lhr-filter{padding:9px 14px;border-radius:999px;border:1px solid var(--lhr-line);background:#0b1628;color:#fff;cursor:pointer}.lhr-filter.active{background:var(--lhr-blue)}
.lhr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.lhr-card{border:1px solid var(--lhr-line);background:linear-gradient(180deg,rgba(16,31,54,.95),rgba(9,19,35,.96));border-radius:var(--lhr-radius);overflow:hidden;box-shadow:var(--lhr-shadow)}.lhr-card-body{padding:18px}.lhr-card h3{margin:.1em 0 .35em}.lhr-card p{color:var(--lhr-muted);font-size:.92rem}.lhr-video-thumb{aspect-ratio:16/9;background:#0f1d33;position:relative;overflow:hidden}.lhr-video-thumb img{width:100%;height:100%;object-fit:cover}.lhr-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:62px;height:62px;border-radius:50%;background:rgba(3,10,22,.78);border:1px solid rgba(255,255,255,.35);display:grid;place-items:center;font-size:1.35rem}
.lhr-platforms{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.lhr-platform{padding:20px;border-radius:16px;border:1px solid var(--accent,var(--lhr-blue));background:linear-gradient(180deg,color-mix(in srgb,var(--accent,var(--lhr-blue)) 12%, #0a1527),#08111f);min-height:190px}.lhr-platform .icon{font-size:1.6rem}.lhr-platform p{color:#c9d6e5;font-size:.88rem}
.lhr-services{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.lhr-service{padding:22px;border-radius:16px;border:1px solid var(--lhr-line);background:#0d1b2f}.lhr-service h3{margin:.4em 0}.lhr-service p{color:var(--lhr-muted)}
.lhr-team{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.lhr-person{overflow:hidden;border:1px solid var(--lhr-line);border-radius:16px;background:#0c1729}.lhr-person img{aspect-ratio:4/3;object-fit:cover;width:100%}.lhr-person .meta{padding:14px;text-align:center}.lhr-person small{color:var(--lhr-muted)}
.lhr-cta{padding:34px 0;background:radial-gradient(circle at 20% 20%,rgba(22,133,255,.28),transparent 30%),linear-gradient(90deg,#0a1e40,#0f315d,#08172d);border-block:1px solid rgba(22,133,255,.35)}.lhr-cta-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px}.lhr-cta h3{font-size:1.7rem;margin:0}.lhr-cta p{margin:.2em 0 0;color:#bcd0e4}
.lhr-footer{padding:46px 0 28px;background:#050c16}.lhr-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px}.lhr-footer h4{margin-top:0}.lhr-footer ul{list-style:none;padding:0;margin:0}.lhr-footer li{margin:7px 0;color:#b5c4d4;font-size:.9rem}.lhr-copy{border-top:1px solid var(--lhr-line);margin-top:32px;padding-top:18px;color:#7f93a8;font-size:.82rem;text-align:center}
@media(max-width:980px){.lhr-menu{display:none}.lhr-hero-grid{grid-template-columns:1fr}.lhr-stats{grid-template-columns:repeat(2,1fr)}.lhr-grid{grid-template-columns:repeat(2,1fr)}.lhr-platforms{grid-template-columns:repeat(2,1fr)}.lhr-services,.lhr-team{grid-template-columns:repeat(2,1fr)}.lhr-footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.lhr-container{width:min(100% - 24px,var(--lhr-container))}.lhr-hero{padding-top:48px}.lhr-hero-visual{min-height:300px}.lhr-stats,.lhr-grid,.lhr-platforms,.lhr-services,.lhr-team,.lhr-footer-grid{grid-template-columns:1fr}.lhr-cta-wrap,.lhr-section-head{align-items:flex-start;flex-direction:column}.lhr-lang button{padding:8px 10px}}
.lhr-logo-img{max-height:48px;width:auto}
.lhr-nav-cta{background:var(--lhr-blue);padding:12px 18px;border-radius:10px;font-weight:700}
.lhr-centered-heading{text-align:center;margin-bottom:28px}.lhr-centered-heading h2{margin:.35rem 0 0;font-size:clamp(1.8rem,4vw,3rem)}
.lhr-logo-marquee{overflow:hidden;position:relative}.lhr-logo-track{display:flex;gap:16px;align-items:center;min-width:max-content;animation:lhrMarquee 28s linear infinite}.lhr-logo-marquee:hover .lhr-logo-track{animation-play-state:paused}
@keyframes lhrMarquee{from{transform:translateX(0)}to{transform:translateX(-18%)}}
.lhr-logo-card{min-width:190px;height:92px;display:flex;align-items:center;justify-content:center;background:#fff;color:#0a1730;border-radius:14px;padding:18px}.lhr-logo-card img{max-height:60px;width:auto;object-fit:contain}
.lhr-video-placeholder{height:100%;min-height:210px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:#56aaff;background:linear-gradient(135deg,#0b2140,#0d1828)}
@media(max-width:980px){.lhr-menu{display:flex;gap:12px;overflow-x:auto;font-size:.8rem}.lhr-nav{align-items:flex-start;padding:14px 0;flex-wrap:wrap}.lhr-lang{margin-left:auto}}
@media(max-width:700px){.lhr-menu{order:3;width:100%;padding-bottom:4px}.lhr-menu a{white-space:nowrap}.lhr-nav-cta{padding:8px 12px}}

/* v2.1: demo-ready clean home and WordPress admin-bar offsets */
body.admin-bar .lhr-header{top:32px}
.lhr-person-placeholder{aspect-ratio:4/3;display:grid;place-items:center;background:linear-gradient(135deg,#102544,#091628);font-size:2.2rem;font-weight:800;color:#55aaff}
.lhr-empty-note{border:1px dashed rgba(255,255,255,.18);border-radius:16px;padding:18px;color:var(--lhr-muted);text-align:center}
@media(max-width:782px){body.admin-bar .lhr-header{top:46px}}


/* v2.2 — Premium visual + motion layer. Structure/data remain unchanged. */
body{background:#030a14;background-image:radial-gradient(circle at 10% 10%,rgba(22,133,255,.08),transparent 26%),radial-gradient(circle at 90% 42%,rgba(186,99,255,.06),transparent 25%)}
.lhr-overlay{background:linear-gradient(180deg,rgba(2,8,18,.82),rgba(3,10,20,.94))}
.lhr-header{box-shadow:0 10px 40px rgba(0,0,0,.18)}
.lhr-menu a{position:relative}.lhr-menu a:not(.lhr-nav-cta):after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:linear-gradient(90deg,var(--lhr-blue),var(--lhr-cyan));transition:.25s}.lhr-menu a:hover:after{right:0}
.lhr-hero{min-height:720px;display:flex;align-items:center;padding:80px 0 46px;background-color:#030b17}.lhr-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,var(--lhr-blue),transparent);opacity:.55}.lhr-hero-aurora{position:absolute;inset:-20%;pointer-events:none;background:radial-gradient(circle at 70% 30%,rgba(22,133,255,calc(.24 * var(--lhr-glow))),transparent 26%),radial-gradient(circle at 80% 60%,rgba(255,76,158,calc(.10 * var(--lhr-glow))),transparent 22%);filter:blur(20px);animation:lhrAurora 10s ease-in-out infinite alternate}.lhr-hero-copy{position:relative;z-index:2}.lhr-hero h1{font-size:clamp(3.1rem,5.7vw,5.65rem);max-width:760px;text-shadow:0 10px 45px rgba(0,0,0,.35)}
.lhr-hero-visual{background:radial-gradient(circle at 50% 50%,rgba(15,92,190,.24),transparent 45%),linear-gradient(145deg,#06101d,#071a34);box-shadow:0 35px 90px rgba(0,0,0,.38),0 0 calc(90px * var(--lhr-glow)) rgba(22,133,255,.18) inset}.lhr-grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(36,148,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(36,148,255,.05) 1px,transparent 1px);background-size:42px 42px;mask-image:radial-gradient(circle,#000,transparent 72%)}
.lhr-orbit{animation:lhrSpin 18s linear infinite}.lhr-orbit.o2{animation-direction:reverse;animation-duration:13s}.lhr-orbit.o3{animation-duration:9s}.lhr-globe{animation:lhrPulse 4s ease-in-out infinite}.lhr-node{position:absolute;width:13px;height:13px;border-radius:50%;background:var(--lhr-cyan);box-shadow:0 0 20px var(--lhr-cyan)}.n1{top:22%;right:16%;animation:lhrFloat 4s ease-in-out infinite}.n2{top:58%;right:11%;animation:lhrFloat 5s ease-in-out infinite reverse}.n3{top:70%;right:48%;animation:lhrFloat 4.5s ease-in-out infinite}.n4{top:30%;right:58%;animation:lhrFloat 5.5s ease-in-out infinite reverse}
.lhr-btn{transition:transform .25s,box-shadow .25s,border-color .25s}.lhr-btn:hover{transform:translateY(-2px);border-color:rgba(86,180,255,.55)}.lhr-btn.primary:hover{box-shadow:0 12px 38px rgba(22,133,255,.42)}
.lhr-stat{transition:.3s;background:linear-gradient(180deg,rgba(15,36,67,.82),rgba(7,18,35,.82))}.lhr-stat:hover{transform:translateY(-5px);border-color:rgba(22,133,255,.45);box-shadow:0 16px 40px rgba(0,0,0,.22)}
.lhr-section{position:relative;overflow:hidden}.lhr-section:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(22,133,255,.06),transparent 68%);right:-260px;top:-260px;pointer-events:none}.lhr-section.alt{background:linear-gradient(180deg,rgba(12,26,48,.54),rgba(5,14,27,.46))}
.lhr-logo-marquee{padding:10px 0}.lhr-logo-track{animation-duration:34s}.lhr-logo-card{box-shadow:0 10px 32px rgba(0,0,0,.16);transition:.25s}.lhr-logo-card:hover{transform:translateY(-4px) scale(1.02)}
.lhr-slider{position:relative}.lhr-slider-btn{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(3,10,22,.88);color:#fff;font-size:1.7rem;cursor:pointer;backdrop-filter:blur(10px)}.lhr-slider-btn.prev{left:-20px}.lhr-slider-btn.next{right:-20px}.lhr-slider-btn:hover{background:var(--lhr-blue)}
.lhr-grid[data-slider-track]{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 2px 18px}.lhr-grid[data-slider-track]::-webkit-scrollbar,.lhr-platforms[data-slider-track]::-webkit-scrollbar{display:none}.lhr-project-card{flex:0 0 calc((100% - 36px)/3);scroll-snap-align:start;transition:.3s}.lhr-project-card:hover{transform:translateY(-7px);border-color:rgba(22,133,255,.5)}.lhr-video-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.35));pointer-events:none}.lhr-video-thumb img{transition:transform .45s}.lhr-project-card:hover .lhr-video-thumb img{transform:scale(1.045)}.lhr-play{z-index:2;transition:.25s}.lhr-project-card:hover .lhr-play{transform:translate(-50%,-50%) scale(1.1);background:var(--lhr-blue)}
.lhr-platforms[data-slider-track]{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:5px 2px 20px}.lhr-platforms[data-slider-track] .lhr-platform{flex:0 0 calc((100% - 56px)/5);scroll-snap-align:start}.lhr-platform,.lhr-service,.lhr-person{transition:transform .3s,box-shadow .3s,border-color .3s}.lhr-platform:hover,.lhr-service:hover,.lhr-person:hover{transform:translateY(-7px);box-shadow:0 22px 50px rgba(0,0,0,.3)}
.lhr-service:nth-child(1){border-color:rgba(22,133,255,.42)}.lhr-service:nth-child(2){border-color:rgba(41,211,145,.38)}.lhr-service:nth-child(3){border-color:rgba(255,154,31,.38)}.lhr-service:nth-child(4){border-color:rgba(186,99,255,.38)}
.lhr-cta{position:relative;overflow:hidden}.lhr-cta:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.07) 42%,transparent 60%);transform:translateX(-100%);animation:lhrSweep 7s ease-in-out infinite;pointer-events:none}
.lhr-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.lhr-reveal.is-visible{opacity:1;transform:none}
@keyframes lhrSpin{to{transform:rotate(360deg)}}@keyframes lhrPulse{50%{filter:brightness(1.25);transform:scale(1.025)}}@keyframes lhrFloat{50%{transform:translateY(-14px)}}@keyframes lhrAurora{to{transform:translate3d(-3%,2%,0) scale(1.05)}}@keyframes lhrSweep{0%,55%{transform:translateX(-100%)}80%,100%{transform:translateX(100%)}}
@media(max-width:980px){.lhr-hero{min-height:auto}.lhr-project-card{flex-basis:calc((100% - 18px)/2)}.lhr-platforms[data-slider-track] .lhr-platform{flex-basis:calc((100% - 18px)/2)}.lhr-slider-btn.prev{left:4px}.lhr-slider-btn.next{right:4px}}
@media(max-width:640px){.lhr-hero h1{font-size:clamp(2.8rem,14vw,4.3rem)}.lhr-project-card,.lhr-platforms[data-slider-track] .lhr-platform{flex-basis:88%}.lhr-slider-btn{display:none}.lhr-hero-visual{min-height:330px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.lhr-reveal{opacity:1;transform:none}}


/* v2.2.1 — Full-width dynamic hero, no boxed visual. Same theme, replace-in-place update. */
.lhr-hero{min-height:760px;padding:84px 0 42px;display:flex;align-items:center;isolation:isolate;background:#020814;position:relative;overflow:hidden}
.lhr-hero-backdrop{position:absolute;inset:0;z-index:-3;overflow:hidden;background-image:var(--lhr-custom-hero,linear-gradient(115deg,#020814 0%,#031129 48%,#071b3d 100%));background-size:cover;background-position:center}
.lhr-hero-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(1,7,17,.94) 0%,rgba(1,8,19,.82) 38%,rgba(2,10,24,.30) 69%,rgba(2,7,17,.12) 100%),linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.30))}
.lhr-tech-stars{position:absolute;inset:-10%;opacity:.74;background-image:radial-gradient(circle,rgba(45,162,255,.85) 0 1px,transparent 1.7px),radial-gradient(circle,rgba(255,255,255,.55) 0 1px,transparent 1.6px);background-size:79px 79px,131px 131px;background-position:12px 6px,52px 27px;animation:lhrStarDrift 28s linear infinite}
.lhr-network-lines{position:absolute;inset:-14% -6%;opacity:.42;background-image:repeating-linear-gradient(12deg,transparent 0 72px,rgba(16,133,255,.13) 73px,transparent 74px 132px),repeating-linear-gradient(-22deg,transparent 0 118px,rgba(18,199,255,.10) 119px,transparent 120px 190px);transform:perspective(700px) rotateX(7deg);animation:lhrNetworkMove 18s ease-in-out infinite alternate}
.lhr-world-glow{position:absolute;width:min(72vw,980px);aspect-ratio:1;right:-8vw;top:-13%;border-radius:50%;background:radial-gradient(circle at 54% 48%,rgba(28,143,255,.20),rgba(6,60,150,.12) 36%,rgba(3,25,68,.06) 60%,transparent 72%);box-shadow:0 0 120px rgba(26,129,255,.18);animation:lhrWorldBreath 7s ease-in-out infinite}
.lhr-world-grid{position:absolute;width:min(66vw,900px);aspect-ratio:1;right:-4vw;top:-7%;border-radius:50%;opacity:.77;background-image:radial-gradient(circle at center,rgba(34,142,255,.9) 0 1.15px,transparent 1.6px);background-size:10px 10px;mask-image:radial-gradient(circle,#000 0 58%,transparent 71%);-webkit-mask-image:radial-gradient(circle,#000 0 58%,transparent 71%);filter:drop-shadow(0 0 22px rgba(25,128,255,.45));animation:lhrWorldRotate 45s linear infinite}
.lhr-world-grid:before,.lhr-world-grid:after{content:"";position:absolute;inset:8%;border:1px solid rgba(31,149,255,.36);border-radius:50%;transform:rotate(18deg)}
.lhr-world-grid:after{inset:18% -5%;transform:rotate(-22deg);border-color:rgba(18,199,255,.24)}
.lhr-city{position:absolute;right:-2%;left:43%;bottom:11%;height:31%;opacity:.75;background:linear-gradient(180deg,transparent 0 22%,rgba(7,34,72,.65) 22%),repeating-linear-gradient(90deg,transparent 0 22px,rgba(22,117,224,.24) 23px 25px,transparent 26px 39px),linear-gradient(90deg,#071226,#0b2450);clip-path:polygon(0 83%,4% 83%,4% 56%,7% 56%,7% 72%,10% 72%,10% 42%,13% 42%,13% 65%,16% 65%,16% 30%,20% 30%,20% 76%,24% 76%,24% 50%,28% 50%,28% 69%,33% 69%,33% 37%,38% 37%,38% 60%,42% 60%,42% 21%,46% 21%,46% 68%,50% 68%,50% 49%,55% 49%,55% 73%,60% 73%,60% 33%,64% 33%,64% 64%,69% 64%,69% 43%,73% 43%,73% 70%,79% 70%,79% 27%,84% 27%,84% 63%,89% 63%,89% 46%,94% 46%,94% 74%,100% 74%,100% 100%,0 100%);filter:drop-shadow(0 0 18px rgba(22,133,255,.18))}
.lhr-light-road{position:absolute;right:-8%;bottom:-7%;width:66%;height:31%;opacity:.60;background:repeating-linear-gradient(166deg,transparent 0 26px,rgba(21,132,255,.0) 27px 39px,rgba(20,139,255,.78) 40px 42px,transparent 43px 60px),linear-gradient(170deg,transparent 15%,rgba(255,77,157,.42) 55%,transparent 59%);filter:blur(.3px);transform:skewX(-10deg);animation:lhrRoadGlow 6s ease-in-out infinite alternate}
.lhr-spark{position:absolute;width:5px;height:5px;border-radius:50%;background:#1ed6ff;box-shadow:0 0 10px 3px rgba(30,214,255,.55);animation:lhrSpark 4s ease-in-out infinite}.lhr-spark.s1{right:12%;top:12%}.lhr-spark.s2{right:26%;top:19%;animation-delay:-1s}.lhr-spark.s3{right:39%;top:31%;animation-delay:-2s}.lhr-spark.s4{right:8%;top:46%;animation-delay:-.5s}.lhr-spark.s5{right:31%;top:57%;animation-delay:-2.7s}.lhr-spark.s6{left:9%;top:30%;animation-delay:-1.8s}
.lhr-hero-content{position:relative;z-index:2;width:100%}.lhr-hero-copy{width:min(650px,56%);padding-top:12px}.lhr-hero h1{font-size:clamp(3.25rem,5.25vw,5.35rem);line-height:.96;letter-spacing:-.045em;max-width:690px;margin:.32em 0 .32em;text-shadow:0 12px 46px rgba(0,0,0,.45)}.lhr-hero p{max-width:620px;color:#dce8f5;font-size:1.05rem}.lhr-actions{margin-top:27px}.lhr-btn span{margin-left:10px;font-size:1.1em}
.lhr-hero .lhr-stats{margin-top:46px;grid-template-columns:repeat(5,1fr);gap:12px;max-width:100%}.lhr-hero .lhr-stat{min-height:92px;padding:16px 14px;display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;text-align:left;align-items:center;column-gap:10px;background:linear-gradient(180deg,rgba(8,28,56,.75),rgba(4,16,35,.76));border-color:rgba(37,142,255,.28);backdrop-filter:blur(10px);box-shadow:inset 0 0 30px rgba(30,129,255,.05)}.lhr-stat-icon{grid-row:1/3;font-size:1.35rem;color:#1da9ff;filter:drop-shadow(0 0 10px rgba(23,155,255,.65))}.lhr-hero .lhr-stat strong{font-size:1.8rem;line-height:1}.lhr-hero .lhr-stat>span:last-child{font-size:.72rem;color:#bed0e4;line-height:1.25}
.lhr-trust{position:relative;padding:44px 0 54px;background:linear-gradient(180deg,rgba(3,11,24,.96),rgba(4,14,31,.98));border-bottom:1px solid rgba(43,137,244,.18);overflow:hidden}.lhr-trust:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(19,117,239,.10),transparent 45%);pointer-events:none}.lhr-trust .lhr-centered-heading{margin-bottom:20px}.lhr-trust .lhr-centered-heading h2{font-size:clamp(2rem,3.2vw,3rem)}
.lhr-logo-slider{position:relative;padding:0 48px}.lhr-logo-viewport{overflow:hidden}.lhr-logo-track{display:flex;gap:14px;align-items:center;min-width:max-content;animation:none!important;will-change:transform}.lhr-logo-card{flex:0 0 205px;min-width:205px;height:88px;background:linear-gradient(180deg,rgba(12,30,57,.90),rgba(8,21,42,.94));border:1px solid rgba(67,143,238,.20);color:#fff;border-radius:12px;padding:16px;box-shadow:inset 0 0 22px rgba(24,116,228,.05),0 10px 30px rgba(0,0,0,.16);filter:none}.lhr-logo-card img{max-height:52px;max-width:168px;object-fit:contain;filter:brightness(0) invert(1);opacity:.92}.lhr-logo-card strong{font-size:.9rem;letter-spacing:.01em;text-align:center}.lhr-logo-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:64px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(7,19,38,.82);color:#fff;font-size:2rem;cursor:pointer;transition:.25s}.lhr-logo-arrow:hover{background:#0e6fea;border-color:#1685ff}.lhr-logo-arrow.prev{left:0}.lhr-logo-arrow.next{right:0}.lhr-slider-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}.lhr-slider-dots i{width:7px;height:7px;border-radius:50%;background:#33455e}.lhr-slider-dots i.active{width:18px;border-radius:8px;background:#1685ff}
@keyframes lhrStarDrift{to{transform:translate3d(-79px,79px,0)}}@keyframes lhrNetworkMove{to{transform:perspective(700px) rotateX(7deg) translate3d(-2%,2%,0)}}@keyframes lhrWorldRotate{to{transform:rotate(360deg)}}@keyframes lhrWorldBreath{50%{transform:scale(1.035);filter:brightness(1.18)}}@keyframes lhrRoadGlow{to{opacity:.82;transform:skewX(-10deg) translateX(2%)}}@keyframes lhrSpark{50%{transform:scale(1.8);opacity:.45}}
@media(max-width:980px){.lhr-hero{min-height:auto;padding-top:72px}.lhr-hero-copy{width:min(720px,72%)}.lhr-world-glow,.lhr-world-grid{right:-26vw;opacity:.58}.lhr-city{left:48%;opacity:.48}.lhr-hero .lhr-stats{grid-template-columns:repeat(3,1fr)}.lhr-logo-card{flex-basis:185px;min-width:185px}}
@media(max-width:700px){.lhr-hero{padding:56px 0 34px}.lhr-hero-copy{width:100%}.lhr-hero h1{font-size:clamp(2.65rem,13vw,4.25rem);max-width:100%}.lhr-hero-shade{background:linear-gradient(180deg,rgba(1,7,17,.84),rgba(1,8,20,.91))}.lhr-world-glow,.lhr-world-grid{width:120vw;right:-52vw;top:8%;opacity:.30}.lhr-city{left:15%;right:-15%;bottom:22%;opacity:.20}.lhr-light-road{opacity:.24}.lhr-hero .lhr-stats{grid-template-columns:repeat(2,1fr);margin-top:36px}.lhr-hero .lhr-stat{grid-template-columns:32px 1fr;min-height:82px}.lhr-stat-icon{font-size:1.05rem}.lhr-logo-slider{padding:0 36px}.lhr-logo-card{flex-basis:170px;min-width:170px;height:78px}.lhr-logo-arrow{width:32px;height:54px}}

/* v2.2.2 — Hero más vivo, equipo adaptable y videos en modal */
.lhr-hero-backdrop{filter:saturate(1.28) brightness(1.13) contrast(1.04)}
.lhr-hero-shade{background:linear-gradient(90deg,rgba(1,7,17,.78) 0%,rgba(1,8,19,.58) 38%,rgba(2,10,24,.12) 70%,rgba(2,7,17,.04) 100%),linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.14))}
.lhr-hero-copy{position:relative;z-index:3}.lhr-hero h1{text-shadow:0 8px 36px rgba(0,0,0,.52)}.lhr-hero p{text-shadow:0 3px 18px rgba(0,0,0,.68)}
.lhr-person{display:flex;flex-direction:column;min-height:360px}.lhr-person img{width:100%;height:280px;aspect-ratio:auto;object-fit:contain;object-position:center bottom;background:radial-gradient(circle at 50% 35%,rgba(31,125,255,.12),transparent 50%),linear-gradient(180deg,#102541,#0a1728)}.lhr-person-placeholder{height:280px;aspect-ratio:auto}.lhr-person .meta{margin-top:auto}
.lhr-video-thumb.lhr-open-video{cursor:pointer}.lhr-video-link{appearance:none;border:0;background:transparent;padding:0;cursor:pointer;font:inherit}.lhr-video-link:hover{color:#fff}.lhr-video-thumb.lhr-open-video:focus-visible{outline:3px solid var(--lhr-cyan);outline-offset:-3px}
.lhr-video-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:28px}.lhr-video-modal.is-open{display:flex}.lhr-video-modal-backdrop{position:absolute;inset:0;background:rgba(1,6,15,.86);backdrop-filter:blur(12px)}.lhr-video-modal-dialog{position:relative;z-index:2;width:min(1100px,94vw);background:#050d19;border:1px solid rgba(45,151,255,.36);border-radius:18px;padding:12px;box-shadow:0 30px 100px rgba(0,0,0,.68),0 0 50px rgba(22,133,255,.16)}.lhr-video-modal-frame{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:11px;background:#02060d}.lhr-video-modal-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.lhr-video-loading{position:absolute;inset:0;display:grid;place-items:center;color:#a9bbcf}.lhr-video-modal-close{position:absolute;right:-12px;top:-12px;z-index:4;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:#0d203b;color:#fff;font-size:1.8rem;line-height:1;cursor:pointer;box-shadow:0 8px 30px rgba(0,0,0,.4)}body.lhr-modal-open{overflow:hidden}
@media(max-width:700px){.lhr-hero-backdrop{filter:saturate(1.18) brightness(1.07)}.lhr-hero-shade{background:linear-gradient(180deg,rgba(1,7,17,.56),rgba(1,8,20,.70))}.lhr-person{min-height:0}.lhr-person img,.lhr-person-placeholder{height:320px}.lhr-video-modal{padding:12px}.lhr-video-modal-dialog{width:100%;padding:8px}.lhr-video-modal-close{right:4px;top:-50px}}

/* v2.2.3 — Hero alignment + subtle background motion + original logo colors */
/* Restore the normal centered container: the previous full-width rule was stretching hero content to the viewport edges. */
.lhr-hero-content{
  width:min(var(--lhr-container),calc(100% - 40px));
  margin-left:auto;
  margin-right:auto;
}

/* Let the uploaded hero artwork be the visual focus. Remove duplicated synthetic globe/city layers. */
.lhr-hero-backdrop{
  filter:saturate(1.18) brightness(1.07) contrast(1.02);
  background-position:center center;
  background-size:cover;
  transform-origin:center center;
  animation:lhrHeroDrift 22s ease-in-out infinite alternate;
}
.lhr-world-glow,
.lhr-world-grid,
.lhr-city,
.lhr-light-road,
.lhr-network-lines{display:none!important}
.lhr-tech-stars{opacity:.16;animation:lhrStarDrift 46s linear infinite}
.lhr-spark{opacity:.28;transform:scale(.72);animation-duration:7s}
.lhr-hero-shade{
  background:linear-gradient(90deg,rgba(1,7,17,.78) 0%,rgba(1,8,19,.61) 35%,rgba(2,10,24,.17) 66%,rgba(2,7,17,.02) 100%),linear-gradient(180deg,rgba(0,0,0,.01),rgba(0,0,0,.12));
}
@keyframes lhrHeroDrift{
  0%{transform:scale(1.005) translate3d(0,0,0)}
  100%{transform:scale(1.025) translate3d(-.35%,.2%,0)}
}

/* Keep uploaded transparent client logos in their original colors. */
.lhr-logo-card{
  background:rgba(255,255,255,.96);
  border-color:rgba(255,255,255,.18);
}
.lhr-logo-card img{
  filter:none!important;
  opacity:1!important;
  mix-blend-mode:normal;
  max-height:60px;
  max-width:170px;
}

/* Team images: never crop faces; keep complete uploaded image visible. */
.lhr-person{overflow:hidden}
.lhr-person img{
  width:100%;
  height:280px;
  object-fit:scale-down!important;
  object-position:center center!important;
  padding:10px 10px 0;
  background:radial-gradient(circle at 50% 38%,rgba(31,125,255,.12),transparent 54%),linear-gradient(180deg,#102541,#0a1728);
}

@media(max-width:700px){
  .lhr-hero-content{width:min(var(--lhr-container),calc(100% - 24px))}
  .lhr-hero-backdrop{filter:saturate(1.12) brightness(1.04);animation-duration:28s}
  .lhr-tech-stars{opacity:.10}
  .lhr-spark{opacity:.18}
  .lhr-person img{height:320px;padding:8px 8px 0}
}
@media(prefers-reduced-motion:reduce){.lhr-hero-backdrop{animation:none!important;transform:none!important}}

/* v2.3 — Premium Dynamic Experience */
:root{--lhr-premium-bg:url("assets/images/lhr-premium-lower-bg.png")}
#projects,.lhr-section.alt,#services{background-color:rgba(3,10,20,.90);background-image:linear-gradient(180deg,rgba(3,10,20,.88),rgba(3,10,20,.94)),var(--lhr-premium-bg);background-size:cover;background-position:center;background-attachment:fixed}
#projects:after,#services:after,.lhr-section.alt:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 55%,rgba(22,133,255,.08),transparent 28%),radial-gradient(circle at 82% 45%,rgba(153,73,255,.06),transparent 26%)}
.lhr-section>.lhr-container{position:relative;z-index:1}.lhr-section{border-top:1px solid rgba(72,145,232,.10)}.lhr-section.alt{background-color:rgba(3,10,20,.90)}
.lhr-centered-heading h2,.lhr-section-head h2{letter-spacing:-.035em;text-wrap:balance}.lhr-centered-heading .lhr-kicker,.lhr-section-head .lhr-kicker{letter-spacing:.045em}.lhr-centered-heading:after{content:"";display:block;width:64px;height:2px;margin:18px auto 0;background:linear-gradient(90deg,transparent,var(--lhr-cyan),var(--lhr-blue),transparent);box-shadow:0 0 18px rgba(24,161,255,.35)}
.lhr-project-card{opacity:.74;transform:scale(.965);filter:saturate(.78);transition:transform .42s ease,opacity .42s ease,filter .42s ease,border-color .3s,box-shadow .3s}.lhr-project-card.is-active-card{opacity:1;transform:scale(1.025) translateY(-5px);filter:saturate(1.08);border-color:rgba(28,165,255,.58);box-shadow:0 24px 70px rgba(0,0,0,.36),0 0 42px rgba(22,133,255,.12)}.lhr-project-card.is-active-card .lhr-play{background:var(--lhr-blue);box-shadow:0 0 28px rgba(22,133,255,.45)}
.lhr-platforms .lhr-platform{opacity:.76;transform:scale(.97);transition:transform .42s ease,opacity .42s ease,box-shadow .35s,border-color .35s,filter .35s}.lhr-platforms .lhr-platform.is-active-card{opacity:1;transform:scale(1.035) translateY(-5px);filter:saturate(1.12);box-shadow:0 24px 65px rgba(0,0,0,.34),0 0 34px rgba(22,133,255,.16)}.lhr-platform .icon{transition:transform .3s,text-shadow .3s}.lhr-platform:hover .icon,.lhr-platform.is-active-card .icon{transform:translateY(-3px) scale(1.08);text-shadow:0 0 18px var(--accent)}
.lhr-service{position:relative;overflow:hidden;isolation:isolate}.lhr-service:after{content:"";position:absolute;inset:auto -25% -70% -25%;height:130px;background:radial-gradient(ellipse,rgba(22,133,255,.18),transparent 68%);opacity:0;transition:.35s;z-index:-1}.lhr-service:hover:after{opacity:1;transform:translateY(-22px)}.lhr-service .icon{transition:transform .3s,filter .3s}.lhr-service:hover .icon{transform:translateY(-4px) scale(1.12);filter:drop-shadow(0 0 12px rgba(39,164,255,.65))}
.lhr-person{position:relative;background:linear-gradient(180deg,rgba(16,37,65,.92),rgba(7,18,34,.96));box-shadow:0 16px 45px rgba(0,0,0,.18)}.lhr-person:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(37,151,255,.10),transparent 35%,transparent 70%,rgba(151,75,255,.08));opacity:.35;transition:.35s}.lhr-person:hover:before{opacity:1}.lhr-person img{transition:transform .45s ease,filter .45s ease}.lhr-person:hover img{transform:scale(1.025);filter:brightness(1.05)}.lhr-person .meta{position:relative;background:linear-gradient(180deg,rgba(6,17,32,.65),rgba(6,17,32,.96));border-top:1px solid rgba(83,151,226,.12)}
.lhr-reveal .lhr-stat,.lhr-reveal .lhr-project-card,.lhr-reveal .lhr-platform,.lhr-reveal .lhr-service,.lhr-reveal .lhr-person{transition-delay:var(--lhr-delay,0ms)}
.lhr-cta{background:linear-gradient(90deg,#0a2d61,#0c3c75 48%,#091d3e);isolation:isolate}.lhr-cta:before{content:"";position:absolute;inset:-70% -10%;z-index:-1;background:radial-gradient(ellipse at 25% 50%,rgba(22,168,255,.22),transparent 30%),radial-gradient(ellipse at 75% 50%,rgba(117,74,255,.16),transparent 28%);animation:lhrCtaWave 12s ease-in-out infinite alternate}@keyframes lhrCtaWave{to{transform:translateX(6%) scale(1.05)}}
.lhr-header{backdrop-filter:blur(16px);background:rgba(2,9,19,.90)}
@media(max-width:980px){#projects,.lhr-section.alt,#services{background-attachment:scroll}.lhr-project-card,.lhr-platforms .lhr-platform{opacity:1;filter:none;transform:none}.lhr-project-card.is-active-card,.lhr-platforms .lhr-platform.is-active-card{transform:translateY(-3px)}}
@media(prefers-reduced-motion:reduce){.lhr-cta:before{animation:none!important}.lhr-project-card,.lhr-platforms .lhr-platform{opacity:1!important;transform:none!important;filter:none!important}}

/* PREMIUM DYNAMIC v2.3.1 */
body.home .lhr-section{position:relative;overflow:hidden}
body.home #projects,body.home #platforms,body.home #services,body.home #team,.home .lhr-section.alt{
background:radial-gradient(circle at 12% 20%,rgba(0,153,255,.11),transparent 25%),radial-gradient(circle at 88% 72%,rgba(105,62,255,.08),transparent 24%),linear-gradient(180deg,#061326,#030b17)!important}
body.home .lhr-project-card,body.home .lhr-platform,body.home .lhr-service,body.home .lhr-person{transition:transform .38s ease,box-shadow .38s ease,border-color .38s ease,filter .38s ease!important}
body.home .lhr-project-card:hover,body.home .lhr-platform:hover,body.home .lhr-service:hover,body.home .lhr-person:hover{transform:translateY(-9px) scale(1.015)!important;border-color:rgba(32,163,255,.58)!important;box-shadow:0 25px 70px rgba(0,0,0,.4),0 0 35px rgba(0,140,255,.14)!important}
body.home .is-premium-center{transform:translateY(-7px) scale(1.03)!important;filter:brightness(1.1) saturate(1.08);border-color:rgba(32,163,255,.68)!important;box-shadow:0 28px 75px rgba(0,0,0,.42),0 0 42px rgba(0,140,255,.18)!important}
body.home .lhr-person img{object-fit:contain!important;object-position:center bottom!important}
body.home .lhr-header{background:rgba(2,9,18,.91)!important;backdrop-filter:blur(16px)}
body.home .lhr-cta{position:relative;overflow:hidden;background:linear-gradient(90deg,#0a2d60,#104a88 48%,#0b2854)!important}
body.home .lhr-cta:after{content:"";position:absolute;inset:-100% -30%;background:linear-gradient(105deg,transparent 38%,rgba(255,255,255,.08) 49%,transparent 60%);animation:lhrSheen 9s ease-in-out infinite;pointer-events:none}
@keyframes lhrSheen{0%,35%{transform:translateX(-35%)}70%,100%{transform:translateX(35%)}}
@media(prefers-reduced-motion:reduce){body.home .lhr-cta:after{animation:none!important}}

/* LHR PREMIUM REFINEMENT v2.3.2 */

/* 1) Proyectos laterales: secundarios, pero nunca apagados */
body.home .lhr-project-card{
  opacity:.90 !important;
  filter:saturate(.92) brightness(.96) !important;
}
body.home .lhr-project-card.is-premium-center{
  opacity:1 !important;
  filter:saturate(1.08) brightness(1.08) !important;
}
body.home .lhr-project-card:hover{
  opacity:1 !important;
  filter:saturate(1.03) brightness(1.04) !important;
}

/* 2) Plataformas: sensación de carrusel premium, sin exagerar */
body.home .lhr-platform{
  opacity:.92 !important;
  filter:saturate(.95) !important;
}
body.home .lhr-platform.is-premium-center{
  opacity:1 !important;
  filter:saturate(1.10) brightness(1.06) !important;
}

/* 3) Soluciones: cada tarjeta responde con su propio acento */
body.home .lhr-service{
  --service-glow: rgba(22,133,255,.18);
}
body.home .lhr-service:nth-child(2){--service-glow:rgba(35,206,168,.18)}
body.home .lhr-service:nth-child(3){--service-glow:rgba(255,161,36,.16)}
body.home .lhr-service:nth-child(4){--service-glow:rgba(174,91,255,.17)}
body.home .lhr-service:hover{
  box-shadow:0 22px 60px rgba(0,0,0,.30),0 0 34px var(--service-glow) !important;
}
body.home .lhr-service .icon{
  transition:transform .32s ease,filter .32s ease;
}
body.home .lhr-service:hover .icon{
  transform:translateY(-5px) scale(1.10);
  filter:drop-shadow(0 0 10px currentColor);
}

/* 4) Fondo con partículas sutiles: no mueve la imagen completa */
body.home #projects,
body.home #platforms,
body.home #services,
body.home #team,
body.home .lhr-section.alt{
  position:relative;
  isolation:isolate;
}
body.home #projects::after,
body.home #platforms::after,
body.home #services::after,
body.home #team::after,
body.home .lhr-section.alt::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  opacity:.30;
  background-image:
    radial-gradient(circle,rgba(69,176,255,.42) 0 1px,transparent 1.7px),
    radial-gradient(circle,rgba(155,103,255,.30) 0 1px,transparent 1.7px);
  background-size:74px 74px,112px 112px;
  background-position:0 0,28px 36px;
  animation:lhrParticleDrift 32s linear infinite;
  mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent);
}
body.home #projects > *,
body.home #platforms > *,
body.home #services > *,
body.home #team > *,
body.home .lhr-section.alt > *{
  position:relative;
  z-index:1;
}
@keyframes lhrParticleDrift{
  to{background-position:74px 30px,140px 66px}
}

/* 5) Transiciones de fondo más fluidas entre secciones */
body.home #projects{
  background:
    radial-gradient(circle at 12% 15%,rgba(0,151,255,.13),transparent 26%),
    linear-gradient(180deg,#061427 0%,#07162a 100%) !important;
}
body.home #platforms,
body.home .lhr-platform-section{
  background:
    radial-gradient(circle at 86% 30%,rgba(99,68,255,.10),transparent 28%),
    linear-gradient(180deg,#07162a 0%,#08172c 100%) !important;
}
body.home #services{
  background:
    radial-gradient(circle at 18% 60%,rgba(0,166,255,.08),transparent 26%),
    linear-gradient(180deg,#08172c 0%,#061225 100%) !important;
}
body.home #team{
  background:
    radial-gradient(circle at 82% 45%,rgba(101,69,255,.07),transparent 24%),
    linear-gradient(180deg,#061225 0%,#040d1b 100%) !important;
}

/* 6) Encabezados con respiración y línea luminosa uniforme */
body.home .lhr-centered-heading:after,
body.home .lhr-section-head:after{
  content:"";
  display:block;
  width:62px;
  height:2px;
  margin:18px auto 0;
  background:linear-gradient(90deg,transparent,#19c6ff,#138cff,transparent);
  box-shadow:0 0 16px rgba(25,198,255,.35);
  border-radius:999px;
}

/* 7) CTA inferior más vivo, sin ser llamativo */
body.home .lhr-cta{
  box-shadow:inset 0 1px rgba(72,168,255,.18),inset 0 -1px rgba(72,168,255,.10);
}
body.home .lhr-cta:before{
  content:"";
  position:absolute;
  inset:-60% -15%;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 20% 50%,rgba(27,170,255,.20),transparent 28%),
    radial-gradient(ellipse at 80% 50%,rgba(133,75,255,.13),transparent 26%);
  animation:lhrCtaFlow 14s ease-in-out infinite alternate;
}
@keyframes lhrCtaFlow{
  to{transform:translateX(5%) scale(1.04)}
}

/* 8) Menos movimiento si el sistema lo solicita */
@media(prefers-reduced-motion:reduce){
  body.home #projects::after,
  body.home #platforms::after,
  body.home #services::after,
  body.home #team::after,
  body.home .lhr-section.alt::after,
  body.home .lhr-cta:before{
    animation:none !important;
  }
}


/* LHR CONTACT + ANCHOR FIX v2.3.4 */
html{scroll-behavior:smooth}
.lhr-scroll-target{scroll-margin-top:92px}

/* Contact form becomes part of the homepage rather than a separate page */
.lhr-contact-section{
  position:relative;
  padding:82px 0 96px;
  background:
    radial-gradient(circle at 12% 20%,rgba(0,158,255,.12),transparent 28%),
    radial-gradient(circle at 88% 72%,rgba(106,65,255,.10),transparent 26%),
    linear-gradient(180deg,#061326 0%,#030b17 100%);
  border-top:1px solid rgba(70,151,234,.14);
}
.lhr-contact-grid{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);
  gap:70px;
  align-items:start;
}
.lhr-contact-copy{
  position:sticky;
  top:120px;
  padding-top:18px;
}
.lhr-contact-copy h2{
  margin:12px 0 18px;
  font-size:clamp(38px,4.2vw,64px);
  line-height:.98;
  letter-spacing:-.045em;
}
.lhr-contact-copy>p{max-width:540px;color:#afbdd0;font-size:18px;line-height:1.7}
.lhr-contact-points{display:grid;gap:11px;margin-top:30px;color:#d7e7fb}
.lhr-contact-points span{display:block;padding:10px 0;border-bottom:1px solid rgba(84,151,225,.12)}

.lhr-contact-form-card{
  min-height:320px;
  padding:30px;
  border-radius:22px;
  border:1px solid rgba(54,151,255,.24);
  background:linear-gradient(180deg,rgba(15,35,61,.88),rgba(6,17,32,.94));
  box-shadow:0 30px 80px rgba(0,0,0,.32),0 0 45px rgba(0,135,255,.08);
  backdrop-filter:blur(12px);
}
.lhr-form-admin-note{
  padding:22px;border-radius:14px;color:#d9eaff;
  background:rgba(17,55,94,.55);border:1px dashed rgba(52,157,255,.5)
}

/* Normalize common form plugins to the theme */
.lhr-contact-form-card label,
.lhr-contact-form-card .ff-el-input--label label{color:#dce9f8!important}
.lhr-contact-form-card input:not([type=checkbox]):not([type=radio]),
.lhr-contact-form-card select,
.lhr-contact-form-card textarea{
  width:100%;
  color:#f5f9ff!important;
  background:rgba(2,12,25,.72)!important;
  border:1px solid rgba(99,158,221,.28)!important;
  border-radius:10px!important;
  box-shadow:none!important;
}
.lhr-contact-form-card input:focus,
.lhr-contact-form-card select:focus,
.lhr-contact-form-card textarea:focus{
  outline:none!important;
  border-color:#168cff!important;
  box-shadow:0 0 0 3px rgba(22,140,255,.12)!important;
}
.lhr-contact-form-card button[type=submit],
.lhr-contact-form-card input[type=submit],
.lhr-contact-form-card .ff-btn-submit{
  border:0!important;border-radius:10px!important;
  background:linear-gradient(135deg,#168cff,#0873e6)!important;
  color:#fff!important;font-weight:800!important;
  padding:14px 24px!important;
  box-shadow:0 12px 28px rgba(10,118,230,.26)!important;
}

/* Make it obvious which section is reached from Hero Services */
#services.lhr-anchor-flash{
  animation:lhrAnchorFlash 1.05s ease;
}
@keyframes lhrAnchorFlash{
  0%{box-shadow:inset 0 0 0 rgba(24,147,255,0)}
  45%{box-shadow:inset 0 0 90px rgba(24,147,255,.10)}
  100%{box-shadow:inset 0 0 0 rgba(24,147,255,0)}
}
@media(max-width:980px){
  .lhr-scroll-target{scroll-margin-top:76px}
  .lhr-contact-grid{grid-template-columns:1fr;gap:34px}
  .lhr-contact-copy{position:static}
  .lhr-contact-form-card{padding:20px}
}

/* Guided Contact Experience v2.3.5 */
.lhr-wizard-shell{max-width:940px}
.lhr-wizard-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:18px}
.lhr-wizard-head h2{font-size:clamp(38px,5vw,62px);margin:8px 0 5px;letter-spacing:-.04em}
.lhr-wizard-head p{color:#9fb2c9;margin:0}.lhr-step-count{font-size:18px;color:#8ca4bf}
.lhr-progress{height:3px;background:rgba(255,255,255,.08);border-radius:10px;overflow:hidden;margin-bottom:42px}
.lhr-progress i{display:block;width:25%;height:100%;background:linear-gradient(90deg,#0b7cff,#17c8ff);transition:.35s}
.lhr-guided-form{padding:34px;border:1px solid rgba(55,151,255,.2);border-radius:24px;background:rgba(7,21,40,.72);box-shadow:0 28px 80px rgba(0,0,0,.25)}
.lhr-step{display:none;animation:lhrStepIn .32s ease}.lhr-step.is-active{display:block}
@keyframes lhrStepIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.lhr-step h3{font-size:28px;margin:0 0 25px}.lhr-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.lhr-choice-grid-3{grid-template-columns:repeat(3,1fr)}
.lhr-choice,.lhr-channel{min-height:74px;text-align:left;padding:18px 20px;border:1px solid rgba(104,160,220,.22);border-radius:14px;background:#0b1b31;color:#fff;font-weight:700;font-size:16px;cursor:pointer;transition:.2s}
.lhr-choice span{float:right;color:#21baff}.lhr-choice:hover,.lhr-choice.is-selected,.lhr-channel:hover,.lhr-channel.is-selected{border-color:#168cff;transform:translateY(-2px);background:#0e2746;box-shadow:0 12px 30px rgba(0,119,255,.12)}
.lhr-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.lhr-fields input:first-child{grid-column:1/-1}
.lhr-step textarea,.lhr-fields input{box-sizing:border-box;width:100%;padding:16px 17px;background:#061426;border:1px solid rgba(104,160,220,.25);border-radius:12px;color:#fff;font-size:16px}
.lhr-step small{display:block;color:#8096af;margin-top:12px}.lhr-consent{display:flex;gap:10px;align-items:flex-start;color:#9fb2c9;margin:24px 0}
.lhr-wizard-nav{display:flex;justify-content:space-between;margin-top:28px}.lhr-back,.lhr-next{border:0;border-radius:10px;padding:13px 20px;font-weight:800;cursor:pointer}
.lhr-back{background:transparent;color:#9db2ca}.lhr-next{margin-left:auto;background:#168cff;color:#fff}.lhr-back[hidden],.lhr-next[hidden]{display:none}
.lhr-submit-wrap{margin-top:18px}
/* Keep Smart Forms as the secure submission engine but hide its long visual UI in guided mode. */
.lhr-submit-wrap > :not(.lhr-form-admin-note){max-height:180px;overflow:auto}
@media(max-width:700px){.lhr-guided-form{padding:22px}.lhr-choice-grid,.lhr-choice-grid-3,.lhr-fields{grid-template-columns:1fr}.lhr-fields input:first-child{grid-column:auto}.lhr-wizard-head{align-items:start}.lhr-step-count{white-space:nowrap}}

/* v2.3.6 — Step 4 cleanup */
.lhr-submit-wrap{display:none!important}
.lhr-final-action{margin-top:26px}
.lhr-send-request{
 width:100%;min-height:54px;border:0;border-radius:11px;
 background:linear-gradient(135deg,#168cff,#0873e6);color:#fff;
 font-weight:900;font-size:15px;cursor:pointer;
 box-shadow:0 14px 30px rgba(10,118,230,.24);transition:.2s ease
}
.lhr-send-request:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(10,118,230,.32)}
.lhr-final-note{margin:12px 0 0!important;text-align:center;color:#8299b3!important;font-size:13px!important}

/* v2.3.7 submission states */
.lhr-send-request:disabled{opacity:.65;cursor:wait;transform:none!important}
.lhr-submit-success{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  width:100%;box-sizing:border-box;padding:17px 20px;border-radius:11px;
  background:rgba(15,128,93,.18);border:1px solid rgba(50,214,161,.42);
  color:#d9fff1
}
.lhr-submit-success strong{font-size:16px}.lhr-submit-success span{color:#9cdcc6;font-size:13px}
@media(max-width:640px){.lhr-submit-success{align-items:flex-start;flex-direction:column;gap:6px}}

/* v2.3.8 WhatsApp continuation */
.lhr-whatsapp-continue{
  display:block;margin-top:14px;padding:15px 20px;text-align:center;
  border-radius:10px;background:#20b858;color:#fff!important;
  font-weight:900;text-decoration:none!important;
  box-shadow:0 12px 28px rgba(32,184,88,.22)
}
.lhr-whatsapp-continue:hover{filter:brightness(1.06);transform:translateY(-1px)}


/* v2.3.10 — Floating WhatsApp */
.lhr-wa-float{
  position:fixed;right:24px;bottom:24px;z-index:9998;
  display:flex;align-items:center;gap:10px;
  min-height:56px;padding:0 18px 0 10px;
  border-radius:999px;
  background:linear-gradient(135deg,#25d366,#18a94f);
  color:#fff!important;text-decoration:none!important;
  font-weight:900;font-size:14px;
  box-shadow:0 18px 42px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.10) inset;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.lhr-wa-float:hover{
  transform:translateY(-3px) scale(1.02);
  filter:brightness(1.04);
  box-shadow:0 24px 48px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.16) inset;
}
.lhr-wa-icon{
  display:grid;place-items:center;
  width:40px;height:40px;border-radius:50%;
  background:rgba(255,255,255,.16);
  font-size:22px;line-height:1;
}
.lhr-wa-label{white-space:nowrap}
@media(max-width:640px){
  .lhr-wa-float{right:16px;bottom:16px;width:56px;height:56px;min-height:56px;padding:0;justify-content:center}
  .lhr-wa-label{display:none}
  .lhr-wa-icon{width:44px;height:44px}
}
@media(prefers-reduced-motion:reduce){
  .lhr-wa-float{transition:none}
}

/* v2.3.11 — force visibility above theme overlays */
.lhr-wa-float{
  z-index:2147483000!important;
  visibility:visible!important;
  opacity:1!important;
}

/* v2.3.12 — WhatsApp direct footer render */
#lhrWhatsappFloat.lhr-wa-float-direct{
  display:flex!important;
  position:fixed!important;
  right:24px!important;
  bottom:24px!important;
  z-index:2147483646!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
@media(max-width:640px){
  #lhrWhatsappFloat.lhr-wa-float-direct{
    right:16px!important;
    bottom:16px!important;
  }
}

/* v2.3.13 — diagnostic state */
#lhrWhatsappFloat.lhr-wa-float-direct{
  display:flex!important;
  position:fixed!important;
  right:24px!important;
  bottom:24px!important;
  z-index:2147483646!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
#lhrWhatsappFloat.lhr-wa-needs-config{
  background:linear-gradient(135deg,#f0a31a,#c97800)!important;
}

/* v2.3.15 — Dynamic contact launcher */
.lhr-contact-float{position:fixed;right:24px;bottom:24px;z-index:2147483000;font-family:inherit}
.lhr-contact-launcher{position:relative;display:flex;align-items:center;gap:10px;min-height:58px;padding:0 20px;border:1px solid rgba(76,174,255,.35);border-radius:999px;background:linear-gradient(135deg,#0877e8,#14a7ff);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 18px 45px rgba(0,88,190,.35)}
.lhr-contact-pulse{position:absolute;inset:-6px;border:1px solid rgba(30,166,255,.28);border-radius:999px;animation:lhrContactPulse 2.6s ease-out infinite}
@keyframes lhrContactPulse{0%{opacity:.8;transform:scale(.96)}70%,100%{opacity:0;transform:scale(1.14)}}
.lhr-contact-launcher-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.15)}
.lhr-contact-panel{position:absolute;right:0;bottom:74px;width:min(430px,calc(100vw - 32px));padding:22px;border:1px solid rgba(72,159,255,.27);border-radius:22px;background:linear-gradient(180deg,rgba(8,25,48,.985),rgba(3,12,25,.99));box-shadow:0 30px 90px rgba(0,0,0,.48);backdrop-filter:blur(18px);opacity:0;transform:translateY(14px) scale(.98);transition:.22s ease;pointer-events:none}
.lhr-contact-panel.is-open{opacity:1;transform:none;pointer-events:auto}
.lhr-contact-close{position:absolute;right:14px;top:12px;width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.06);color:#a9bdd2;font-size:23px;cursor:pointer}
.lhr-contact-mini-kicker{font-size:11px;font-weight:900;color:#16bfff;letter-spacing:.08em}
.lhr-contact-panel-head h3{margin:7px 40px 7px 0;font-size:27px;line-height:1.05}.lhr-contact-panel-head p{margin:0 0 17px;color:#90a6bf;font-size:13px}
.lhr-quick-services{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.lhr-quick-service,.lhr-quick-method{border:1px solid rgba(89,151,215,.22);border-radius:11px;background:#0b1d34;color:#eaf4ff;text-align:left;padding:11px 12px;font-weight:750;cursor:pointer;transition:.18s}
.lhr-quick-service:hover,.lhr-quick-service.is-selected,.lhr-quick-method:hover,.lhr-quick-method.is-selected{border-color:#168cff;background:#10345c}
.lhr-quick-fields{display:grid;gap:9px;margin-top:14px}.lhr-quick-two{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.lhr-quick-fields input,.lhr-quick-fields textarea{box-sizing:border-box;width:100%;padding:12px 13px;border:1px solid rgba(88,151,215,.24);border-radius:10px;background:#061425;color:#f5f9ff;font:inherit}
.lhr-contact-method-title{margin:15px 0 9px;font-size:13px;font-weight:850;color:#dcecff}
.lhr-quick-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.lhr-quick-method span,.lhr-quick-method small{display:block}.lhr-quick-method small{margin-top:3px;color:#8097b0;font-size:10px}
.lhr-quick-consent{display:flex;gap:9px;align-items:flex-start;margin:14px 0;color:#8ea4bc;font-size:11px;line-height:1.4}
.lhr-quick-submit{width:100%;min-height:46px;border:0;border-radius:10px;background:linear-gradient(135deg,#168cff,#0873e6);color:#fff;font-weight:900;cursor:pointer}
.lhr-quick-submit:disabled{opacity:.6;cursor:wait}
.lhr-quick-status{margin-top:10px;font-size:12px}
.lhr-quick-status.is-error{padding:10px 12px;border-radius:9px;background:rgba(164,45,57,.18);color:#ffc6cd}
.lhr-quick-status.is-success{display:grid;gap:5px;padding:11px 12px;border:1px solid rgba(44,211,156,.34);border-radius:10px;background:rgba(21,117,85,.18);color:#d9fff1}
.lhr-quick-status.is-success span{color:#8fd8c1;font-size:11px}
.lhr-quick-wa{display:block;margin-top:5px;padding:10px;text-align:center;border-radius:8px;background:#20b858;color:#fff!important;text-decoration:none!important;font-weight:900}
@media(max-width:640px){
  .lhr-contact-float{right:14px;bottom:14px}
  .lhr-contact-launcher{min-height:54px;padding:0 15px}
  .lhr-contact-panel{position:fixed;left:12px;right:12px;bottom:80px;width:auto;max-height:calc(100vh - 100px);overflow:auto}
  .lhr-quick-two{grid-template-columns:1fr}
  .lhr-quick-methods{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.lhr-contact-pulse{animation:none}}


/* v2.3.16 — remove legacy WhatsApp floating pill.
   WhatsApp is now handled inside the dynamic CONTÁCTANOS widget. */
#lhrWhatsappFloat,
.lhr-wa-float,
.lhr-wa-float-direct,
.lhr-wa-needs-config{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

/* Keep the new contact launcher as the only floating CTA */
.lhr-contact-float{
  z-index:2147483000!important;
}

/* v2.3.17 — Expanded success state + 3s reset */
.lhr-quick-status.is-success{
  transition:
    min-height .28s ease,
    padding .28s ease,
    transform .28s ease,
    box-shadow .28s ease,
    background .28s ease;
}

.lhr-quick-status.is-success-expanded{
  min-height:150px;
  padding:26px 22px!important;
  display:flex!important;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  gap:10px!important;
  background:
    radial-gradient(circle at 50% 20%,rgba(52,220,167,.15),transparent 42%),
    rgba(10,101,74,.28)!important;
  border-color:rgba(59,226,172,.58)!important;
  box-shadow:0 20px 55px rgba(0,0,0,.28),0 0 35px rgba(45,214,160,.10)!important;
  transform:scale(1.015);
}

.lhr-quick-status.is-success-expanded strong{
  font-size:20px!important;
  line-height:1.15;
}

.lhr-quick-status.is-success-expanded span{
  font-size:13px!important;
}

.lhr-quick-status.is-success-expanded .lhr-quick-wa{
  width:min(100%,300px);
  box-sizing:border-box;
  margin-top:8px;
}

.lhr-form-refreshed{
  animation:lhrFormRefresh .34s ease;
}
@keyframes lhrFormRefresh{
  0%{opacity:.65;transform:translateY(6px)}
  100%{opacity:1;transform:none}
}

/* v2.3.18 — optional SMS consent */
.lhr-sms-consent{
  margin-top:-4px!important;
  padding:10px 11px;
  border-radius:9px;
  background:rgba(22,140,255,.06);
  border:1px solid rgba(76,158,239,.12);
}
.lhr-sms-consent span{
  color:#8fa8c2!important;
  font-size:10.5px!important;
  line-height:1.45!important;
}
.lhr-sms-consent-main{
  margin-top:10px!important;
  padding:12px 14px;
  border:1px solid rgba(76,158,239,.13);
  border-radius:10px;
  background:rgba(22,140,255,.05);
}
.lhr-sms-consent-main span{
  color:#8fa8c2!important;
  font-size:12px!important;
  line-height:1.45!important;
}

/* v2.3.19 — Large contact form = floating contact experience */
.lhr-main-contact-shell{max-width:980px}
.lhr-main-contact-head{margin-bottom:28px}
.lhr-main-contact-head h2{margin:8px 0 10px;font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.045em}
.lhr-main-contact-head p{max-width:720px;margin:0;color:#9eb1c7;font-size:17px;line-height:1.6}

.lhr-main-quick-form{
  padding:34px;
  border:1px solid rgba(71,159,255,.24);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(8,26,49,.88),rgba(4,14,28,.96));
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}
.lhr-main-block h3{margin:0 0 16px;font-size:25px}
.lhr-main-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.lhr-main-service,.lhr-main-method{
  border:1px solid rgba(92,155,220,.24);border-radius:13px;
  background:#0b1d34;color:#edf6ff;text-align:left;
  padding:16px 17px;font-weight:800;cursor:pointer;transition:.2s ease
}
.lhr-main-service:hover,.lhr-main-service.is-selected,.lhr-main-method:hover,.lhr-main-method.is-selected{
  border-color:#168cff;background:#12365f;transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(0,111,230,.10)
}
.lhr-main-fields{display:grid;gap:12px;margin:24px 0}
.lhr-main-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.lhr-main-fields input,.lhr-main-fields textarea{
  box-sizing:border-box;width:100%;padding:15px 16px;border:1px solid rgba(92,155,220,.24);
  border-radius:12px;background:#061426;color:#fff;font:inherit
}
.lhr-main-fields textarea{min-height:140px;resize:vertical}
.lhr-main-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.lhr-main-method strong,.lhr-main-method span{display:block}
.lhr-main-method span{margin-top:4px;color:#8298b0;font-size:11px;font-weight:600}
.lhr-main-consent{display:flex;gap:11px;align-items:flex-start;margin:18px 0;color:#9eb1c7;font-size:13px;line-height:1.45}
.lhr-main-sms-consent{padding:12px 14px;border:1px solid rgba(77,158,239,.14);border-radius:11px;background:rgba(22,140,255,.05)}
.lhr-main-submit{width:100%;min-height:54px;border:0;border-radius:11px;background:linear-gradient(135deg,#168cff,#0873e6);color:#fff;font-weight:900;cursor:pointer}
.lhr-main-submit:disabled{opacity:.6;cursor:wait}

.lhr-main-status{margin-top:16px}
.lhr-main-status.is-error{padding:12px 14px;border-radius:10px;background:rgba(164,45,57,.18);color:#ffc6cd}
.lhr-main-status.is-success{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:18px 20px;border:1px solid rgba(44,211,156,.38);border-radius:12px;
  background:rgba(21,117,85,.18);color:#d9fff1
}
.lhr-main-status.is-success.is-expanded{
  min-height:150px;flex-direction:column;justify-content:center;text-align:center;
  background:radial-gradient(circle at 50% 20%,rgba(52,220,167,.15),transparent 42%),rgba(10,101,74,.28);
  box-shadow:0 22px 60px rgba(0,0,0,.28),0 0 35px rgba(45,214,160,.10)
}
.lhr-main-status.is-success strong{font-size:20px}
.lhr-main-status.is-success span{color:#9cdcc6;font-size:13px}
.lhr-main-wa{display:block;width:min(100%,320px);box-sizing:border-box;margin-top:8px;padding:12px 16px;border-radius:9px;background:#20b858;color:#fff!important;text-decoration:none!important;font-weight:900;text-align:center}

@media(max-width:820px){
  .lhr-main-service-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .lhr-main-quick-form{padding:22px}
  .lhr-main-service-grid,.lhr-main-methods,.lhr-main-two{grid-template-columns:1fr}
}

/* v2.3.22 — mail delivery warning */
.lhr-mail-warning{
  display:block;
  margin-top:8px;
  padding:8px 10px;
  border-radius:8px;
  background:rgba(255,174,0,.12);
  color:#ffd58a;
  font-size:11px;
  font-style:normal;
}


/* ============================================================
   v2.3.24 — LOWER BACKGROUND + PREMIUM MOTION
   This block intentionally comes last to beat older background rules.
   ============================================================ */

:root{
  --lhr-lower-bg:url("assets/images/lhr-premium-lower-bg.png");
}

/* The uploaded lower background now powers the whole lower experience. */
body.home #projects,
body.home #platforms,
body.home .lhr-platform-section,
body.home #services,
body.home #team,
body.home #contact-form{
  position:relative;
  isolation:isolate;
  background-image:
    linear-gradient(180deg,rgba(3,11,23,.74),rgba(4,13,26,.82)),
    var(--lhr-lower-bg) !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  background-attachment:fixed !important;
}

/* Each section reveals a slightly different part of the same background. */
body.home #projects{background-position:center 18%!important}
body.home #platforms,
body.home .lhr-platform-section{background-position:center 37%!important}
body.home #services{background-position:center 57%!important}
body.home #team{background-position:center 73%!important}
body.home #contact-form{background-position:center 88%!important}

/* Soft moving light field. It moves independently; the image itself stays calm. */
body.home #projects::before,
body.home #platforms::before,
body.home .lhr-platform-section::before,
body.home #services::before,
body.home #team::before,
body.home #contact-form::before{
  content:"";
  position:absolute;
  inset:-12%;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at var(--lhr-light-x,18%) 30%,rgba(0,174,255,.12),transparent 24%),
    radial-gradient(circle at calc(100% - var(--lhr-light-x,18%)) 72%,rgba(118,76,255,.09),transparent 23%);
  filter:blur(3px);
  opacity:.82;
  animation:lhrLowerGlow 16s ease-in-out infinite alternate;
}

@keyframes lhrLowerGlow{
  0%{transform:translate3d(-1.5%,0,0) scale(1)}
  100%{transform:translate3d(1.5%,-1%,0) scale(1.03)}
}

/* Fine tech particles, far subtler than the hero. */
body.home #projects::after,
body.home #platforms::after,
body.home .lhr-platform-section::after,
body.home #services::after,
body.home #team::after,
body.home #contact-form::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:.22;
  background-image:
    radial-gradient(circle,rgba(73,184,255,.45) 0 1px,transparent 1.5px),
    radial-gradient(circle,rgba(157,104,255,.34) 0 1px,transparent 1.5px);
  background-size:88px 88px,136px 136px;
  background-position:0 0,40px 46px;
  animation:lhrLowerParticles 38s linear infinite;
  -webkit-mask-image:linear-gradient(to bottom,transparent,black 12%,black 88%,transparent);
  mask-image:linear-gradient(to bottom,transparent,black 12%,black 88%,transparent);
}

@keyframes lhrLowerParticles{
  to{background-position:88px 34px,176px 82px}
}

body.home #projects > *,
body.home #platforms > *,
body.home .lhr-platform-section > *,
body.home #services > *,
body.home #team > *,
body.home #contact-form > *{
  position:relative;
  z-index:1;
}

/* Premium micro-interactions */
body.home .lhr-project-card,
body.home .lhr-platform,
body.home .lhr-service,
body.home .lhr-person{
  will-change:transform;
}
body.home .lhr-project-card:hover,
body.home .lhr-platform:hover,
body.home .lhr-service:hover,
body.home .lhr-person:hover{
  transform:translateY(-8px) scale(1.012)!important;
}

/* Headers breathe in subtly when entering viewport */
body.home .lhr-section-head,
body.home .lhr-centered-heading,
body.home .lhr-main-contact-head{
  transition:transform .65s cubic-bezier(.2,.8,.2,1),opacity .65s ease;
}
body.home .lhr-motion-pending{
  opacity:0;
  transform:translateY(18px);
}
body.home .lhr-motion-in{
  opacity:1;
  transform:none;
}

@media(max-width:980px){
  body.home #projects,
  body.home #platforms,
  body.home .lhr-platform-section,
  body.home #services,
  body.home #team,
  body.home #contact-form{
    background-attachment:scroll!important;
    background-size:auto 1350px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.home #projects::before,
  body.home #platforms::before,
  body.home .lhr-platform-section::before,
  body.home #services::before,
  body.home #team::before,
  body.home #contact-form::before,
  body.home #projects::after,
  body.home #platforms::after,
  body.home .lhr-platform-section::after,
  body.home #services::after,
  body.home #team::after,
  body.home #contact-form::after{
    animation:none!important;
  }
}

/* v2.3.25 — ES/EN works as accessible links, visually identical to buttons */
.lhr-lang{
  display:inline-flex;
  align-items:center;
}
.lhr-lang a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:40px;
  height:34px;
  padding:0 11px;
  box-sizing:border-box;
  color:#d7e4f2;
  text-decoration:none!important;
  font-size:13px;
  line-height:1;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(4,13,26,.8);
  transition:.18s ease;
}
.lhr-lang a:first-child{border-radius:999px 0 0 999px}
.lhr-lang a:last-child{border-radius:0 999px 999px 0;border-left:0}
.lhr-lang a.active{
  color:#fff;
  background:#168cff;
  border-color:#168cff;
}
.lhr-lang a:hover{filter:brightness(1.08)}


/* ============================================================
   v2.3.26 — PERFORMANCE CLEANUP
   Keeps the premium look while reducing paint / animation cost.
   ============================================================ */

/* 1) Remove fixed backgrounds: expensive on laptops/mobile and unnecessary visually */
body.home #projects,
body.home #platforms,
body.home .lhr-platform-section,
body.home #services,
body.home #team,
body.home #contact-form{
  background-attachment:scroll!important;
}

/* 2) Keep only ONE subtle particle treatment instead of multiple moving layers */
body.home #projects::after,
body.home #platforms::after,
body.home .lhr-platform-section::after,
body.home #services::after,
body.home #team::after,
body.home #contact-form::after{
  animation:none!important;
  opacity:.12!important;
}

/* 3) Remove continuous glow movement; preserve static depth */
body.home #projects::before,
body.home #platforms::before,
body.home .lhr-platform-section::before,
body.home #services::before,
body.home #team::before,
body.home #contact-form::before{
  animation:none!important;
  transform:none!important;
  filter:none!important;
  opacity:.62!important;
}

/* 4) Lighter transitions. Avoid will-change on many cards at once. */
body.home .lhr-project-card,
body.home .lhr-platform,
body.home .lhr-service,
body.home .lhr-person{
  will-change:auto!important;
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease!important;
}

body.home .lhr-project-card:hover,
body.home .lhr-platform:hover,
body.home .lhr-service:hover,
body.home .lhr-person:hover{
  transform:translateY(-5px)!important;
}

/* 5) Reduce backdrop-filter cost except where it really matters */
.lhr-header{
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}
.lhr-contact-panel{
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}

/* 6) Disable nonessential decorative pulse on floating contact button */
.lhr-contact-pulse{
  animation:none!important;
  opacity:.35!important;
}

/* 7) Lower box-shadow intensity = cheaper paints */
.lhr-contact-panel,
.lhr-main-quick-form,
.lhr-project-card,
.lhr-platform,
.lhr-service,
.lhr-person{
  box-shadow:0 16px 42px rgba(0,0,0,.22)!important;
}

/* 8) Content-visibility lets browser skip below-the-fold rendering until needed */
body.home #projects,
body.home #platforms,
body.home .lhr-platform-section,
body.home #services,
body.home #team,
body.home #contact-form{
  content-visibility:auto;
  contain-intrinsic-size:700px;
}

/* 9) Mobile gets an even lighter visual profile */
@media(max-width:980px){
  body.home #projects::after,
  body.home #platforms::after,
  body.home .lhr-platform-section::after,
  body.home #services::after,
  body.home #team::after,
  body.home #contact-form::after{
    display:none!important;
  }

  .lhr-header{
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }

  .lhr-contact-panel{
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
}

/* 10) Respect reduced-motion preferences globally */
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    scroll-behavior:auto!important;
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
  }
}


/* ============================================================
   v2.3.27 — INDEPENDENT BACKGROUND PER SECTION
   Each area can now have its own image from the Customizer.
   ============================================================ */

:root{
  --lhr-section-overlay:.74;
}

/* Projects */
body.home #projects{
  background-image:
    linear-gradient(180deg,
      rgba(3,11,23,var(--lhr-section-overlay)),
      rgba(4,13,26,var(--lhr-section-overlay))),
    var(--lhr-projects-bg,var(--lhr-lower-bg)) !important;
}

/* Own platforms */
body.home #platforms,
body.home .lhr-platform-section{
  background-image:
    linear-gradient(180deg,
      rgba(4,13,27,var(--lhr-section-overlay)),
      rgba(5,15,30,var(--lhr-section-overlay))),
    var(--lhr-platforms-bg,var(--lhr-lower-bg)) !important;
}

/* Services / solutions */
body.home #services{
  background-image:
    linear-gradient(180deg,
      rgba(4,14,28,var(--lhr-section-overlay)),
      rgba(4,12,24,var(--lhr-section-overlay))),
    var(--lhr-services-bg,var(--lhr-lower-bg)) !important;
}

/* Team */
body.home #team{
  background-image:
    linear-gradient(180deg,
      rgba(4,12,24,var(--lhr-section-overlay)),
      rgba(3,10,20,var(--lhr-section-overlay))),
    var(--lhr-team-bg,var(--lhr-lower-bg)) !important;
}

/* Contact */
body.home #contact-form{
  background-image:
    linear-gradient(180deg,
      rgba(3,10,20,var(--lhr-section-overlay)),
      rgba(2,8,17,var(--lhr-section-overlay))),
    var(--lhr-contact-bg,var(--lhr-lower-bg)) !important;
}

body.home #projects,
body.home #platforms,
body.home .lhr-platform-section,
body.home #services,
body.home #team,
body.home #contact-form{
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:center center!important;
  background-attachment:scroll!important;
}

/* Soft separators so changing imagery feels deliberate rather than abrupt */
body.home #projects,
body.home #platforms,
body.home .lhr-platform-section,
body.home #services,
body.home #team,
body.home #contact-form{
  border-top:1px solid rgba(91,161,235,.12)!important;
}

body.home #projects::before,
body.home #platforms::before,
body.home .lhr-platform-section::before,
body.home #services::before,
body.home #team::before,
body.home #contact-form::before{
  background:
    radial-gradient(circle at 14% 28%,rgba(0,165,255,.07),transparent 25%),
    radial-gradient(circle at 86% 70%,rgba(111,75,255,.055),transparent 24%)!important;
  opacity:.55!important;
}

/* On smaller screens preserve image clarity and speed */
@media(max-width:980px){
  body.home #projects,
  body.home #platforms,
  body.home .lhr-platform-section,
  body.home #services,
  body.home #team,
  body.home #contact-form{
    background-size:cover!important;
    background-position:center!important;
  }
}

/* ============================================================
   v2.3.28 — TRUST BACKGROUND + PER-SECTION OPACITY
   Every administrable background now has its own darkness control.
   ============================================================ */

/* Trusted companies */
body.home #trusted-companies{
  background-image:
    linear-gradient(180deg,
      rgba(3,11,24,var(--lhr-trust-overlay,.74)),
      rgba(4,14,31,var(--lhr-trust-overlay,.74))),
    var(--lhr-trust-bg,var(--lhr-lower-bg)) !important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:center center!important;
  background-attachment:scroll!important;
}

/* Projects */
body.home #projects{
  background-image:
    linear-gradient(180deg,
      rgba(3,11,23,var(--lhr-projects-overlay,.74)),
      rgba(4,13,26,var(--lhr-projects-overlay,.74))),
    var(--lhr-projects-bg,var(--lhr-lower-bg)) !important;
}

/* Own platforms */
body.home #platforms,
body.home .lhr-platform-section{
  background-image:
    linear-gradient(180deg,
      rgba(4,13,27,var(--lhr-platforms-overlay,.74)),
      rgba(5,15,30,var(--lhr-platforms-overlay,.74))),
    var(--lhr-platforms-bg,var(--lhr-lower-bg)) !important;
}

/* Services / solutions */
body.home #services{
  background-image:
    linear-gradient(180deg,
      rgba(4,14,28,var(--lhr-services-overlay,.74)),
      rgba(4,12,24,var(--lhr-services-overlay,.74))),
    var(--lhr-services-bg,var(--lhr-lower-bg)) !important;
}

/* Team */
body.home #team{
  background-image:
    linear-gradient(180deg,
      rgba(4,12,24,var(--lhr-team-overlay,.74)),
      rgba(3,10,20,var(--lhr-team-overlay,.74))),
    var(--lhr-team-bg,var(--lhr-lower-bg)) !important;
}

/* Contact */
body.home #contact-form{
  background-image:
    linear-gradient(180deg,
      rgba(3,10,20,var(--lhr-contact-overlay,.74)),
      rgba(2,8,17,var(--lhr-contact-overlay,.74))),
    var(--lhr-contact-bg,var(--lhr-lower-bg)) !important;
}

body.home #trusted-companies,
body.home #projects,
body.home #platforms,
body.home .lhr-platform-section,
body.home #services,
body.home #team,
body.home #contact-form{
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:center center!important;
  background-attachment:scroll!important;
}

body.home #trusted-companies{
  border-top:1px solid rgba(91,161,235,.12)!important;
  border-bottom:1px solid rgba(91,161,235,.12)!important;
}

@media(max-width:980px){
  body.home #trusted-companies{
    background-size:cover!important;
    background-position:center!important;
  }
}


/* ============================================================
   v2.3.29 — CONTINUOUS FULL-PAGE BACKGROUND
   One persistent background sits behind the complete home page.
   Sections without their own image remain transparent so the
   global artwork is never restarted/cropped section by section.
   ============================================================ */

body.home .lhr-site-shell.lhr-continuous-bg{
  position:relative;
  isolation:isolate;
  background-image:none!important;
  background-color:#06111f;
}

body.home .lhr-site-shell.lhr-continuous-bg::before{
  content:"";
  position:fixed;
  inset:-5vh -5vw;
  z-index:-2;
  pointer-events:none;
  background-image:var(--lhr-full-bg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  transform:translate3d(0,0,0) scale(var(--lhr-full-bg-scale,1.03));
  transform-origin:center center;
  animation:lhrFullBackgroundDrift 28s ease-in-out infinite alternate;
}

body.home .lhr-site-shell.lhr-continuous-bg::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 15% 28%,rgba(24,151,255,.08),transparent 28%),
    radial-gradient(circle at 84% 72%,rgba(116,72,255,.065),transparent 26%);
}

@keyframes lhrFullBackgroundDrift{
  0%{
    transform:translate3d(calc(var(--lhr-full-bg-shift,12px) * -1),calc(var(--lhr-full-bg-shift,12px) * .28),0) scale(var(--lhr-full-bg-scale,1.03));
  }
  100%{
    transform:translate3d(var(--lhr-full-bg-shift,12px),calc(var(--lhr-full-bg-shift,12px) * -.45),0) scale(calc(var(--lhr-full-bg-scale,1.03) + .012));
  }
}

/* Keep structural sections transparent enough for one uninterrupted scene. */
body.home .lhr-site-shell.lhr-continuous-bg .lhr-section.alt{
  background-color:rgba(4,13,28,.06)!important;
}
body.home .lhr-site-shell.lhr-continuous-bg .lhr-cta{
  background:
    radial-gradient(circle at 20% 20%,rgba(22,133,255,.16),transparent 32%),
    linear-gradient(90deg,rgba(5,18,39,.52),rgba(9,40,76,.42),rgba(4,16,34,.52))!important;
}
body.home .lhr-site-shell.lhr-continuous-bg .lhr-footer{
  background:rgba(3,10,20,.76)!important;
}

@media(max-width:980px){
  body.home .lhr-site-shell.lhr-continuous-bg::before{
    position:fixed;
    inset:-3vh -8vw;
    background-position:center center;
    animation-duration:34s;
  }
}

@media(max-width:700px){
  body.home .lhr-site-shell.lhr-continuous-bg::before{
    inset:-2vh -20vw;
    background-size:auto 115vh;
  }
}

@media(prefers-reduced-motion:reduce){
  body.home .lhr-site-shell.lhr-continuous-bg::before{
    animation:none!important;
    transform:scale(1.03)!important;
  }
}

/* ============================================================
   v2.3.30 — SEAMLESS SECTION TRANSITIONS
   Removes visible horizontal seams when the continuous full-page
   background is active. Content/cards keep their own borders.
   ============================================================ */
body.home .lhr-site-shell.lhr-continuous-bg #trusted-companies,
body.home .lhr-site-shell.lhr-continuous-bg #projects,
body.home .lhr-site-shell.lhr-continuous-bg #platforms,
body.home .lhr-site-shell.lhr-continuous-bg #services,
body.home .lhr-site-shell.lhr-continuous-bg #team,
body.home .lhr-site-shell.lhr-continuous-bg #contact-form{
  border-top-color:transparent!important;
  border-bottom-color:transparent!important;
  box-shadow:none!important;
}
body.home .lhr-site-shell.lhr-continuous-bg .lhr-section.alt{
  border-block-color:transparent!important;
}
/* Blend each section edge softly into the same uninterrupted artwork. */
body.home .lhr-site-shell.lhr-continuous-bg #trusted-companies,
body.home .lhr-site-shell.lhr-continuous-bg #projects,
body.home .lhr-site-shell.lhr-continuous-bg #platforms,
body.home .lhr-site-shell.lhr-continuous-bg #services,
body.home .lhr-site-shell.lhr-continuous-bg #team,
body.home .lhr-site-shell.lhr-continuous-bg #contact-form{
  background-color:transparent!important;
  background-blend-mode:normal!important;
}

/* v2.3.31 — Editable navigation + product storefront links */
.lhr-platform-logo{height:64px;display:flex;align-items:center;margin-bottom:12px}.lhr-platform-logo img{display:block;max-width:150px;max-height:58px;width:auto;height:auto;object-fit:contain}.lhr-platform-link{display:inline-flex;margin-top:8px}.lhr-footer a{color:#b5c4d4;text-decoration:none}.lhr-footer a:hover{color:var(--lhr-cyan)}


/* v2.3.32 — Project description + destination link */
.lhr-project-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:16px}
.lhr-project-actions .lhr-video-link,.lhr-project-actions .lhr-project-link{margin:0;text-decoration:none}
.lhr-project-link{display:inline-flex;align-items:center;gap:6px;color:#20c8ff}
.lhr-project-link:hover{color:#fff}


/* v2.3.33 — Simplified platform editor + dynamic product showcase */
body.home #platforms .lhr-container{max-width:1280px}
body.home #platforms .lhr-centered-heading{margin-bottom:34px}
body.home .lhr-platforms[data-slider-track]{gap:24px;padding:18px max(12px,calc((100% - 980px)/2)) 34px;scroll-padding-inline:calc((100% - 980px)/2)}
body.home .lhr-platforms[data-slider-track] .lhr-platform{flex:0 0 min(460px,78vw);min-height:310px;padding:28px;border-radius:24px;background:linear-gradient(145deg,rgba(12,32,58,.92),rgba(7,20,39,.82));border:1px solid rgba(75,174,255,.22);display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;position:relative}
body.home .lhr-platforms[data-slider-track] .lhr-platform::before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:.8}
body.home .lhr-platform-logo{height:92px;margin:0 0 20px;align-items:center}
body.home .lhr-platform-logo img{max-width:240px;max-height:88px;border-radius:10px;background:rgba(255,255,255,.96);padding:7px 10px;box-shadow:0 10px 30px rgba(0,0,0,.2)}
body.home .lhr-platform h3{font-size:1.45rem;margin:0 0 12px;line-height:1.2}
body.home .lhr-platform p{font-size:1rem;line-height:1.65;color:#b8c9db;margin:0 0 22px;max-width:42ch}
body.home .lhr-platform-link{margin-top:auto;padding:11px 16px;border:1px solid rgba(18,199,255,.35);border-radius:10px;background:rgba(18,199,255,.07);text-decoration:none;align-self:flex-start;transition:transform .25s,background .25s,border-color .25s}
body.home .lhr-platform-link:hover{transform:translateX(4px);background:rgba(18,199,255,.14);border-color:rgba(18,199,255,.7)}
body.home .lhr-platforms .lhr-platform{opacity:.72;transform:scale(.94)}
body.home .lhr-platforms .lhr-platform.is-active-card,body.home .lhr-platforms .lhr-platform:hover{opacity:1;transform:translateY(-7px) scale(1);box-shadow:0 28px 80px rgba(0,0,0,.38),0 0 45px rgba(22,133,255,.14)}
@media(max-width:640px){body.home .lhr-platforms[data-slider-track]{padding-inline:8px;gap:14px}body.home .lhr-platforms[data-slider-track] .lhr-platform{flex-basis:88%;min-height:285px;padding:22px}.lhr-admin-fields{grid-template-columns:1fr!important}}


/* ============================================================
   v2.3.34 — DYNAMIC SERVICES CAROUSEL
   All active services are rendered in a horizontal, movable
   showcase with optional image, link and bilingual CTA.
   ============================================================ */
body.home #services .lhr-container{max-width:1280px}
body.home #services .lhr-centered-heading{margin-bottom:30px}
body.home .lhr-service-slider{position:relative}
body.home .lhr-services[data-slider-track]{
  display:flex!important;
  grid-template-columns:none!important;
  gap:20px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding:14px 12px 34px;
  scroll-padding-inline:12px;
}
body.home .lhr-services[data-slider-track]::-webkit-scrollbar{display:none}
body.home .lhr-services[data-slider-track] .lhr-service{
  --service-accent:var(--lhr-blue);
  flex:0 0 calc((100% - 40px)/3);
  min-width:300px;
  min-height:290px;
  scroll-snap-align:center;
  padding:26px;
  border-radius:22px;
  border:1px solid color-mix(in srgb,var(--service-accent) 48%, transparent);
  background:linear-gradient(145deg,rgba(13,31,55,.94),rgba(7,19,37,.86));
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  position:relative;
  overflow:hidden;
  opacity:.78;
  transform:scale(.965);
  transition:transform .38s ease,opacity .38s ease,box-shadow .38s ease,border-color .38s ease;
}
body.home .lhr-services[data-slider-track] .lhr-service::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,transparent,var(--service-accent),transparent);
  opacity:.82;
}
body.home .lhr-services[data-slider-track] .lhr-service::after{
  content:"";
  position:absolute;
  width:180px;height:180px;right:-65px;bottom:-80px;
  border-radius:50%;
  background:radial-gradient(circle,color-mix(in srgb,var(--service-accent) 22%, transparent),transparent 70%);
  opacity:.6;
  pointer-events:none;
}
body.home .lhr-services[data-slider-track] .lhr-service.is-active-card,
body.home .lhr-services[data-slider-track] .lhr-service.is-premium-center,
body.home .lhr-services[data-slider-track] .lhr-service:hover{
  opacity:1;
  transform:translateY(-7px) scale(1);
  border-color:color-mix(in srgb,var(--service-accent) 72%, transparent)!important;
  box-shadow:0 26px 70px rgba(0,0,0,.36),0 0 34px color-mix(in srgb,var(--service-accent) 16%, transparent)!important;
}
body.home .lhr-service .icon{
  width:52px;height:52px;border-radius:14px;
  display:grid;place-items:center;
  font-size:1.45rem;
  margin:0 0 20px;
  color:#fff;
  background:color-mix(in srgb,var(--service-accent) 16%, rgba(6,18,36,.92));
  border:1px solid color-mix(in srgb,var(--service-accent) 35%, transparent);
}
body.home .lhr-service-media{
  width:100%;height:118px;margin:0 0 20px;border-radius:14px;overflow:hidden;
  background:rgba(255,255,255,.96);display:flex;align-items:center;justify-content:center;
}
body.home .lhr-service-media img{width:100%;height:100%;object-fit:cover}
body.home .lhr-service h3{font-size:1.25rem;line-height:1.25;margin:0 0 12px}
body.home .lhr-service p{font-size:1rem;line-height:1.58;color:#b7c8da;margin:0 0 20px}
body.home .lhr-service-link{
  margin-top:auto;
  display:inline-flex;align-items:center;gap:6px;
  padding:10px 14px;border-radius:10px;
  border:1px solid color-mix(in srgb,var(--service-accent) 42%, transparent);
  background:color-mix(in srgb,var(--service-accent) 9%, transparent);
  color:#20c8ff;text-decoration:none;
  transition:transform .25s,background .25s,border-color .25s;
}
body.home .lhr-service-link:hover{transform:translateX(4px);background:color-mix(in srgb,var(--service-accent) 17%, transparent);border-color:color-mix(in srgb,var(--service-accent) 75%, transparent);color:#fff}
@media(max-width:980px){body.home .lhr-services[data-slider-track] .lhr-service{flex-basis:calc((100% - 20px)/2)}}
@media(max-width:640px){body.home .lhr-services[data-slider-track]{padding-inline:6px;gap:14px}body.home .lhr-services[data-slider-track] .lhr-service{flex-basis:88%;min-width:0;min-height:270px;padding:22px}body.home .lhr-service-slider .lhr-slider-btn{display:none}}


/* ============================================================
   v2.3.35 — DYNAMIC SERVICE ICONS
   Lightweight SVG icons replace service images. Icons animate
   subtly while the cards remain clean and fast.
   ============================================================ */
body.home .lhr-service-media{display:none!important}
body.home .lhr-service .lhr-dynamic-service-icon{
  width:58px;height:58px;border-radius:16px;padding:14px;
  position:relative;overflow:visible;
  animation:lhrServiceIconFloat 4.8s ease-in-out infinite;
}
body.home .lhr-service .lhr-dynamic-service-icon svg{
  width:100%;height:100%;display:block;fill:none;stroke:currentColor;
  stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;
  filter:drop-shadow(0 0 7px color-mix(in srgb,var(--service-accent) 45%, transparent));
}
body.home .lhr-service:hover .lhr-dynamic-service-icon{
  animation:lhrServiceIconPulse 1.15s ease-in-out infinite;
  color:#fff;
  background:color-mix(in srgb,var(--service-accent) 24%, rgba(6,18,36,.92));
}
body.home .lhr-service:nth-child(2n) .lhr-dynamic-service-icon{animation-delay:-1.1s}
body.home .lhr-service:nth-child(3n) .lhr-dynamic-service-icon{animation-delay:-2.2s}
@keyframes lhrServiceIconFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
@keyframes lhrServiceIconPulse{0%,100%{transform:translateY(-4px) scale(1.04)}50%{transform:translateY(-7px) scale(1.11)}}
@media(prefers-reduced-motion:reduce){body.home .lhr-service .lhr-dynamic-service-icon{animation:none!important}}


/* ============================================================
   v2.3.36 — DYNAMIC SERVICE DETAIL PAGES
   Service cards open an automatic individual page generated
   from the WordPress Service entry content.
   ============================================================ */
.single-lhr_service .lhr-service-detail{padding:86px 0 100px;min-height:72vh}
.single-lhr_service .lhr-service-detail-wrap{max-width:1040px;margin:auto}
.single-lhr_service .lhr-service-back{display:inline-flex;gap:8px;align-items:center;margin-bottom:30px;color:var(--lhr-cyan);font-weight:800;text-decoration:none}
.single-lhr_service .lhr-service-hero-card{position:relative;overflow:hidden;padding:42px;border:1px solid rgba(66,164,255,.28);border-radius:28px;background:linear-gradient(145deg,rgba(10,29,53,.94),rgba(5,17,34,.88));box-shadow:0 28px 80px rgba(0,0,0,.30)}
.single-lhr_service .lhr-service-hero-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,transparent,var(--service-accent,var(--lhr-blue)),transparent)}
.single-lhr_service .lhr-service-detail-icon{width:72px;height:72px;padding:18px;border-radius:20px;display:grid;place-items:center;color:#fff;background:rgba(18,72,126,.34);border:1px solid rgba(70,173,255,.34);margin-bottom:24px}
.single-lhr_service .lhr-service-detail-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.single-lhr_service .lhr-service-detail h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.02;margin:0 0 18px}
.single-lhr_service .lhr-service-lead{font-size:1.18rem;line-height:1.7;color:#c3d4e7;max-width:780px;margin:0}
.single-lhr_service .lhr-service-body{margin-top:28px;padding:38px;border:1px solid rgba(255,255,255,.10);border-radius:24px;background:rgba(5,17,34,.72);font-size:1.05rem;line-height:1.8;color:#d7e4f1}
.single-lhr_service .lhr-service-body h2,.single-lhr_service .lhr-service-body h3{color:#fff;margin-top:1.5em}
.single-lhr_service .lhr-service-body img{max-width:100%;height:auto;border-radius:18px}
.single-lhr_service .lhr-service-cta{margin-top:28px;padding:30px;border-radius:22px;text-align:center;border:1px solid rgba(22,133,255,.28);background:linear-gradient(135deg,rgba(15,63,108,.56),rgba(8,25,48,.76))}
.single-lhr_service .lhr-service-cta h2{margin:0 0 8px}.single-lhr_service .lhr-service-cta p{margin:0 0 20px;color:var(--lhr-muted)}
@media(max-width:640px){.single-lhr_service .lhr-service-detail{padding:48px 0 70px}.single-lhr_service .lhr-service-hero-card,.single-lhr_service .lhr-service-body{padding:24px;border-radius:20px}}


/* v2.3.37 — Dynamic service detail card (modal, no page navigation) */
.lhr-service-link{font:inherit;cursor:pointer;text-align:left}
.lhr-service-modal{position:fixed;inset:0;z-index:99990;display:none;align-items:center;justify-content:center;padding:24px}
.lhr-service-modal.is-open{display:flex}
.lhr-service-modal-backdrop{position:absolute;inset:0;background:rgba(1,7,17,.78);backdrop-filter:blur(12px)}
.lhr-service-modal-dialog{position:relative;z-index:1;width:min(920px,94vw);max-height:min(86vh,820px);overflow:auto;border:1px solid rgba(73,169,255,.30);border-radius:28px;background:linear-gradient(145deg,rgba(8,28,53,.98),rgba(4,15,31,.98));box-shadow:0 34px 100px rgba(0,0,0,.58),0 0 55px rgba(16,133,255,.10)}
.lhr-service-modal-dialog:before{content:"";position:absolute;left:7%;right:7%;top:0;height:2px;background:linear-gradient(90deg,transparent,var(--lhr-cyan),transparent)}
.lhr-service-modal-close{position:sticky;float:right;top:16px;margin:16px 16px 0 0;z-index:3;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(4,14,29,.88);color:#fff;font-size:28px;line-height:1;cursor:pointer}
.lhr-service-modal-close:hover{border-color:rgba(34,189,255,.65);background:rgba(15,55,92,.96)}
.lhr-service-modal-content{padding:42px 48px 46px;clear:both}
.lhr-service-modal-icon{width:70px;height:70px;display:grid;place-items:center;padding:17px;margin-bottom:20px;border-radius:20px;color:#fff;background:rgba(17,74,128,.32);border:1px solid rgba(66,173,255,.35);box-shadow:0 0 30px rgba(23,155,255,.10)}
.lhr-service-modal-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.lhr-service-modal-content h2{font-size:clamp(2rem,4.4vw,3.5rem);line-height:1.05;margin:8px 0 14px;color:#fff}
.lhr-service-modal-lead{max-width:760px;margin:0 0 26px;color:#bdd0e3;font-size:1.12rem;line-height:1.7}
.lhr-service-modal-body{padding-top:24px;border-top:1px solid rgba(255,255,255,.09);color:#d8e4f0;font-size:1.04rem;line-height:1.78}
.lhr-service-modal-body h2,.lhr-service-modal-body h3,.lhr-service-modal-body h4{color:#fff;margin-top:1.45em}
.lhr-service-modal-body img{max-width:100%;height:auto;border-radius:16px}
.lhr-service-modal-body iframe{max-width:100%;border-radius:16px}
.lhr-service-modal-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px;padding-top:24px;border-top:1px solid rgba(255,255,255,.09)}
body.lhr-service-modal-open{overflow:hidden}
@media(max-width:640px){.lhr-service-modal{padding:10px}.lhr-service-modal-dialog{width:100%;max-height:92vh;border-radius:20px}.lhr-service-modal-content{padding:28px 22px 30px}.lhr-service-modal-close{top:10px;margin:10px 10px 0 0}.lhr-service-modal-actions .lhr-btn{width:100%;justify-content:center}}

/* v2.3.39 – Trust & Results */
.lhr-trust-intro{max-width:900px;margin:16px auto 0;color:var(--lhr-muted);font-size:clamp(.98rem,1.25vw,1.08rem);line-height:1.75;text-align:center;text-wrap:balance}
@media(max-width:700px){.lhr-trust-intro{max-width:94%;font-size:.96rem;line-height:1.65}}


/* v2.3.40 – Project Industries & Live Site Links */
.lhr-project-industry{display:inline-flex;align-items:center;min-height:26px;margin:0 0 10px;padding:5px 10px;border:1px solid rgba(32,200,255,.28);border-radius:999px;background:rgba(14,116,190,.10);color:#20c8ff;font-size:.69rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.lhr-project-actions{gap:12px}
.lhr-project-actions .lhr-project-link{padding:8px 12px;border:1px solid rgba(32,200,255,.28);border-radius:9px;background:rgba(14,116,190,.08);transition:.22s ease}
.lhr-project-actions .lhr-project-link:hover{background:rgba(32,200,255,.14);border-color:rgba(32,200,255,.58)}
\n\n/* v2.3.41 — Team Cards & Logo Fallback */\nbody.home #team .lhr-person{\n  background:linear-gradient(180deg,rgba(14,35,63,.92),rgba(6,19,36,.96));\n  border:1px solid rgba(18,199,255,.34);\n  box-shadow:0 16px 42px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.035);\n}\nbody.home #team .lhr-person-media{\n  height:280px;display:flex;align-items:flex-end;justify-content:center;position:relative;overflow:hidden;\n  background:radial-gradient(circle at 50% 38%,rgba(22,133,255,.20),transparent 42%),linear-gradient(145deg,rgba(15,48,87,.92),rgba(6,22,43,.98));\n}\nbody.home #team .lhr-person-media:after{\n  content:\"\";position:absolute;inset:auto -12% 0;height:45%;pointer-events:none;opacity:.35;\n  background:radial-gradient(ellipse at center,rgba(18,199,255,.28),transparent 65%);\n}\nbody.home #team .lhr-person-media img:not(.lhr-team-fallback-logo){\n  width:100%;height:100%;object-fit:scale-down!important;object-position:center bottom!important;padding:10px 10px 0;background:transparent!important;position:relative;z-index:1;\n}\nbody.home #team .lhr-person-media.no-photo{align-items:center;padding:42px}\nbody.home #team .lhr-team-fallback-logo{\n  width:min(72%,230px);height:auto!important;max-height:150px;object-fit:contain!important;padding:22px!important;position:relative;z-index:1;\n  background:rgba(255,255,255,.96)!important;border-radius:18px;box-shadow:0 0 0 1px rgba(18,199,255,.35),0 16px 40px rgba(0,0,0,.24);\n}\nbody.home #team .lhr-team-fallback-mark{\n  width:150px;height:150px;border-radius:50%;display:grid;place-items:center;position:relative;z-index:1;font-weight:800;font-size:34px;color:#f7fbff;\n  border:2px solid rgba(18,199,255,.75);background:radial-gradient(circle,rgba(22,133,255,.28),rgba(4,16,32,.96) 70%);box-shadow:0 0 28px rgba(18,199,255,.22);\n}\nbody.home #team .lhr-person .meta{border-top:1px solid rgba(18,199,255,.18);background:rgba(4,15,29,.72)}\n@media(max-width:700px){body.home #team .lhr-person-media{height:320px}body.home #team .lhr-person-media.no-photo{padding:56px}}\n

/* v2.3.42 — Official Team Logo Fallback */
body.home #team .lhr-person-media.no-photo{
  align-items:center!important;justify-content:center!important;padding:34px!important;
}
body.home #team .lhr-person-media.no-photo .lhr-team-fallback-logo{
  display:block!important;width:min(88%,260px)!important;max-width:260px!important;height:auto!important;max-height:210px!important;
  object-fit:contain!important;object-position:center!important;padding:0!important;margin:auto!important;
  background:transparent!important;border-radius:0!important;box-shadow:none!important;position:relative;z-index:2;aspect-ratio:auto!important;
}

/* v2.3.43 — Team Card Polish */
body.home #team .lhr-person{
  position:relative;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
body.home #team .lhr-person:hover{
  transform:translateY(-6px);
  border-color:rgba(32,200,255,.68);
  box-shadow:0 20px 48px rgba(0,0,0,.28),0 0 26px rgba(22,133,255,.12),inset 0 1px 0 rgba(255,255,255,.045);
}
body.home #team .lhr-person-media.no-photo{
  padding:18px!important;
  background:radial-gradient(circle at 50% 46%,rgba(22,133,255,.24),transparent 48%),linear-gradient(145deg,rgba(15,48,87,.92),rgba(6,22,43,.98));
}
body.home #team .lhr-person-media.no-photo .lhr-team-fallback-logo{
  width:min(96%,330px)!important;
  max-width:330px!important;
  max-height:235px!important;
  filter:drop-shadow(0 0 18px rgba(26,146,255,.18));
}
body.home #team .lhr-person .meta{
  min-height:118px;
  padding:15px 14px 16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:5px;
}
body.home #team .lhr-person .meta strong{line-height:1.25}
body.home #team .lhr-person .meta .lhr-team-role{
  display:block;
  color:var(--lhr-muted);
  line-height:1.25;
}
body.home #team .lhr-team-function{
  display:block;
  margin-top:4px;
  max-width:250px;
  color:rgba(221,233,247,.78);
  font-size:.78rem;
  line-height:1.35;
  text-align:center;
}
@media(max-width:700px){
  body.home #team .lhr-person:hover{transform:none}
  body.home #team .lhr-person .meta{min-height:auto}
}

/* v2.3.45 — Service Modal Presentation Image */
.lhr-service-modal-image{width:100%;aspect-ratio:16/7;max-height:320px;margin:0 0 24px;border-radius:20px;overflow:hidden;border:1px solid rgba(66,173,255,.28);background:rgba(7,25,48,.72);box-shadow:0 18px 46px rgba(0,0,0,.28)}
.lhr-service-modal-image img{width:100%;height:100%;display:block;object-fit:cover}
@media(max-width:640px){.lhr-service-modal-image{aspect-ratio:16/9;max-height:220px;border-radius:16px}}

/* v2.3.46 — Full Service Image Display */
.lhr-service-modal-image{
  width:100%;
  aspect-ratio:auto!important;
  max-height:none!important;
  margin:0 0 24px;
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(66,173,255,.28);
  background:rgba(7,25,48,.72);
  box-shadow:0 18px 46px rgba(0,0,0,.28);
}
.lhr-service-modal-image img{
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  display:block;
  object-fit:contain!important;
  object-position:center!important;
}
@media(max-width:640px){
  .lhr-service-modal-image{aspect-ratio:auto!important;max-height:none!important;border-radius:16px}
  .lhr-service-modal-image img{height:auto!important;max-height:none!important;object-fit:contain!important}
}


/* v2.3.47 — Footer simple editable */
.lhr-footer-simple{padding:42px 0 24px}
.lhr-footer-simple-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:72px;align-items:start;max-width:980px;margin:0 auto}
.lhr-footer-company{max-width:520px}
.lhr-footer-company p{margin:16px 0 0;color:#c2d0df;line-height:1.7;max-width:470px}
.lhr-footer-logo{display:flex;align-items:center;min-height:56px}
.lhr-footer-logo img{display:block;width:auto;height:auto;max-width:230px;max-height:82px;object-fit:contain}
.lhr-footer-contact-info h4{margin:0 0 15px;color:#f7fbff;font-size:1rem}
.lhr-footer-contact-info ul{margin:0;padding:0;list-style:none}
.lhr-footer-contact-info li{display:flex;gap:10px;align-items:flex-start;margin:10px 0;color:#b5c4d4;line-height:1.45}
.lhr-footer-contact-icon{width:20px;flex:0 0 20px;color:var(--lhr-cyan);text-align:center}
.lhr-footer-contact-info a{color:#c2d0df;text-decoration:none;transition:color .2s ease}
.lhr-footer-contact-info a:hover{color:var(--lhr-cyan)}
.lhr-footer-simple .lhr-copy{max-width:980px;margin:30px auto 0}
@media(max-width:760px){.lhr-footer-simple-grid{grid-template-columns:1fr;gap:28px}.lhr-footer-logo img{max-width:200px;max-height:72px}}


/* v2.3.48 — Adjustable Header & Footer Logo Size */
.lhr-brand{display:flex;align-items:center;flex:0 0 auto}
.lhr-header .lhr-logo-img{display:block;height:auto;object-fit:contain}
.lhr-footer-logo{min-height:90px}
.lhr-footer-logo img{display:block;height:auto;object-fit:contain}

/* v2.3.49 — Dynamic About Us Card */
.lhr-about-modal{position:fixed;inset:0;z-index:99992;display:none;align-items:center;justify-content:center;padding:24px}
.lhr-about-modal.is-open{display:flex}
.lhr-about-modal-backdrop{position:absolute;inset:0;background:rgba(1,7,17,.82);backdrop-filter:blur(13px)}
.lhr-about-modal-dialog{position:relative;z-index:1;width:min(1000px,94vw);max-height:88vh;overflow:auto;border:1px solid rgba(73,169,255,.32);border-radius:28px;background:linear-gradient(145deg,rgba(8,28,53,.985),rgba(4,15,31,.985));box-shadow:0 34px 100px rgba(0,0,0,.62),0 0 60px rgba(16,133,255,.12)}
.lhr-about-modal-dialog:before{content:"";position:absolute;left:7%;right:7%;top:0;height:2px;background:linear-gradient(90deg,transparent,var(--lhr-cyan),transparent)}
.lhr-about-modal-close{position:sticky;float:right;top:16px;margin:16px 16px 0 0;z-index:4;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(4,14,29,.9);color:#fff;font-size:29px;line-height:1;cursor:pointer}
.lhr-about-modal-close:hover{border-color:rgba(34,189,255,.7);background:rgba(15,55,92,.98)}
.lhr-about-modal-content{padding:44px 52px 48px;clear:both}
.lhr-about-brand{min-height:72px;display:flex;align-items:center;margin-bottom:18px}
.lhr-about-brand img{display:block;max-width:min(280px,60vw);max-height:110px;width:auto;height:auto;object-fit:contain}
.lhr-about-modal-content h2{font-size:clamp(2.25rem,5vw,4rem);line-height:1.04;margin:8px 0 26px;color:#fff}
.lhr-about-modal-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;color:#d7e4f1;font-size:1rem;line-height:1.72}
.lhr-about-modal-body>p:first-child{grid-column:1/-1;font-size:1.1rem;color:#bfd1e3;margin:0 0 4px;padding:0 0 22px;border-bottom:1px solid rgba(255,255,255,.09)}
.lhr-about-modal-body h2,.lhr-about-modal-body h3,.lhr-about-modal-body h4{color:#fff;margin:0 0 10px;font-size:1.22rem}
.lhr-about-modal-body h2:not(:first-child),.lhr-about-modal-body h3,.lhr-about-modal-body h4{padding-top:18px;border-top:1px solid rgba(63,171,255,.22)}
.lhr-about-modal-body p,.lhr-about-modal-body ul{margin-top:0}
.lhr-about-modal-body ul{padding-left:20px}
.lhr-about-modal-body img{max-width:100%;height:auto;border-radius:18px}
.lhr-about-modal-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px;padding-top:24px;border-top:1px solid rgba(255,255,255,.09)}
body.lhr-about-modal-open{overflow:hidden}
@media(max-width:760px){.lhr-about-modal{padding:10px}.lhr-about-modal-dialog{width:100%;max-height:92vh;border-radius:20px}.lhr-about-modal-content{padding:30px 22px 32px}.lhr-about-modal-body{grid-template-columns:1fr}.lhr-about-modal-body>p:first-child{grid-column:auto}.lhr-about-modal-actions .lhr-btn{width:100%;justify-content:center}}


/* v2.3.51 — About Us modal reliability + structured fallback cards */
.lhr-about-modal-body .lhr-about-info-card{padding:20px 22px;border:1px solid rgba(69,166,255,.22);border-radius:18px;background:linear-gradient(145deg,rgba(15,41,72,.72),rgba(7,23,43,.72));box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.lhr-about-modal-body .lhr-about-info-card h3{padding-top:0!important;border-top:0!important;color:#fff;margin:0 0 8px;font-size:1.15rem}
.lhr-about-modal-body .lhr-about-info-card p{margin:0;color:#c7d8e8}

/* ============================================================
   v2.3.52 — Modern Corporate Navigation
   Cleaner glass header, pill navigation, active/hover states,
   refined CTA and language switcher. No menu content changes.
   ============================================================ */
.lhr-header{
  background:rgba(2,10,22,.94)!important;
  border-bottom:1px solid rgba(66,157,255,.16)!important;
  box-shadow:0 12px 42px rgba(0,0,0,.24)!important;
}
.lhr-nav{
  min-height:112px;
  gap:28px;
}
.lhr-brand{
  min-width:210px;
  justify-content:flex-start;
}
.lhr-menu{
  flex:1;
  justify-content:center;
  gap:7px!important;
  padding:7px;
  border:1px solid rgba(92,166,255,.13);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(15,31,54,.68),rgba(7,19,37,.62));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 12px 34px rgba(0,0,0,.12);
}
.lhr-menu a{
  opacity:1!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 15px;
  border-radius:12px;
  color:#dce8f5;
  font-weight:650;
  font-size:.9rem;
  line-height:1;
  white-space:nowrap;
  transition:color .22s ease,background .22s ease,box-shadow .22s ease,transform .22s ease!important;
}
.lhr-menu a:not(.lhr-nav-cta):after{display:none!important}
.lhr-menu a:not(.lhr-nav-cta):hover,
.lhr-menu .current-menu-item>a:not(.lhr-nav-cta),
.lhr-menu .current_page_item>a:not(.lhr-nav-cta){
  color:#fff!important;
  background:linear-gradient(180deg,rgba(21,104,207,.24),rgba(11,58,116,.18));
  box-shadow:inset 0 0 0 1px rgba(43,154,255,.18),0 8px 24px rgba(0,80,180,.10);
  transform:translateY(-1px);
}
.lhr-menu .current-menu-item>a:not(.lhr-nav-cta),
.lhr-menu .current_page_item>a:not(.lhr-nav-cta){
  color:var(--lhr-cyan)!important;
  box-shadow:inset 0 -2px 0 var(--lhr-cyan),inset 0 0 0 1px rgba(43,154,255,.18),0 8px 24px rgba(0,80,180,.10);
}
.lhr-menu .lhr-nav-cta,
.lhr-menu a[href*="sign.lhrservicescorp.com"]{
  color:#fff!important;
  background:linear-gradient(135deg,#0e66db,#168cff)!important;
  border:1px solid rgba(71,171,255,.55)!important;
  box-shadow:0 8px 26px rgba(12,112,240,.24),inset 0 1px 0 rgba(255,255,255,.16)!important;
  padding-inline:18px!important;
  font-weight:750!important;
}
.lhr-menu .lhr-nav-cta:hover,
.lhr-menu a[href*="sign.lhrservicescorp.com"]:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 12px 34px rgba(12,112,240,.36),0 0 24px rgba(18,199,255,.12)!important;
}
.lhr-lang{
  flex:0 0 auto;
  padding:3px;
  gap:2px;
  border:1px solid rgba(121,174,232,.20)!important;
  border-radius:999px!important;
  background:rgba(7,19,36,.82);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  overflow:visible!important;
}
.lhr-lang a{
  display:grid;
  place-items:center;
  min-width:42px;
  height:34px;
  padding:0 11px;
  border-radius:999px;
  color:#b9c8d8;
  font-size:.78rem;
  font-weight:800;
  transition:.2s ease;
}
.lhr-lang a:hover{color:#fff;background:rgba(255,255,255,.06)}
.lhr-lang a.active{
  color:#fff;
  background:linear-gradient(135deg,#1677ee,#1aa6ff);
  box-shadow:0 5px 18px rgba(22,133,255,.30);
}
@media(max-width:1180px){
  .lhr-nav{gap:14px}
  .lhr-brand{min-width:160px}
  .lhr-menu{gap:3px!important;padding:5px}
  .lhr-menu a{padding-inline:10px;font-size:.82rem}
}
@media(max-width:980px){
  .lhr-nav{min-height:auto;align-items:center!important;padding:12px 0!important;gap:10px!important}
  .lhr-brand{min-width:0}
  .lhr-menu{order:3;width:100%;justify-content:flex-start!important;overflow-x:auto;padding:6px!important;border-radius:14px;scrollbar-width:none}
  .lhr-menu::-webkit-scrollbar{display:none}
  .lhr-menu a{flex:0 0 auto;min-height:38px;padding-inline:12px}
  .lhr-lang{margin-left:auto!important}
}
@media(max-width:640px){
  .lhr-menu{background:rgba(7,19,37,.86)}
  .lhr-menu a{font-size:.78rem}
  .lhr-lang a{min-width:36px;height:31px;padding:0 8px}
}


/* ============================================================
   v2.3.53 — Mobile / Tablet Navigation Drawer
   Replaces horizontal scrolling with an obvious menu button and
   a full-height slide-out panel so visitors can see every option.
   ============================================================ */
.lhr-menu-toggle,.lhr-mobile-menu-head,.lhr-menu-backdrop{display:none}
@media(max-width:980px){
  .lhr-header{position:relative;z-index:99980}
  .lhr-nav{flex-wrap:nowrap!important;min-height:82px!important;padding:10px 0!important}
  .lhr-brand{flex:1 1 auto;min-width:0!important}
  .lhr-header .lhr-logo-img{max-width:min(210px,42vw)!important;max-height:64px!important}
  .lhr-lang{order:2;margin-left:auto!important}
  .lhr-menu-toggle{
    order:3;display:inline-flex;align-items:center;justify-content:center;gap:9px;
    min-height:42px;padding:0 14px;border-radius:13px;border:1px solid rgba(77,167,255,.34);
    background:linear-gradient(180deg,rgba(16,57,103,.86),rgba(6,27,54,.92));color:#fff;
    font:inherit;font-size:.78rem;font-weight:800;letter-spacing:.04em;cursor:pointer;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 8px 24px rgba(0,0,0,.18)
  }
  .lhr-menu-toggle-icon{width:20px;display:grid;gap:4px}
  .lhr-menu-toggle-icon span{display:block;height:2px;border-radius:9px;background:linear-gradient(90deg,#fff,var(--lhr-cyan));transition:.22s ease}
  .lhr-menu-toggle[aria-expanded="true"] .lhr-menu-toggle-icon span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .lhr-menu-toggle[aria-expanded="true"] .lhr-menu-toggle-icon span:nth-child(2){opacity:0}
  .lhr-menu-toggle[aria-expanded="true"] .lhr-menu-toggle-icon span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

  .lhr-menu{
    display:flex!important;position:fixed!important;z-index:99996;top:0;right:0;bottom:0;left:auto;
    width:min(390px,88vw)!important;height:100dvh;overflow-y:auto!important;overflow-x:hidden!important;
    flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;
    gap:8px!important;padding:18px 18px 28px!important;margin:0!important;border-radius:26px 0 0 26px!important;
    border:1px solid rgba(80,173,255,.28)!important;border-right:0!important;
    background:linear-gradient(165deg,rgba(6,23,45,.995),rgba(2,11,24,.995))!important;
    box-shadow:-28px 0 80px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.05)!important;
    transform:translateX(104%);visibility:hidden;pointer-events:none;transition:transform .3s cubic-bezier(.2,.8,.2,1),visibility .3s ease;
    scrollbar-width:thin;scrollbar-color:rgba(48,154,255,.5) transparent
  }
  body.lhr-mobile-menu-open .lhr-menu{transform:translateX(0);visibility:visible;pointer-events:auto}
  .lhr-mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding:4px 4px 14px;margin-bottom:4px;border-bottom:1px solid rgba(255,255,255,.08);color:#fff;font-size:1rem;font-weight:800}
  .lhr-menu-close{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(12,35,62,.78);color:#fff;font-size:29px;line-height:1;cursor:pointer}
  .lhr-menu li{display:block;width:100%;margin:0!important;list-style:none}
  .lhr-menu a{
    width:100%;min-height:50px!important;justify-content:flex-start!important;padding:0 16px!important;border-radius:13px!important;
    font-size:.94rem!important;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.045)
  }
  .lhr-menu a:hover,.lhr-menu .current-menu-item>a,.lhr-menu .current_page_item>a{transform:none!important;background:linear-gradient(90deg,rgba(21,107,213,.28),rgba(9,48,96,.16))!important}
  .lhr-menu .lhr-nav-cta,.lhr-menu a[href*="sign.lhrservicescorp.com"]{justify-content:center!important;margin-top:6px;min-height:52px!important}
  .lhr-menu-backdrop{
    display:block;position:fixed;z-index:99995;inset:0;border:0;padding:0;background:rgba(0,5,14,.68);backdrop-filter:blur(5px);
    opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease;cursor:default
  }
  body.lhr-mobile-menu-open .lhr-menu-backdrop{opacity:1;visibility:visible;pointer-events:auto}
  body.lhr-mobile-menu-open{overflow:hidden}
}
@media(max-width:640px){
  .lhr-nav{min-height:74px!important;gap:7px!important}
  .lhr-header .lhr-logo-img{max-width:min(155px,38vw)!important;max-height:54px!important}
  .lhr-lang a{min-width:32px!important;height:30px!important;padding:0 7px!important;font-size:.72rem!important}
  .lhr-menu-toggle{padding:0 11px;min-height:39px}
  .lhr-menu-toggle-text{display:none}
  .lhr-menu{width:min(360px,92vw)!important;border-radius:22px 0 0 22px!important;padding:14px 14px 24px!important}
}
@media(prefers-reduced-motion:reduce){
  .lhr-menu,.lhr-menu-backdrop,.lhr-menu-toggle-icon span{transition:none!important}
}


/* ============================================================
   v2.3.54 — Dynamic "Nuestros Servicios" navigation dropdown
   Desktop: polished mega-menu. Tablet/mobile: clear accordion
   inside the existing navigation drawer. Services are pulled
   automatically from active WordPress Service entries.
   ============================================================ */
.lhr-services-nav-item{position:relative;display:flex;align-items:center;list-style:none}
.lhr-services-nav-toggle{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 15px;
  border:0;border-radius:12px;background:transparent;color:#dce8f5;font:inherit;font-size:.9rem;font-weight:700;
  white-space:nowrap;cursor:pointer;transition:color .2s ease,background .2s ease,box-shadow .2s ease
}
.lhr-services-nav-symbol{color:var(--lhr-cyan);font-size:.82rem;filter:drop-shadow(0 0 8px rgba(18,199,255,.35))}
.lhr-services-nav-chevron{font-size:.9rem;color:#8fb7d9;transition:transform .2s ease}
.lhr-services-nav-item:hover>.lhr-services-nav-toggle,
.lhr-services-nav-item:focus-within>.lhr-services-nav-toggle,
.lhr-services-nav-item.is-open>.lhr-services-nav-toggle{color:#fff;background:linear-gradient(180deg,rgba(21,104,207,.24),rgba(11,58,116,.18));box-shadow:inset 0 0 0 1px rgba(43,154,255,.18)}
.lhr-services-nav-item.is-open .lhr-services-nav-chevron,.lhr-services-nav-item:focus-within .lhr-services-nav-chevron{transform:rotate(180deg)}
.lhr-services-nav-panel{
  position:absolute;z-index:99998;top:calc(100% + 13px);left:50%;width:min(700px,78vw);padding:18px;
  border:1px solid rgba(72,166,255,.27);border-radius:22px;background:linear-gradient(160deg,rgba(7,28,53,.985),rgba(3,14,29,.99));
  box-shadow:0 28px 80px rgba(0,0,0,.52),0 0 48px rgba(16,133,255,.09),inset 0 1px 0 rgba(255,255,255,.045);
  opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease
}
.lhr-services-nav-panel:before{content:"";position:absolute;left:9%;right:9%;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--lhr-cyan),transparent)}
.lhr-services-nav-item:hover>.lhr-services-nav-panel,.lhr-services-nav-item:focus-within>.lhr-services-nav-panel,.lhr-services-nav-item.is-open>.lhr-services-nav-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.lhr-services-nav-panel-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:2px 4px 14px;margin-bottom:10px;border-bottom:1px solid rgba(255,255,255,.08)}
.lhr-services-nav-panel-head>div{display:grid;gap:2px}.lhr-services-nav-panel-head strong{font-size:1.08rem;color:#fff}.lhr-services-nav-kicker{font-size:.67rem;font-weight:850;letter-spacing:.16em;color:var(--lhr-cyan)}
.lhr-services-nav-close{display:none;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035);color:#fff;font-size:24px;cursor:pointer}
.lhr-services-nav-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.lhr-services-menu-link{display:grid!important;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center!important;gap:11px!important;min-height:72px!important;padding:10px 12px!important;border:1px solid rgba(255,255,255,.055)!important;border-radius:14px!important;background:rgba(255,255,255,.025)!important;color:#eaf3fc!important;text-align:left!important;transition:.2s ease!important}
.lhr-services-menu-link:hover{background:linear-gradient(135deg,rgba(17,91,177,.24),rgba(8,45,91,.20))!important;border-color:rgba(63,159,255,.23)!important;transform:translateY(-1px)!important;box-shadow:0 10px 24px rgba(0,0,0,.13)!important}
.lhr-services-menu-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:rgba(18,100,189,.16);border:1px solid rgba(50,157,255,.20);color:var(--lhr-cyan)}
.lhr-services-menu-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.lhr-services-menu-copy{display:grid;gap:3px;min-width:0}.lhr-services-menu-copy strong{font-size:.84rem;line-height:1.25;color:#fff}.lhr-services-menu-copy small{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;color:#8fa8bf;font-size:.7rem;line-height:1.35}
.lhr-services-menu-arrow{color:#6ecfff;font-size:.9rem}
.lhr-services-nav-all{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:42px!important;margin-top:11px;padding:0 13px!important;border-radius:12px!important;color:#8fdcff!important;background:rgba(18,126,236,.07)!important;border:1px solid rgba(42,151,255,.12)!important;font-size:.77rem!important;font-weight:800!important;text-transform:uppercase;letter-spacing:.05em}

@media(max-width:1180px) and (min-width:981px){
  .lhr-services-nav-toggle{padding-inline:10px;font-size:.82rem}
  .lhr-services-nav-symbol{display:none}
  .lhr-services-nav-panel{width:min(640px,82vw)}
}
@media(max-width:980px){
  .lhr-services-nav-item{display:block!important;width:100%;order:0}
  .lhr-services-nav-toggle{width:100%;min-height:50px;justify-content:flex-start;padding:0 16px;border:1px solid rgba(255,255,255,.045);border-radius:13px;background:rgba(255,255,255,.025);font-size:.94rem}
  .lhr-services-nav-toggle .lhr-services-nav-chevron{margin-left:auto;font-size:1rem}
  .lhr-services-nav-panel{position:static;width:100%;max-height:0;padding:0 7px;margin:0;border:0;border-radius:0;background:transparent;box-shadow:none;opacity:1;visibility:visible;pointer-events:none;overflow:hidden;transform:none;transition:max-height .28s ease,padding .28s ease,margin .28s ease}
  .lhr-services-nav-panel:before{display:none}
  .lhr-services-nav-item.is-open>.lhr-services-nav-panel{max-height:980px;padding:8px 7px 10px;margin-top:2px;pointer-events:auto;transform:none}
  .lhr-services-nav-panel-head{display:none}
  .lhr-services-nav-grid{grid-template-columns:1fr;gap:6px}
  .lhr-services-menu-link{grid-template-columns:38px minmax(0,1fr) 18px!important;min-height:58px!important;padding:8px 10px!important;background:rgba(3,15,31,.72)!important}
  .lhr-services-menu-icon{width:38px;height:38px}.lhr-services-menu-copy small{-webkit-line-clamp:1}
  .lhr-services-nav-all{margin-top:7px!important}
}
@media(max-width:640px){
  .lhr-services-menu-copy small{display:none}
  .lhr-services-menu-link{min-height:52px!important}
}
@media(prefers-reduced-motion:reduce){.lhr-services-nav-panel,.lhr-services-nav-chevron,.lhr-services-menu-link{transition:none!important}}
