:root{--navy-950:#0a0c16;--navy-900:#0f1322;--navy-800:#141a2d;--navy-700:#1a2138;--navy-600:#1f2850;--navy-500:#2b3568;--navy-border:#9aa8d624;--rose-600:#b3714f;--rose-500:#cb8b64;--rose-400:#e0a97d;--rose-300:#eec9a3;--rose-200:#f6ddc0;--ivory:#f7f4ef;--slate-300:#b7c0da;--slate-400:#8c96b8;--slate-500:#666f8e;--gradient-rose:linear-gradient(135deg, var(--rose-600) 0%, var(--rose-400) 50%, var(--rose-300) 100%);--gradient-rose-soft:linear-gradient(135deg, #cb8b6429, #eec9a30d);--glow-rose:0 0 60px #cb8b6440;--font-display:"Fraunces", "Georgia", serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--container:min(1180px, 100% - 3rem);--section-pad:clamp(4.5rem, 9vw, 8rem);--ease-premium:cubic-bezier(.16, 1, .3, 1);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}body{background:var(--navy-950);color:var(--slate-300);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6;overflow-x:hidden}#root{min-height:100svh}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4{font-family:var(--font-display);color:var(--ivory);letter-spacing:-.01em;font-weight:500;line-height:1.1}p{margin:0}.container{width:var(--container);margin-inline:auto}.section{padding-block:var(--section-pad);position:relative}.eyebrow{font-family:var(--font-body);letter-spacing:.22em;text-transform:uppercase;color:var(--rose-400);align-items:center;gap:.6em;font-size:.75rem;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:var(--rose-400);width:22px;height:1px}.text-gradient{background:var(--gradient-rose);color:#0000;-webkit-background-clip:text;background-clip:text}.btn{letter-spacing:.02em;transition:transform .4s var(--ease-premium), box-shadow .4s var(--ease-premium), background .4s var(--ease-premium), color .4s var(--ease-premium), border-color .4s var(--ease-premium);white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.95rem 2rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--gradient-rose);color:var(--navy-950);box-shadow:0 8px 30px -8px #cb8b648c}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 40px -8px #cb8b64b3}.btn-ghost{color:var(--ivory);border-color:var(--navy-border);background:0 0}.btn-ghost:hover{border-color:var(--rose-400);color:var(--rose-300);transform:translateY(-2px)}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}::selection{background:var(--rose-500);color:var(--navy-950)}.lx-scroll-progress{background:var(--gradient-rose);transform-origin:0;z-index:200;height:2px;position:fixed;top:0;left:0;right:0}.lx-mark{flex-shrink:0;line-height:0;display:inline-block}.lx-mark img{object-fit:contain;width:100%;height:100%}.lx-mark-spin{transform-origin:50%;animation:22s linear infinite lx-spin}@keyframes lx-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lx-wordmark{flex-direction:column;gap:.2rem;line-height:1;display:flex}.lx-wordmark-text{font-family:var(--font-display);letter-spacing:.12em;color:var(--ivory);font-size:1.25rem;font-weight:500}.lx-wordmark-tag{font-family:var(--font-body);letter-spacing:.14em;color:var(--slate-500);font-size:.6rem;font-weight:500}.lx-wordmark-tag em{color:var(--rose-400);font-style:normal}.lx-nav{z-index:100;transition:padding .4s var(--ease-premium), background .4s var(--ease-premium), border-color .4s var(--ease-premium), backdrop-filter .4s var(--ease-premium);border-bottom:1px solid #0000;padding-block:1.4rem;position:fixed;top:0;left:0;right:0}.lx-nav--solid{-webkit-backdrop-filter:blur(16px)saturate(140%);border-bottom:1px solid var(--navy-border);background:#05070db8;padding-block:.85rem}.lx-nav-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.lx-nav-brand{align-items:center;gap:.65rem;display:flex}.lx-nav-links{color:var(--slate-300);align-items:center;gap:2.2rem;margin-inline:auto;font-size:.85rem;font-weight:500;display:flex}.lx-nav-links a{transition:color .3s var(--ease-premium);position:relative}.lx-nav-links a:after{content:"";background:var(--rose-400);width:0;height:1px;transition:width .35s var(--ease-premium);position:absolute;bottom:-6px;left:0}.lx-nav-links a:hover{color:var(--ivory)}.lx-nav-links a:hover:after{width:100%}.lx-nav-cta{padding:.7rem 1.5rem;font-size:.8rem}.lx-nav-burger{flex-direction:column;justify-content:center;gap:6px;width:40px;height:40px;display:none}.lx-nav-burger span{background:var(--ivory);height:1.5px;transition:transform .35s var(--ease-premium), opacity .35s var(--ease-premium);border-radius:2px;display:block}.lx-nav-burger.is-open span:first-child{transform:translateY(3.75px)rotate(45deg)}.lx-nav-burger.is-open span:last-child{transform:translateY(-3.75px)rotate(-45deg)}.lx-mobile-menu{z-index:90;background:var(--navy-950);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lx-mobile-menu nav{flex-direction:column;align-items:center;gap:1.75rem;display:flex}.lx-mobile-menu nav a{font-family:var(--font-display);color:var(--ivory);font-size:1.9rem}.lx-mobile-menu nav a.btn{font-family:var(--font-body);margin-top:1rem}@media (width<=860px){.lx-nav-links,.lx-nav-cta{display:none}.lx-nav-burger{display:flex}}.lx-hero{align-items:center;min-height:100svh;padding-top:6rem;display:flex;position:relative;overflow:hidden}.lx-hero-bg{z-index:0;position:absolute;inset:0}.lx-hero-glow{filter:blur(90px);opacity:.5;border-radius:50%;position:absolute}.lx-hero-glow--a{background:radial-gradient(circle,#cb8b6473,#0000 70%);width:560px;height:560px;animation:16s ease-in-out infinite lx-drift-a;top:-140px;right:-120px}.lx-hero-glow--b{background:radial-gradient(circle,#26306199,#0000 70%);width:460px;height:460px;animation:18s ease-in-out infinite lx-drift-b;bottom:-160px;left:-100px}@keyframes lx-drift-a{0%,to{transform:translate(0)}50%{transform:translate(-30px,40px)}}@keyframes lx-drift-b{0%,to{transform:translate(0)}50%{transform:translate(40px,-30px)}}.lx-hero-grid{background-image:linear-gradient(var(--navy-border) 1px, transparent 1px), linear-gradient(90deg, var(--navy-border) 1px, transparent 1px);opacity:.5;background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 30%,#000 10%,#0000 75%);mask-image:radial-gradient(70% 60% at 50% 30%,#000 10%,#0000 75%)}.lx-hero-inner{z-index:1;grid-template-columns:1.15fr .85fr;align-items:center;gap:2rem;display:grid;position:relative}.lx-hero-copy{max-width:640px}.lx-hero-title{margin-top:1.4rem;font-size:clamp(2.6rem,5.4vw,4.4rem);font-weight:500}.lx-hero-line{display:block;overflow:hidden}.lx-hero-word-mask{vertical-align:top;white-space:pre;display:inline-block;overflow:hidden}.lx-hero-sub{color:var(--slate-300);max-width:46ch;margin-top:1.6rem;font-size:1.08rem;line-height:1.7}.lx-hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2.4rem;display:flex}.lx-hero-trust{border-top:1px solid var(--navy-border);letter-spacing:.06em;text-transform:uppercase;color:var(--slate-500);flex-wrap:wrap;gap:.5rem 1.6rem;margin-top:3rem;padding-top:1.8rem;font-size:.78rem;display:flex}.lx-hero-emblem{justify-content:center;align-items:center;height:100%;display:flex;position:relative}.lx-hero-emblem-float{filter:drop-shadow(0 30px 80px #cb8b6440);justify-content:center;align-items:center;display:flex;position:relative}.lx-hero-ring{border:1px solid var(--navy-border);border-radius:50%;position:absolute}.lx-hero-ring--outer{width:420px;height:420px}.lx-hero-ring--inner{border-color:#cb8b6440;width:320px;height:320px}@media (width<=980px){.lx-hero-inner{text-align:left;grid-template-columns:1fr}.lx-hero-emblem{order:-1;height:auto;margin-top:3rem;transform:scale(.72)}.lx-hero-sub{max-width:none}}@media (width<=560px){.lx-hero-emblem{margin-top:1rem;transform:scale(.55)}.lx-hero-actions{flex-direction:column;align-items:stretch}.lx-hero-actions .btn{width:100%}}.lx-section-head{max-width:640px;margin-bottom:clamp(2.5rem,5vw,4rem)}.lx-section-head--center{text-align:center;margin-inline:auto}.lx-section-title{margin-top:1rem;font-size:clamp(1.9rem,3.6vw,2.75rem)}.lx-section-lead{color:var(--slate-300);margin-top:1.1rem;font-size:1.05rem;line-height:1.7}.lx-pillar-grid,.lx-service-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.lx-pillar{border:1px solid var(--navy-border);background:linear-gradient(180deg, var(--navy-800), var(--navy-900));transition:transform .5s var(--ease-premium), border-color .5s var(--ease-premium), box-shadow .5s var(--ease-premium);border-radius:20px;padding:2.4rem 2rem}.lx-pillar:hover{border-color:#cb8b6466;transform:translateY(-6px);box-shadow:0 20px 50px -20px #0009}.lx-pillar-icon,.lx-service-icon{background:var(--gradient-rose-soft);width:52px;height:52px;color:var(--rose-400);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.lx-pillar h3,.lx-service-card h3{margin-bottom:.7rem;font-size:1.2rem}.lx-pillar p,.lx-service-card p{font-size:.95rem;line-height:1.65}.lx-services{border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border);background:#0f1322db}.lx-service-card{border:1px solid var(--navy-border);background:var(--navy-800);transition:transform .5s var(--ease-premium), border-color .5s var(--ease-premium);border-radius:20px;padding:2.6rem 2rem 2.2rem;position:relative;overflow:hidden}.lx-service-card:before{content:"";background:var(--gradient-rose-soft);opacity:0;transition:opacity .5s var(--ease-premium);position:absolute;inset:0}.lx-service-card:hover{border-color:#cb8b6473;transform:translateY(-6px)}.lx-service-card:hover:before{opacity:1}.lx-service-index{font-family:var(--font-display);color:var(--slate-500);font-size:.85rem;position:absolute;top:1.6rem;right:1.8rem}.lx-service-bullets{border-top:1px solid var(--navy-border);flex-direction:column;gap:.65rem;margin-top:1.4rem;padding-top:1.3rem;list-style:none;display:flex}.lx-service-bullets li{color:var(--slate-300);padding-left:1.1rem;font-size:.85rem;line-height:1.5;position:relative}.lx-service-bullets li:before{content:"";background:var(--rose-400);border-radius:50%;width:5px;height:5px;position:absolute;top:.5em;left:0}.lx-service-card>*{z-index:1;position:relative}@media (width<=900px){.lx-pillar-grid,.lx-service-grid{grid-template-columns:1fr}}.lx-process-grid{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:0 .75rem;display:grid}.lx-process-cta{justify-content:center;margin-top:clamp(2.5rem,5vw,3.5rem);display:flex}.lx-process-card{border:1px solid var(--navy-border);background:linear-gradient(180deg, var(--navy-800), var(--navy-900));height:100%;transition:transform .5s var(--ease-premium), border-color .5s var(--ease-premium), box-shadow .5s var(--ease-premium);border-radius:20px;padding:2.2rem 1.8rem 2rem}.lx-process-card:hover{border-color:#cb8b6466;transform:translateY(-6px);box-shadow:0 20px 50px -20px #0009}.lx-process-node{background:var(--gradient-rose);width:60px;height:60px;color:var(--navy-950);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.6rem;display:flex;position:relative;box-shadow:0 10px 26px -10px #cb8b6499}.lx-process-node-badge{background:var(--navy-950);border:1px solid var(--navy-border);width:24px;height:24px;color:var(--rose-300);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;display:flex;position:absolute;bottom:-6px;right:-6px}.lx-process-card h3{margin-bottom:.6rem;font-size:1.15rem}.lx-process-card p{color:var(--slate-300);font-size:.92rem;line-height:1.6}.lx-process-arrow{width:20px;height:20px;color:var(--rose-400);opacity:.7;justify-content:center;align-items:center;display:flex}@media (width<=900px){.lx-process-grid{grid-template-columns:1fr;gap:0}.lx-process-arrow{margin:.6rem 0;transform:rotate(90deg)}}.lx-solutions{position:relative;overflow:hidden}.lx-solutions-bg{background:radial-gradient(60% 80% at 50% 0,#cb8b641f,#0000 65%),radial-gradient(50% 60% at 80% 100%,#26306180,#0000 70%);position:absolute;inset:0}.lx-solutions-inner{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.8rem;max-width:780px;display:flex;position:relative}.lx-solutions-quote{font-family:var(--font-display);color:var(--ivory);font-size:clamp(1.4rem,2.8vw,2rem);font-weight:400;line-height:1.5}.lx-stories-inner{text-align:center;flex-direction:column;align-items:center;display:flex}.lx-stories-card{border:1px solid var(--navy-border);background:linear-gradient(180deg, var(--navy-800), var(--navy-900));border-radius:24px;flex-direction:column;align-items:center;gap:1.4rem;max-width:640px;margin-top:1.6rem;padding:clamp(2.5rem,5vw,3.5rem);display:flex;position:relative}.lx-stories-quote{font-family:var(--font-display);color:var(--rose-500);opacity:.5;font-size:4rem;line-height:1}.lx-stories-card h2{font-size:clamp(1.5rem,3vw,2rem)}.lx-stories-card p{color:var(--slate-300);max-width:46ch;font-size:1rem;line-height:1.7}.lx-faq{border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border);background:#0f1322db}.lx-faq-list{flex-direction:column;gap:.9rem;max-width:760px;margin-inline:auto;display:flex}.lx-faq-item{border:1px solid var(--navy-border);background:var(--navy-800);transition:border-color .4s var(--ease-premium);border-radius:16px;overflow:hidden}.lx-faq-item.is-open{border-color:#cb8b6466}.lx-faq-question{text-align:left;width:100%;font-family:var(--font-display);color:var(--ivory);justify-content:space-between;align-items:center;gap:1.5rem;padding:1.3rem 1.6rem;font-size:1.05rem;display:flex}.lx-faq-icon{background:var(--gradient-rose-soft);width:30px;height:30px;color:var(--rose-400);transition:transform .4s var(--ease-premium);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.lx-faq-item.is-open .lx-faq-icon{transform:rotate(45deg)}.lx-faq-answer-wrap{overflow:hidden}.lx-faq-answer{color:var(--slate-300);padding:0 1.6rem 1.5rem;font-size:.95rem;line-height:1.7}.lx-faq-cta{margin:0 1.6rem 1.8rem}.lx-contact{border-top:1px solid var(--navy-border);background:#0f1322db}.lx-contact-inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.lx-contact-title{margin-top:1rem;font-size:clamp(1.9rem,3.4vw,2.5rem)}.lx-contact-lead{max-width:46ch;margin-top:1.2rem;font-size:1.02rem;line-height:1.7}.lx-contact-details{flex-direction:column;gap:1.2rem;margin-top:2.6rem;display:flex}.lx-contact-details a{font-family:var(--font-display);color:var(--ivory);transition:color .3s var(--ease-premium);flex-direction:column;gap:.2rem;font-size:1.15rem;display:flex}.lx-contact-details a:hover{color:var(--rose-300)}.lx-contact-details a span{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:var(--slate-500);font-size:.7rem}.lx-contact-form-wrap{background:var(--navy-800);border:1px solid var(--navy-border);border-radius:22px;padding:clamp(1.75rem,3vw,2.75rem)}.lx-contact-form{flex-direction:column;gap:1.3rem;display:flex}.lx-field{flex-direction:column;gap:.5rem;display:flex}.lx-field label{letter-spacing:.05em;color:var(--slate-400);font-size:.78rem}.lx-field input,.lx-field textarea{background:var(--navy-900);border:1px solid var(--navy-border);color:var(--ivory);font-family:var(--font-body);resize:vertical;transition:border-color .3s var(--ease-premium), box-shadow .3s var(--ease-premium);border-radius:10px;padding:.85rem 1rem;font-size:.95rem}.lx-field input:focus,.lx-field textarea:focus{border-color:var(--rose-400);outline:none;box-shadow:0 0 0 3px #cb8b6426}.lx-contact-submit{width:100%;margin-top:.4rem}.lx-contact-submit:disabled{opacity:.75;cursor:default}.lx-contact-note{color:var(--rose-300);text-align:center;font-size:.85rem}@media (width<=860px){.lx-contact-inner{grid-template-columns:1fr;gap:3rem}}.lx-footer{border-top:1px solid var(--navy-border);background:#0a0c16e6;padding-top:4rem}.lx-footer-inner{flex-wrap:wrap;justify-content:space-between;gap:2.5rem;padding-bottom:3rem;display:flex}.lx-footer-links{color:var(--slate-300);gap:1.8rem;font-size:.88rem;display:flex}.lx-footer-links a:hover{color:var(--rose-300)}.lx-footer-contact{color:var(--slate-300);text-align:right;flex-direction:column;gap:.4rem;font-size:.88rem;display:flex}.lx-footer-contact a:hover{color:var(--rose-300)}.lx-footer-social{justify-content:flex-end;align-items:center;gap:.5rem;margin-top:.3rem;display:inline-flex}.lx-footer-social svg{width:16px;height:16px}@media (width<=640px){.lx-footer-social{justify-content:flex-start}}.lx-footer-bottom{border-top:1px solid var(--navy-border);color:var(--slate-500);padding-block:1.6rem;font-size:.78rem}@media (width<=640px){.lx-footer-inner{flex-direction:column}.lx-footer-contact{text-align:left}}.lx-dust{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.lx-dust-glow{background:radial-gradient(70% 55% at 50% 0,#cb8b6429,#0000 60%),radial-gradient(60% 50% at 85% 70%,#cb8b641a,#0000 65%),radial-gradient(60% 50% at 10% 90%,#cb8b6417,#0000 65%);position:absolute;inset:0}.lx-dust-layer{border-radius:50%;width:1px;height:1px;position:absolute;top:0;left:0}.lx-dust-layer--far{animation:90s ease-in-out infinite lx-dust-drift-a}.lx-dust-layer--mid{animation:60s ease-in-out infinite lx-dust-drift-b,8s ease-in-out infinite lx-dust-twinkle}.lx-dust-layer--near{animation:40s ease-in-out infinite lx-dust-drift-c,5s ease-in-out infinite reverse lx-dust-twinkle}@keyframes lx-dust-drift-a{0%,to{transform:translate(0)}50%{transform:translate(-1.2vw,1vh)}}@keyframes lx-dust-drift-b{0%,to{transform:translate(0)}50%{transform:translate(1.6vw,-1.2vh)}}@keyframes lx-dust-drift-c{0%,to{transform:translate(0)}50%{transform:translate(-2vw,-1.6vh)}}@keyframes lx-dust-twinkle{0%,to{opacity:.6}50%{opacity:1}}.lx-whatsapp{bottom:clamp(1.25rem,4vw,2rem);right:clamp(1.25rem,4vw,2rem);bottom:max(1.25rem, env(safe-area-inset-bottom));z-index:80;color:#06170e;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;display:flex;position:fixed;box-shadow:0 12px 30px -8px #0000008c,0 0 0 1px #ffffff0f}.lx-whatsapp svg{width:30px;height:30px}.lx-whatsapp-ping{opacity:.55;background:#25d366;border-radius:50%;animation:2.6s ease-out infinite lx-whatsapp-pulse;position:absolute;inset:0}@keyframes lx-whatsapp-pulse{0%{opacity:.45;transform:scale(1)}to{opacity:0;transform:scale(1.55)}}@media (width<=560px){.lx-whatsapp{width:52px;height:52px}.lx-whatsapp svg{width:26px;height:26px}}
