.lcl-page{--orange:#f97316;--orange-dark:#ea580c;--orange-light:#f1dfc8;--orange-badge:#fef3c7;--navy:#0f172a;--navy-mid:#1e293b;--gray:#64748b;--gray-light:#f1f5f9;--gray-border:#e2e8f0;--white:#fff;--green:#22c55e;--radius:12px;--radius-lg:20px;--shadow:0 4px 24px #0f172a0f;--shadow-lg:0 12px 48px #0f172a1f;--page-gutter:24px;--section-pad-y:56px;--section-pad-x:24px;--content-max:1360px;--content-wide:1480px}.lcl-page *{box-sizing:border-box;margin:0;padding:0}.lcl-page{color:var(--navy);background:var(--white);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}.lcl-page h1,.lcl-page h2,.lcl-page h3,.lcl-page h4,.lcl-page .nav-logo,.lcl-page .stat-value{font-family:inter,sans-serif}.lcl-page a{color:inherit;text-decoration:none}.lcl-page nav{z-index:100;background:var(--white);border-bottom:1px solid var(--gray-border);flex-wrap:nowrap;justify-content:space-between;align-items:center;height:100px;padding:0 40px;display:flex;position:sticky;top:0;box-shadow:0 2px 12px #0000000d}.lcl-page .nav-logo{color:var(--navy);white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;font-size:22px;font-weight:700;display:flex}.lcl-page .nav-logo span{color:var(--orange)}.lcl-page .nav-links{white-space:nowrap;flex-wrap:nowrap;flex-shrink:1;align-items:center;gap:20px;min-width:0;list-style:none;display:flex}.lcl-page .nav-links li{flex-shrink:0}.lcl-page .nav-toggle{border:1.5px solid var(--gray-border);background:var(--white);width:44px;height:44px;color:var(--navy);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .2s,color .2s;display:none}.lcl-page .nav-toggle:hover{border-color:var(--orange);color:var(--orange)}.lcl-page .nav-toggle svg{width:22px;height:22px}.lcl-page .nav-toggle .icon-close-nav,.lcl-page nav.is-open .nav-toggle .icon-menu-nav{display:none}.lcl-page nav.is-open .nav-toggle .icon-close-nav{display:block}.lcl-page .nav-links a{color:var(--gray);white-space:nowrap;font-size:13px;font-weight:600;transition:color .2s}.lcl-page .nav-links a:hover,.lcl-page .nav-links a.active{color:var(--orange)}.lcl-page .nav-actions{white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;display:flex}.lcl-page .nav-currency{align-items:center;display:flex;position:relative}.lcl-page .nav-currency-icon{width:16px;height:16px;color:var(--navy);pointer-events:none;z-index:1;position:absolute;top:50%;left:0;transform:translateY(-50%)}.lcl-page .nav-lang{align-items:center;display:flex;position:relative}.lcl-page .nav-lang-icon{width:13px;height:13px;color:var(--gray);pointer-events:none;z-index:1;position:absolute;top:50%;left:7px;transform:translateY(-50%)}.lcl-page .nav-lang-select{color:var(--navy);background:var(--white);border:1px solid var(--gray-border);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 7px center;background-repeat:no-repeat;border-radius:6px;outline:none;min-width:56px;padding:4px 22px 4px 26px;font-family:Inter,sans-serif;font-size:11px;font-weight:600;line-height:1.2;transition:border-color .2s,color .2s}.lcl-page .nav-lang-select:hover,.lcl-page .nav-lang-select:focus{color:var(--orange)}.lcl-page .nav-actions .nav-inline-select{box-shadow:none;appearance:none;cursor:pointer;background:0 0;border:none;min-width:0;padding-top:6px;padding-bottom:6px}.lcl-page .nav-actions .nav-inline-select:hover,.lcl-page .nav-actions .nav-inline-select:focus{color:var(--orange);outline:none}.lcl-page .nav-actions .nav-currency-select{padding-left:22px;padding-right:4px;font-size:12px;font-weight:700}.lcl-page .nav-actions .nav-lang .nav-inline-select{padding-left:26px;padding-right:4px;font-size:12px;font-weight:700}.lcl-page .nav-actions .btn-nav-account{white-space:nowrap;color:var(--navy);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:700;transition:color .2s;display:inline-flex}.lcl-page .nav-actions .btn-nav-account:hover{color:var(--orange)}.lcl-page .nav-actions .btn-nav-account svg{flex-shrink:0;width:14px;height:14px}.lcl-page .btn-ghost{color:var(--navy);border:1.5px solid var(--gray-border);cursor:pointer;background:0 0;border-radius:8px;padding:5px 18px;font-size:13px;font-weight:600;transition:all .2s}.lcl-page .btn-ghost:hover{color:var(--orange)}.lcl-page .btn-primary{color:var(--white);background:var(--orange);cursor:pointer;border:none;border-radius:8px;padding:10px 22px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:background .2s,transform .15s}.lcl-page .btn-primary:hover{background:var(--orange-dark);transform:translateY(-1px)}.hero{padding:80px var(--section-pad-x) 60px;width:100%;max-width:var(--content-wide);grid-template-columns:1fr 1fr;align-items:center;gap:60px;min-height:90vh;margin:0 auto;display:grid}.lcl-page .hero-content{flex-direction:column;justify-items:flex-start;display:flex}.lcl-page .hero-badge{background:var(--orange-light);color:var(--orange-dark);text-transform:capitalize;letter-spacing:.5px;border:1px solid #fed7aa;border-radius:100px;align-items:center;gap:8px;width:fit-content;margin-bottom:24px;padding:2px 14px;font-size:12px;font-weight:700;display:inline-flex}.lcl-page .hero-badge:before{content:"●";font-size:14px}.lcl-page .hero h1{color:var(--navy);margin-bottom:4px;font-size:75px;font-weight:900;line-height:1.1}.lcl-page .hero h1 .orange{color:var(--orange)}.lcl-page .hero-sub{color:var(--gray);max-width:100%;margin:10px 0 20px;font-size:15px;line-height:1.7}.quote-box{background:var(--white);border:1.5px solid var(--gray-border);border-radius:var(--radius);box-shadow:var(--shadow);max-width:100%;padding:20px}.lcl-page .quote-label{color:var(--gray);text-transform:capitalize;letter-spacing:1px;margin-bottom:14px;font-size:10px;font-weight:700}.lcl-page .quote-row{grid-template-columns:1fr 1fr auto;align-items:center;gap:10px;display:grid}.lcl-page .quote-select{color:var(--navy);background:var(--gray-light);border:1px solid var(--gray-border);cursor:pointer;border-radius:8px;outline:none;padding:10px 14px;font-family:Inter,sans-serif;font-size:13px;font-weight:500}.lcl-page .hero-visual{background-image:url(/images/hero-map.webp);background-position:50%;background-repeat:no-repeat;background-size:contain;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.lcl-page .hero-map-bg{border-radius:var(--radius-lg);background-image:url(/images/hero-lcl.webp);background-position:50%;background-repeat:no-repeat;background-size:contain;justify-content:center;align-items:center;width:100%;height:480px;display:flex;position:relative;overflow:hidden}@keyframes heroContainerDrift{0%{transform:translate(36px)}to{transform:translate(-36px)}}.lcl-page .hero-container-visual{z-index:2;will-change:transform;background-image:url(/images/Marketing.png);background-position:50%;background-repeat:no-repeat;background-size:contain;justify-content:center;align-items:center;width:100%;height:100%;animation:14s ease-in-out infinite alternate heroContainerDrift;display:flex;position:relative}@media (prefers-reduced-motion:reduce){.hero-container-visual{animation:none}}.lcl-page .hero-map-bg:before{content:"";background:radial-gradient(circle at 60% 40%,#f9731614 0%,#0000 70%);position:absolute;inset:0}.map-dot{background:var(--orange);border-radius:50%;width:10px;height:10px;animation:2s infinite pulse;position:absolute;box-shadow:0 0 0 4px #f9731633}.lcl-page .map-dot:nth-child(2){animation-delay:.3s;top:20%;left:15%}.lcl-page .map-dot:nth-child(3){animation-delay:.7s;top:35%;right:20%}.lcl-page .map-dot:nth-child(4){animation-delay:1s;bottom:25%;left:25%}.lcl-page .map-dot:nth-child(5){background:var(--green);animation-delay:1.4s;bottom:30%;right:15%;box-shadow:0 0 0 4px #22c55e33}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.4)}}.accelerate{background:var(--gray-light);padding:80px var(--section-pad-x);text-align:center;margin-top:50px}.lcl-page .section-label{text-transform:uppercase;letter-spacing:2px;color:var(--orange);margin-bottom:12px;font-size:60px;font-weight:900}.lcl-page .section-title{color:var(--navy);font-size:60px;font-weight:900}.lcl-page .section-desc{color:var(--gray);max-width:920px;margin:0 auto;font-size:20px;line-height:1.5}.stats-banner{background:linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);padding:48px var(--section-pad-x);grid-template-columns:repeat(4,1fr);gap:0;display:grid}.lcl-page .stat-item{text-align:center;color:#fff;padding:12px;position:relative}.lcl-page .stat-item:not(:last-child):after{content:"";background:#ffffff40;width:1px;height:60px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.lcl-page .stat-label{opacity:.85;letter-spacing:.3px;margin-bottom:6px;font-size:25px;font-weight:600}.lcl-page .stat-value{font-size:48px;font-weight:700;line-height:1}.why-us-section{width:100%;overflow:visible}.lcl-page .why-us{width:100vw;max-width:none;padding:200px var(--section-pad-x) 0;box-sizing:border-box;margin-left:calc(50% - 50vw)}.lcl-page .why-features-stack{flex-direction:column;gap:48px;width:100%;padding-bottom:min(50vh,480px);display:flex}.lcl-page .why-feature{width:100%;max-width:var(--content-max);background:var(--white);border-radius:var(--radius-lg);border:2px solid var(--gray-border);min-height:500px;box-shadow:var(--shadow);grid-template-columns:1fr 1fr;align-items:stretch;gap:32px;margin:0 auto;padding:32px 36px;transition:border-color .2s,box-shadow .2s;display:grid;position:sticky}.lcl-page .why-feature:first-child{z-index:1;top:88px}.lcl-page .why-feature:nth-child(2){z-index:2;top:112px}.lcl-page .why-feature:nth-child(3){z-index:3;top:136px}.lcl-page .why-feature:nth-child(4){z-index:4;top:160px}.lcl-page .why-feature:hover{box-shadow:var(--shadow-lg)}.lcl-page .why-feature-content{align-items:flex-center;flex-direction:column;justify-content:center;gap:16px;display:flex}.lcl-page .why-feature-visual{border-radius:var(--radius-lg)}.lcl-page .why-feature:first-child .why-feature-visual{background-image:url(/images/why-01.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.lcl-page .why-feature:nth-child(2) .why-feature-visual{background-image:url(/images/why-02.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.lcl-page .why-feature:nth-child(3) .why-feature-visual{background-image:url(/images/why-03.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.lcl-page .why-feature:nth-child(4) .why-feature-visual{background-image:url(/images/why-04.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.lcl-page .why-feature-text strong{text-transform:uppercase;color:var(--navy);margin-bottom:10px;font-size:75px;font-weight:900;line-height:80px;display:block}.lcl-page .why-feature-text span{color:var(--gray);font-size:20px;line-height:1.1}.how-it-works{background:var(--gray-light);padding:0 var(--section-pad-x) 100px;text-align:center}.lcl-page .how-it-works .section-title{color:var(--navy);margin-bottom:8px;font-size:60px;font-weight:900;line-height:65px}.lcl-page .how-it-works .section-desc{color:var(--gray);max-width:800px;margin:0 auto;font-size:20px;line-height:1.2}.lcl-page .how-it-works .section-label{color:var(--orange);margin-bottom:10px;font-size:15px;font-weight:700}.lcl-page .steps-grid{width:100%;max-width:var(--content-max);grid-template-columns:repeat(3,1fr);gap:32px;margin:56px auto 0;display:grid}.lcl-page .step-card{border-radius:var(--radius-lg);text-align:center;position:ab;box-shadow:var(--shadow);flex-direction:column;justify-content:center;align-items:center;height:700px;transition:transform .25s,box-shadow .25s;display:flex}.lcl-page .step-card:first-child{background-image:url(/images/work-01.webp);background-position:50%;background-repeat:no-repeat;background-size:contain}.lcl-page .step-card:nth-child(2){background-image:url(/images/work-02.webp);background-position:50%;background-repeat:no-repeat;background-size:contain}.lcl-page .step-card:nth-child(3){background-image:url(/images/work-03.webp);background-position:50%;background-repeat:no-repeat;background-size:contain}.lcl-page .step-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.lcl-page .step-number{text-transform:uppercase;justify-content:center;align-items:center;font-size:40px;font-weight:500;display:inline-flex}.lcl-page .step-title{max-width:70%;color:var(--navy);font-size:40px;font-weight:900;line-height:1.1}.lcl-page .step-desc{max-width:80%;color:var(--gray);font-size:14px;line-height:1.2;position:relative;top:200px}.lcl-page .step-card:nth-child(2) .step-title,.lcl-page .step-card:nth-child(2) .step-number{position:relative;bottom:220px}.testimonials{--testimonial-card-width:340px;--testimonial-gap:20px;--testimonial-row-padding:40px;text-align:center;background:#d9e8ff;width:100%;padding:80px 0;overflow:hidden}.lcl-page .testimonials .section-label{color:var(--orange);margin-bottom:10px;font-size:15px;font-weight:700}.lcl-page .testimonials .section-title{color:var(--navy);margin-bottom:8px;font-size:60px;font-weight:900;line-height:65px}.lcl-page .testimonials .section-desc{color:var(--gray);max-width:920px;padding:0 var(--section-pad-x);margin:0 auto 50px;font-size:20px;line-height:1.5}.lcl-page .testimonials-rows{flex-direction:column;display:flex}.lcl-page .testimonials-scroll-container{width:100%;padding:20px var(--testimonial-row-padding) 40px;gap:var(--testimonial-gap);scroll-behavior:auto;scrollbar-width:none;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-x;-webkit-overflow-scrolling:touch;direction:ltr;display:flex;overflow:auto hidden}.testimonials-scroll-container.testimonials-row-2{padding-left:calc(var(--testimonial-row-padding) + var(--testimonial-card-width) / 2)}.lcl-page .testimonials-scroll-container.is-dragging{cursor:grabbing}.lcl-page .testimonials-scroll-container.is-dragging .testimonial-card{pointer-events:none}.lcl-page .testimonials-scroll-container::-webkit-scrollbar{display:none}.lcl-page .testimonial-card{flex:0 0 var(--testimonial-card-width);background:var(--white);border-radius:var(--radius);text-align:left;box-shadow:var(--shadow);border:none;flex-direction:column;justify-content:space-between;min-height:240px;padding:24px;display:flex}.lcl-page .testimonial-text{color:#334155;margin-bottom:24px;font-size:13px;font-weight:400;line-height:1.6}.lcl-page .testimonial-author{border-top:1px solid var(--gray-light);justify-content:space-between;align-items:center;width:100%;margin-top:auto;padding-top:14px;display:flex}.lcl-page .author-profile-wrapper{align-items:center;gap:10px;display:flex}.lcl-page .author-avatar-img{object-fit:cover;background:var(--gray-light);border-radius:50%;width:36px;height:36px}.lcl-page .author-meta{flex-direction:column;display:flex}.lcl-page .author-name{color:var(--navy);font-size:12px;font-weight:700}.lcl-page .author-role{color:var(--gray);margin-top:1px;font-size:11px}.lcl-page .platform-badge{object-fit:contain;opacity:.8;width:18px;height:18px}.group-sales{padding:80px var(--section-pad-x);background:var(--gray-light)}.lcl-page .group-sales-header{width:100%;max-width:var(--content-max);justify-content:space-between;align-items:flex-end;margin-bottom:40px;margin-left:auto;margin-right:auto;display:flex}.lcl-page .group-sales-header .group-header .section-label{color:var(--orange);margin-bottom:10px;font-size:15px;font-weight:700}.lcl-page .group-sales-header .group-header .section-title{color:var(--navy);margin-bottom:8px;font-size:60px;font-weight:900;line-height:65px}.lcl-page .group-sales-header .group-header .section-desc{color:var(--gray);max-width:920px;margin:8px 0 0;font-size:20px;line-height:1.5}.lcl-page .see-all{color:var(--orange);cursor:pointer;align-items:center;gap:6px;font-size:14px;font-weight:700;transition:gap .2s;display:flex}.lcl-page .see-all:hover{gap:10px}.lcl-page .group-cards{width:100%;max-width:var(--content-max);box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:30px;margin:0 auto;display:grid}.lcl-page .group-card{border-radius:var(--radius);border:2px solid var(--gray-border);min-width:0;box-shadow:none;background:#fff;flex-direction:column;margin-bottom:30px;padding:20px;transition:border-color .3s,box-shadow .3s,transform .3s;display:flex;transform:translateY(0)}.lcl-page .group-card-promo-tags{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.lcl-page .group-tag-discount{letter-spacing:.5px;color:var(--white);background:var(--orange);border-radius:10px;justify-content:center;align-items:center;padding:0 10px;font-size:11px;font-weight:500;display:flex}.lcl-page .group-tag-deadline{color:var(--navy-mid);background:var(--orange-badge);border:1px solid #fde68a;border-radius:10px;justify-content:center;align-items:center;padding:5px 10px;font-size:11px;font-weight:500;display:flex}.lcl-page .group-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.lcl-page .group-card h4{color:var(--navy);font-size:35px;font-weight:700;overflow:hidden}.lcl-page .spec-tag{color:var(--navy-mid);background:var(--gray-light);border-radius:6px;justify-content:flex-start;align-items:center;gap:6px;padding:6px 0;font-size:12px;font-weight:500;display:flex}.lcl-page .spec-tag .label{color:var(--gray);text-transform:uppercase;font-size:11px;font-weight:600}.lcl-page .group-progress{margin-top:auto;margin-bottom:14px}.lcl-page .progress-bar{background:var(--gray-border);border-radius:3px;height:10px;margin-bottom:6px;overflow:hidden}.lcl-page .progress-fill{background:linear-gradient(90deg, var(--orange) 0%, var(--orange-dark) 100%);border-radius:3px;height:100%}.lcl-page .progress-labels{color:var(--gray);justify-content:space-between;font-size:11px;font-weight:600;display:flex}.lcl-page .group-price{color:var(--navy);margin-bottom:12px;font-size:25px;font-weight:700}.lcl-page .group-price span{color:var(--gray);font-size:11px;font-weight:400}.lcl-page .group-card-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.lcl-page .group-route{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.lcl-page .group-route-item{align-items:center;gap:6px;min-width:0;display:flex}.lcl-page .group-route-icon{background:var(--orange-light);width:28px;min-width:28px;height:28px;color:var(--orange-dark);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.lcl-page .group-route-icon svg{width:14px;height:14px}.lcl-page .group-route-text{flex-direction:row;place-items:center;gap:5px;min-width:0;display:flex}.lcl-page .group-route-label{color:var(--gray);font-size:11px;font-weight:500}.lcl-page .group-route-value{color:var(--gray);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:500;overflow:hidden}.lcl-page .group-route-arrow{color:var(--orange);flex-shrink:0;font-size:12px;font-weight:700}.lcl-page .btn-join{background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;width:auto;min-width:200px;padding:15px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:700;transition:background .2s,transform .15s}.lcl-page .btn-join:hover{background:var(--orange-dark);transform:translateY(-1px)}.cta-banner{background:linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);padding-top:60px;padding-bottom:60px;padding-left:max(var(--section-pad-x), calc((100% - var(--content-wide)) / 2));padding-right:max(var(--section-pad-x), calc((100% - var(--content-wide)) / 2));box-sizing:border-box;justify-content:space-between;align-items:center;gap:40px;width:100%;max-width:none;margin:0 auto;display:flex}.lcl-page .cta-text{min-width:0;max-width:var(--content-max);flex:1}.lcl-page .cta-text h2{color:#fff;font-size:50px;font-weight:900}.lcl-page .cta-text p{color:#fffc;font-size:16px}.lcl-page .cta-buttons{flex-shrink:0;align-items:center;gap:16px;display:flex}.lcl-page .btn-cta-white{color:var(--orange-dark);cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:10px;padding:14px 32px;font-family:Inter,sans-serif;font-size:15px;font-weight:800;transition:transform .15s,box-shadow .15s}.lcl-page .btn-cta-white:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.lcl-page .btn-cta-wa{color:#fff;cursor:pointer;white-space:nowrap;background:#25d366;border:none;border-radius:10px;align-items:center;gap:10px;padding:14px 32px;font-family:Inter,sans-serif;font-size:15px;font-weight:800;transition:transform .15s,box-shadow .15s;display:flex}.lcl-page .btn-cta-wa:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.floating-contact{z-index:200;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.lcl-page .floating-contact-actions{pointer-events:none;flex-direction:column;align-items:flex-end;gap:10px;display:flex}.lcl-page .floating-contact.is-open .floating-contact-actions{pointer-events:auto}.lcl-page .floating-contact-btn{cursor:pointer;opacity:0;visibility:hidden;border:none;align-items:center;gap:10px;padding:0;text-decoration:none;transition:opacity .25s,transform .25s,visibility .25s;display:flex;transform:translateY(12px)scale(.9)}.lcl-page .floating-contact.is-open .floating-contact-btn{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.lcl-page .floating-contact.is-open .floating-contact-btn:first-child{transition-delay:50ms}.lcl-page .floating-contact.is-open .floating-contact-btn:nth-child(2){transition-delay:.1s}.lcl-page .floating-contact.is-open .floating-contact-btn:nth-child(3){transition-delay:.15s}.lcl-page .floating-contact-btn-label{color:var(--navy);background:var(--white);box-shadow:var(--shadow);white-space:nowrap;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600}.lcl-page .floating-contact-btn-icon{width:52px;height:52px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #0f172a2e}.lcl-page .floating-contact-btn-icon svg{width:22px;height:22px}.lcl-page .floating-contact-btn:hover .floating-contact-btn-icon{transform:translateY(-2px)scale(1.05);box-shadow:0 8px 28px #0f172a38}.lcl-page .floating-contact-btn--whatsapp .floating-contact-btn-icon{background:#25d366}.lcl-page .floating-contact-btn--phone .floating-contact-btn-icon{background:var(--orange)}.lcl-page .floating-contact-btn--email .floating-contact-btn-icon{background:var(--navy)}.lcl-page .floating-contact-toggle{cursor:pointer;background:linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);width:58px;height:58px;color:var(--white);z-index:1;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .25s,box-shadow .25s;display:flex;position:relative;box-shadow:0 6px 28px #f9731673}.lcl-page .floating-contact-toggle:hover{transform:scale(1.06);box-shadow:0 8px 32px #f9731680}.lcl-page .floating-contact-toggle svg{width:26px;height:26px;transition:opacity .2s,transform .25s;position:absolute}.lcl-page .floating-contact-toggle .icon-close{opacity:0;transform:rotate(-90deg)scale(.6)}.lcl-page .floating-contact.is-open .floating-contact-toggle .icon-chat{opacity:0;transform:rotate(90deg)scale(.6)}.lcl-page .floating-contact.is-open .floating-contact-toggle .icon-close{opacity:1;transform:rotate(0)scale(1)}.lcl-page .floating-contact.is-open .floating-contact-toggle{background:var(--navy);box-shadow:0 6px 28px #0f172a59}@media (prefers-reduced-motion:reduce){.floating-contact-btn,.floating-contact-toggle svg{transition:none}}.lcl-page footer{background:var(--navy);color:var(--white);padding:72px 80px 0}.lcl-page .footer-top{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px;padding-bottom:56px;display:grid}.lcl-page .footer-brand .logo{color:#fff;align-items:center;gap:6px;margin-bottom:16px;font-size:24px;font-weight:700;display:flex}.lcl-page .footer-brand .logo span{color:var(--orange)}.lcl-page .footer-brand p{color:#ffffff8c;margin-bottom:28px;font-size:14px;line-height:1.7}.lcl-page .footer-socials{gap:12px;display:flex}.lcl-page .social-btn{cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;transition:background .2s,transform .15s;display:flex}.lcl-page .social-btn:hover{background:var(--orange);border-color:var(--orange);transform:translateY(-2px)}.lcl-page .footer-col h4{text-transform:uppercase;letter-spacing:1.5px;color:var(--orange);margin-bottom:24px;font-size:13px;font-weight:700}.lcl-page .footer-col ul{flex-direction:column;gap:12px;list-style:none;display:flex}.lcl-page .footer-col ul li a{color:#ffffff8c;align-items:center;gap:6px;font-size:14px;transition:color .2s;display:flex}.lcl-page .footer-col ul li a:hover{color:var(--orange)}.lcl-page .footer-contact-item{align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.lcl-page .contact-icon{width:36px;min-width:36px;height:36px;color:var(--orange);background:#f973161a;border-radius:8px;justify-content:center;align-items:center;font-size:15px;display:flex}.lcl-page .contact-label{color:#ffffff59;text-transform:uppercase;letter-spacing:1px;margin-bottom:2px;font-size:11px}.lcl-page .contact-value{color:#ffffffbf;font-size:13px;font-weight:500}.footer-newsletter{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:40px;padding:40px 0;display:flex}.lcl-page .newsletter-text h3{color:#fff;margin-bottom:4px;font-size:20px;font-weight:700}.lcl-page .newsletter-text p{color:#ffffff80;font-size:13px}.lcl-page .newsletter-form{flex-shrink:0;gap:0;display:flex}.lcl-page .newsletter-input{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-right:none;border-radius:10px 0 0 10px;outline:none;width:280px;padding:12px 20px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .2s}.lcl-page .newsletter-input::placeholder{color:#ffffff4d}.lcl-page .newsletter-input:focus{border-color:var(--orange)}.lcl-page .newsletter-btn{color:#fff;background:var(--orange);cursor:pointer;white-space:nowrap;border:none;border-radius:0 10px 10px 0;padding:12px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:background .2s}.lcl-page .newsletter-btn:hover{background:var(--orange-dark)}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;display:flex}.lcl-page .footer-bottom p{color:#ffffff59;font-size:13px}.lcl-page .footer-bottom-links{gap:24px;list-style:none;display:flex}.lcl-page .footer-bottom-links a{color:#ffffff59;font-size:13px;transition:color .2s}.lcl-page .footer-bottom-links a:hover{color:var(--orange)}.lcl-page .footer-badge{color:#fff9;background:#f973161a;border:1px solid #f9731633;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:12px;display:flex}.lcl-page .footer-badge:before{content:"🔒";font-size:14px}.footer-trust{border-top:1px solid #ffffff14;flex-wrap:wrap;align-items:center;gap:20px;padding:28px 0;display:flex}.lcl-page .trust-item{color:#ffffff73;align-items:center;gap:8px;font-size:12px;display:flex}.lcl-page .trust-icon{background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}@media (min-width:1280px){.lcl-page{--section-pad-x:80px;--section-pad-y:80px}.lcl-page nav{height:100px;padding:0 48px}}@media (min-width:1024px){.lcl-page{--section-pad-x:48px;--section-pad-y:72px}.lcl-page nav{height:88px;padding:0 40px}}@media (min-width:768px) and (max-width:1023px){.lcl-page{--section-pad-x:40px;--section-pad-y:56px}.lcl-page nav{height:76px;padding:0 32px}.nav-links{gap:16px}.nav-links a{font-size:12px}.nav-actions{gap:8px}.btn-nav-account-text{display:none}.btn-nav-account{padding:4px 7px}.btn-primary{padding:7px 12px;font-size:11px}.hero{padding:56px var(--section-pad-x) 48px;grid-template-columns:1fr;gap:40px;min-height:auto}.hero h1{font-size:52px}.hero-map-bg{height:380px}.accelerate,.how-it-works,.group-sales{padding:var(--section-pad-y) var(--section-pad-x)}.section-label,.section-title{font-size:42px}.section-desc{font-size:17px}.how-it-works .section-title,.testimonials .section-title,.group-sales-header .group-header .section-title{font-size:42px;line-height:1.15}.stats-banner{padding:40px var(--section-pad-x);grid-template-columns:repeat(2,1fr);gap:24px}.stat-item:not(:last-child):after{display:none}.stat-value{font-size:40px}.why-us{padding:100px var(--section-pad-x) 0}.why-feature{width:100%;max-width:var(--content-max);grid-template-columns:1fr;min-height:420px;position:relative!important;top:0!important}.why-feature-text strong{font-size:48px;line-height:1.1}.why-feature-text span{font-size:17px}.why-feature-visual{min-height:220px}.why-features-stack{gap:28px;padding-bottom:48px}.steps-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:100%}.step-card{height:520px}.step-card:nth-child(3){grid-column:1/-1;width:100%;max-width:480px;margin:0 auto}.testimonials .section-title{font-size:42px;line-height:1.15}.testimonials{--testimonial-card-width:300px;--testimonial-row-padding:32px}.group-sales-header{flex-direction:column;align-items:flex-start;gap:16px;width:100%}.group-cards{grid-template-columns:repeat(2,1fr);gap:24px;max-width:100%}.group-card h4{font-size:28px}.cta-banner{text-align:center;padding:48px var(--section-pad-x);flex-direction:column;gap:28px}.cta-text h2{font-size:38px}.cta-buttons{flex-wrap:wrap;justify-content:center}.lcl-page footer{padding:56px var(--section-pad-x) 0}.footer-top{grid-template-columns:1fr 1fr;gap:32px}.footer-newsletter{flex-direction:column;align-items:flex-start;gap:20px}.footer-bottom{text-align:center;flex-direction:column;gap:16px}.footer-bottom-links{flex-wrap:wrap;justify-content:center}}@media (max-width:767px){.lcl-page{--section-pad-x:20px;--section-pad-y:48px;--testimonial-card-width:280px;--testimonial-row-padding:20px}body.nav-menu-open{overflow:hidden}.lcl-page nav{flex-wrap:nowrap;align-content:center;height:64px;padding:0 16px}.nav-toggle{order:2;margin-left:auto;display:flex}.nav-logo{order:1;min-width:0;font-size:18px}.nav-actions{order:3;gap:6px;min-width:0}.nav-actions .btn-primary,.btn-nav-account-text{display:none}.btn-nav-account{padding:4px 6px}.btn-nav-account svg{width:14px;height:14px}.nav-lang-select,.nav-currency-select{min-width:0;font-size:11px}.nav-links{background:var(--white);border-top:1px solid var(--gray-border);z-index:99;box-shadow:var(--shadow-lg);flex-direction:column;align-items:stretch;gap:0;padding:16px 20px 32px;display:none;position:fixed;inset:64px 0 0;overflow-y:auto}nav.is-open .nav-links{display:flex}.nav-links li{border-bottom:1px solid var(--gray-light)}.nav-links a{padding:16px 4px;font-size:16px;font-weight:600;display:block}.hero{padding:32px var(--section-pad-x) 40px;grid-template-columns:1fr;gap:32px;min-height:auto}.hero h1{font-size:36px}.hero-sub{max-width:100%;font-size:14px}.quote-box{max-width:100%}.quote-row{grid-template-columns:1fr}.quote-row .btn-primary{width:100%}.hero-map-bg{height:280px}.accelerate{padding:var(--section-pad-y) var(--section-pad-x);margin-top:24px}.section-label,.section-title{font-size:28px}.section-desc{font-size:15px}.stats-banner{padding:32px var(--section-pad-x);grid-template-columns:1fr 1fr;gap:20px}.stat-item:not(:last-child):after{display:none}.stat-label{font-size:14px}.stat-value{font-size:32px}.why-us{padding:64px var(--section-pad-x) 0}.why-feature{grid-template-columns:1fr;gap:20px;width:100%;min-height:auto;padding:24px 20px;position:relative!important;top:0!important}.why-feature-text strong{font-size:32px;line-height:1.1}.why-feature-text span{font-size:15px}.why-feature-visual{min-height:180px}.why-features-stack{gap:20px;padding-bottom:32px}.how-it-works{padding:var(--section-pad-y) var(--section-pad-x)}.how-it-works .section-label{font-size:12px}.how-it-works .section-title,.testimonials .section-title{font-size:28px;line-height:1.2}.how-it-works .section-desc,.testimonials .section-desc{font-size:15px}.steps-grid{grid-template-columns:1fr;gap:20px;margin-top:32px}.step-card{height:400px}.step-title{max-width:90%;font-size:28px}.step-desc{font-size:13px;top:120px}.step-card:nth-child(2) .step-title,.step-card:nth-child(2) .step-number{bottom:120px}.testimonials{padding:var(--section-pad-y) 0}.testimonials-scroll-container{padding:16px var(--testimonial-row-padding) 24px}.testimonials-scroll-container.testimonials-row-2{padding-left:calc(var(--testimonial-row-padding) + var(--testimonial-card-width) / 2)}.testimonial-card{min-height:220px}.group-sales{padding:var(--section-pad-y) var(--section-pad-x)}.group-sales-header{flex-direction:column;align-items:flex-start;width:100%;margin-bottom:24px}.group-sales-header .group-header .section-title{font-size:28px;line-height:1.2}.group-sales-header .group-header .section-desc{margin-bottom:0;font-size:15px}.group-cards{grid-template-columns:1fr;gap:20px;max-width:100%}.group-card{margin-bottom:0}.group-card h4{font-size:24px}.group-card-footer{flex-direction:column;align-items:stretch;gap:14px}.group-route{flex-wrap:wrap;justify-content:flex-start}.btn-join{width:100%;min-width:0}.cta-banner{text-align:center;padding:40px var(--section-pad-x);flex-direction:column;gap:24px}.cta-text h2{font-size:28px}.cta-buttons{flex-direction:column;width:100%}.btn-cta-white,.btn-cta-wa{justify-content:center;width:100%}.floating-contact{bottom:16px;right:16px}.floating-contact-btn-label{display:none}.floating-contact-btn-icon{width:48px;height:48px}.floating-contact-toggle{width:54px;height:54px}.lcl-page footer{padding:48px var(--section-pad-x) 0}.footer-top{grid-template-columns:1fr;gap:32px}.footer-trust{gap:12px}.trust-item{font-size:11px}.footer-newsletter{flex-direction:column;align-items:stretch;gap:16px}.newsletter-form{flex-direction:column;width:100%}.newsletter-input{border-right:1px solid #ffffff1f;border-radius:10px;width:100%}.newsletter-btn{border-radius:10px;width:100%}.footer-bottom{text-align:center;flex-direction:column;gap:16px;padding:20px 0}.footer-bottom-links{flex-wrap:wrap;justify-content:center;gap:12px 20px}.footer-badge{justify-content:center;width:100%}}@media (max-width:480px){.hero h1{font-size:30px}.stats-banner{grid-template-columns:1fr}.stat-item{padding:8px 0}.why-feature-text strong{font-size:26px}.group-tag-discount,.group-tag-deadline{font-size:10px}}.lcl-page .home-section-spacer{height:64px}.lcl-page .nav-logo{gap:8px}.lcl-page .nav-currency-select{min-width:0}@media (min-width:768px){.lcl-page nav{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"brand links actions";column-gap:12px;display:grid}.lcl-page .nav-logo{z-index:2;grid-area:brand;align-self:stretch;align-items:center;padding-right:20px;display:flex;position:relative}.lcl-page .nav-links{scrollbar-width:none;-ms-overflow-style:none;z-index:1;grid-area:links;justify-content:center;padding:0 4px;overflow-x:auto}.lcl-page .nav-links::-webkit-scrollbar{display:none}.lcl-page .nav-actions{z-index:2;grid-area:actions;place-self:stretch end;align-items:center;padding-left:20px;display:flex;position:relative}.lcl-page .nav-actions .btn-primary{border-radius:6px;padding:5px 12px;font-size:11px}}@media (min-width:1024px){.lcl-page .nav-actions .btn-nav-account svg{display:none}}.lcl-page .lcl-listing-page{background:var(--gray-light);min-height:50vh}.lcl-page .group-sales--listing{max-width:1280px;padding:48px var(--section-pad-x) 80px;margin:0 auto}.lcl-page .group-cards--listing{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:100%;margin:0}.lcl-page .group-cards--listing .group-card{margin-bottom:0}.lcl-page .group-cards--listing .group-card h4{margin-top:8px;font-size:18px;font-weight:900;line-height:1.25}.lcl-page .group-cards--listing .group-price{font-size:20px}.lcl-page .group-sales-empty{color:var(--gray);padding:32px 0;font-size:15px;font-weight:500}.lcl-page .group-sales-count{color:var(--gray);font-weight:500}.lcl-page .lcl-filter-row{flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 32px;display:flex}.lcl-page .lcl-filter-search{flex:220px;min-width:180px}.lcl-page .lcl-filter-status{flex:0 180px}.lcl-page .product-cards-listing{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:100%;display:grid}.lcl-page .product-cards-listing .card-elevated{border:2px solid var(--gray-border);box-shadow:var(--shadow);border-radius:12px}@media (max-width:760px){.lcl-page .product-cards-listing{grid-template-columns:1fr}}@media (max-width:1040px){.lcl-page .group-cards--listing{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1041px){.lcl-page .group-cards--listing{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.lcl-page .group-cards--listing{grid-template-columns:1fr}.lcl-page .lcl-filter-row .btn-primary{width:100%}}.lcl-page .lcl-group-detail-page{min-height:50vh;padding:12px var(--section-pad-x) 48px;background:#f1f5f9}.lcl-page .lcl-group-detail-inner{max-width:1200px;margin:0 auto}.lcl-page .lcl-detail-topbar{margin-bottom:8px}.lcl-page .lcl-detail-back{color:var(--gray);align-items:center;gap:8px;font-size:15px;font-weight:800;transition:color .2s;display:inline-flex}.lcl-page .lcl-detail-back:hover{color:var(--orange)}.lcl-page .lcl-group-detail-layout{grid-template-columns:1fr;align-items:start;gap:20px;display:grid}@media (min-width:960px){.lcl-page .lcl-group-detail-layout{grid-template-columns:minmax(0,1.85fr) minmax(280px,1fr);gap:24px}}.lcl-page .lcl-group-detail-main{flex-direction:column;gap:16px;min-width:0;display:flex}.lcl-page .lcl-detail-header-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.lcl-page .lcl-detail-share-code{background:var(--gray-light);color:var(--gray);border-radius:999px;padding:6px 12px;font-size:12px;font-weight:800;display:inline-flex}.lcl-page .lcl-detail-title{color:var(--navy);font-size:clamp(24px,3vw,32px);font-weight:900;line-height:1.15}.lcl-page .lcl-detail-subtitle{color:var(--gray);font-size:16px;font-weight:600;line-height:1.45}.lcl-page .lcl-detail-card{background:var(--white);border:1px solid var(--gray-border);border-radius:14px;padding:22px;box-shadow:0 8px 18px #0000000d}.lcl-page .lcl-detail-card-head{align-items:center;gap:10px;margin-bottom:12px;display:flex}.lcl-page .lcl-detail-card-head h2{color:var(--navy);margin:0;font-size:18px;font-weight:900}.lcl-page .lcl-detail-card-icon{width:28px;height:28px;color:var(--orange);background:#f973161f;border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:900;display:inline-flex}.lcl-page .lcl-detail-help{color:var(--gray);margin:0 0 14px;font-size:13px;font-weight:600;line-height:1.35}.lcl-page .lcl-pallet-grid-wrap{border:1px solid var(--gray-border);background:linear-gradient(135deg,#f1f5f9 0%,#f9731614 100%);border-radius:14px;padding:18px}.lcl-page .lcl-pallet-grid{grid-template-columns:repeat(6,minmax(0,1fr));align-content:start;gap:10px;min-height:220px;display:grid}@media (min-width:520px){.lcl-page .lcl-pallet-grid{grid-template-columns:repeat(8,minmax(0,1fr));min-height:260px}}@media (min-width:720px){.lcl-page .lcl-pallet-grid{grid-template-columns:repeat(10,minmax(0,1fr));min-height:300px}}.lcl-page .lcl-pallet-slot{border:1px solid var(--gray-border);background:var(--white);color:var(--gray);aspect-ratio:1;border-radius:10px;justify-content:center;align-items:center;min-height:44px;display:flex}.lcl-page .lcl-pallet-slot svg{width:20px;height:20px}.lcl-page .lcl-pallet-slot.is-filled{border-color:var(--orange);color:var(--white);background:#f97316eb}.lcl-page .lcl-pallet-grid-note{color:var(--gray);margin:8px 0 0;font-size:12px;font-weight:700;line-height:1.3}.lcl-page .lcl-detail-product-name{color:var(--navy);margin:0 0 12px;font-size:17px;font-weight:900}.lcl-page .lcl-product-gallery{width:100%;max-width:100%;margin-bottom:16px}.lcl-page .lcl-product-hero{background:var(--gray-light);border-radius:14px;justify-content:center;align-items:center;width:100%;max-width:100%;padding:8px;display:flex}.lcl-page .lcl-product-hero-img{object-fit:contain;object-position:center;border-radius:8px;width:100%;max-width:100%;height:auto;max-height:min(420px,70vw);display:block}.lcl-page .lcl-product-thumbs{gap:8px;margin-top:10px;padding-bottom:2px;display:flex;overflow-x:auto}.lcl-page .lcl-product-thumb-wrap{background:var(--gray-light);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:76px;height:76px;padding:4px;display:flex}.lcl-page .lcl-product-thumb{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.lcl-page .lcl-detail-section-label{letter-spacing:.02em;color:var(--gray);text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:800}.lcl-page .lcl-detail-product-body{color:var(--navy);margin:0 0 20px;font-size:15px;font-weight:600;line-height:1.45}.lcl-page .lcl-spec-grid{grid-template-columns:1fr;gap:14px;display:grid}@media (min-width:520px){.lcl-page .lcl-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.lcl-page .lcl-spec-tile{flex-direction:column;gap:4px;display:flex}.lcl-page .lcl-spec-label{color:var(--gray);font-size:12px;font-weight:700}.lcl-page .lcl-spec-value{color:var(--navy);font-size:14px;font-weight:800;line-height:1.35}.lcl-page .lcl-detail-cert-badge{border:1px solid var(--orange);color:var(--orange);background:#f973160f;border-radius:999px;margin-top:18px;padding:8px 12px;font-size:12px;font-weight:900;display:inline-flex}.lcl-page .lcl-route-row{direction:ltr;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.lcl-page .lcl-route-step-wrap{flex-shrink:0;align-items:flex-start;gap:8px;display:flex}.lcl-page .lcl-route-arrow{color:var(--gray);margin-top:20px;font-size:18px;font-weight:700}.lcl-page .lcl-route-step{text-align:center;width:132px}.lcl-page .lcl-route-icon{background:var(--orange);border-radius:12px;width:52px;height:52px;margin:0 auto 10px}.lcl-page .lcl-route-title{color:var(--gray);margin:0 0 4px;font-size:12px;font-weight:800}.lcl-page .lcl-route-subtitle{color:var(--navy);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:12px;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.lcl-page .lcl-detail-join-card{position:sticky;top:108px}.lcl-page .lcl-detail-join-meta{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.lcl-page .lcl-detail-status-pill{background:var(--orange);color:var(--white);border-radius:999px;padding:6px 12px;font-size:11px;font-weight:900;display:inline-flex}.lcl-page .lcl-detail-expires{color:#b45309;font-size:13px;font-weight:800}.lcl-page .lcl-detail-join-count{color:var(--navy);margin:0 0 10px;font-size:15px;font-weight:900}.lcl-page .lcl-detail-progress{background:var(--gray-light);border-radius:999px;height:10px;overflow:hidden}.lcl-page .lcl-detail-progress-fill{background:var(--orange);border-radius:999px;height:100%;transition:width .3s}.lcl-page .lcl-detail-join-remaining{color:var(--gray);margin:8px 0 18px;font-size:12px;font-weight:600}.lcl-page .lcl-detail-price-box{background:#f9731614;border:1px solid #f9731633;border-radius:14px;margin-bottom:18px;padding:16px}.lcl-page .lcl-detail-price-line{color:var(--navy);font-size:24px;font-weight:900}.lcl-page .lcl-detail-discount-pill{background:var(--orange);color:var(--white);border-radius:999px;margin-top:10px;padding:5px 10px;font-size:11px;font-weight:900;display:inline-flex}.lcl-page .lcl-detail-field-label{color:var(--gray);margin-bottom:6px;font-size:12px;font-weight:800;display:block}.lcl-page .lcl-detail-inventory-hint{color:var(--orange);margin:0 0 4px;font-size:12px;font-weight:700}.lcl-page .lcl-detail-inventory-sub{color:var(--gray);margin:0 0 8px;font-size:12px;font-weight:600}.lcl-page .lcl-detail-qty-input{border:1px solid var(--gray-border);width:100%;color:var(--navy);background:var(--white);border-radius:12px;margin-bottom:8px;padding:14px;font-size:15px;font-weight:600}.lcl-page .lcl-detail-deposit-line{color:var(--gray);margin:0 0 18px;font-size:12px;font-weight:600}.lcl-page .lcl-detail-multi-lines{color:var(--gray);margin-bottom:18px;font-size:13px;font-weight:600}.lcl-page .lcl-detail-multi-lines ul{color:var(--orange);margin:8px 0 0;padding-left:18px;font-weight:700}.lcl-page .lcl-btn-outline{border:1.5px solid var(--gray-border);color:var(--navy);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:700;transition:border-color .2s,color .2s;display:inline-flex}.lcl-page .lcl-btn-outline svg{width:18px;height:18px}.lcl-page .lcl-btn-outline:hover{border-color:var(--orange);color:var(--orange)}.lcl-page .lcl-btn-outline-block{width:100%;min-height:48px;margin-bottom:10px}.lcl-page .lcl-detail-join-btn{width:100%;min-height:52px;margin-bottom:10px;font-size:16px;font-weight:900}.lcl-page .lcl-detail-join-footnote{text-align:center;color:var(--gray);margin:0;font-size:11px;font-weight:500}.lcl-page .lcl-detail-error{color:#dc2626;margin-top:12px;font-size:13px;font-weight:600}.lcl-share-overlay{z-index:200;background:#0f172a73;justify-content:center;align-items:flex-end;padding:16px;display:flex;position:fixed;inset:0}.lcl-share-sheet,.lcl-join-confirm{background:var(--white);width:min(480px,100%);box-shadow:var(--shadow-lg);border-radius:16px 16px 0 0;padding:12px 20px 24px}.lcl-join-confirm{border-radius:16px;margin:auto}.lcl-share-sheet-handle{background:var(--gray-border);border-radius:999px;width:40px;height:4px;margin:0 auto 16px}.lcl-share-sheet h3,.lcl-join-confirm h3{color:var(--navy);margin:0 0 12px;font-size:18px;font-weight:900}.lcl-share-sheet-label{color:var(--gray);margin:0 0 6px;font-size:12px;font-weight:800}.lcl-share-sheet-url{word-break:break-all;background:var(--gray-light);border:1px solid var(--gray-border);border-radius:10px;margin-bottom:14px;padding:10px 12px;font-size:12px;display:block}.lcl-share-sheet-actions{gap:8px;display:grid}.lcl-share-sheet-actions button{border:1px solid var(--gray-border);background:var(--white);width:100%;color:var(--navy);cursor:pointer;border-radius:10px;padding:12px 14px;font-size:14px;font-weight:700}.lcl-share-sheet-actions button:hover{border-color:var(--orange);color:var(--orange)}.lcl-join-confirm p{color:var(--gray);margin:0 0 16px;font-size:14px;font-weight:600;line-height:1.45}.lcl-join-confirm-actions{justify-content:flex-end;gap:10px;display:flex}.lcl-page .lcl-join-success{text-align:center}.lcl-page .lcl-join-success-icon{color:#16a34a;background:#22c55e24;border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 14px;font-size:28px;font-weight:900;line-height:1;display:inline-flex}.lcl-page .lcl-join-success .lcl-join-confirm-actions{justify-content:center}.lcl-page .lcl-detail-multi-specs hr{border:none;border-top:1px solid var(--gray-border);margin:24px 0}.lcl-share-toast{z-index:210;background:var(--navy);color:var(--white);box-shadow:var(--shadow-lg);border-radius:999px;padding:10px 16px;font-size:13px;font-weight:700;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.lcl-page .lcl-products-page{min-height:50vh;padding:32px var(--section-pad-x) 48px;background:#f1f5f9}.lcl-page .lcl-products-inner{max-width:1280px;margin:0 auto}.lcl-page .lcl-products-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.lcl-page .lcl-products-marketplace{color:var(--orange);background:#f973161f;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:900;display:inline-flex}.lcl-page .lcl-products-header h1{color:var(--navy);margin:14px 0 8px;font-size:clamp(28px,4vw,36px);font-weight:900;line-height:1.1}.lcl-page .lcl-products-header p{color:var(--gray);margin:0;font-size:16px;font-weight:600;line-height:1.35}.lcl-page .lcl-products-count{margin-top:8px!important;font-size:13px!important;font-weight:700!important}.lcl-page .lcl-products-refresh{border:1px solid var(--gray-border);background:var(--white);width:44px;height:44px;color:var(--gray);cursor:pointer;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .2s,color .2s;display:inline-flex}.lcl-page .lcl-products-refresh svg{width:22px;height:22px}.lcl-page .lcl-products-refresh:hover{border-color:var(--orange);color:var(--orange)}.lcl-page .lcl-products-refresh.is-spinning svg{animation:.6s linear lcl-spin}@keyframes lcl-spin{to{transform:rotate(360deg)}}.lcl-page .lcl-products-grid{grid-template-columns:1fr;gap:12px;display:grid}@media (min-width:760px){.lcl-page .lcl-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.lcl-page .lcl-product-card{border:1px solid var(--gray-border);background:var(--white);color:inherit;border-radius:16px;gap:12px;padding:16px;transition:border-color .2s,box-shadow .2s;display:flex}.lcl-page .lcl-product-card:hover{border-color:#f9731659;box-shadow:0 8px 20px #0f172a0f}.lcl-page .lcl-product-card-thumb{border:1px solid var(--gray-border);width:72px;height:72px;color:var(--orange);background:#f973161a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.lcl-page .lcl-product-card-thumb svg{width:28px;height:28px}.lcl-page .lcl-product-card-img{object-fit:cover;width:100%;height:auto;max-height:100%}.lcl-page .lcl-product-card-body{flex:1;min-width:0}.lcl-page .lcl-product-card-top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.lcl-page .lcl-product-card-titles h3{color:var(--navy);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:16px;font-weight:900;line-height:1.25;display:-webkit-box;overflow:hidden}.lcl-page .lcl-product-card-origin{color:var(--gray);margin:4px 0 0;font-size:12px;font-weight:600}.lcl-page .lcl-product-card-actions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.lcl-page .lcl-product-status{color:var(--gray);background:#64748b1f;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.lcl-page .lcl-product-status.is-active{color:#16a34a;background:#16a34a1f}.lcl-page .lcl-product-chevron{color:var(--gray);font-size:22px;font-weight:700;line-height:1}.lcl-page .lcl-product-card-desc{color:var(--gray);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0 10px;font-size:13px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.lcl-page .lcl-product-meta-row{flex-wrap:wrap;gap:6px;display:flex}.lcl-page .lcl-product-meta-chip{border:1px solid var(--gray-border);background:#f1f5f9;border-radius:10px;align-items:flex-start;gap:8px;max-width:100%;padding:8px 10px;display:inline-flex}.lcl-page .lcl-product-meta-chip svg{width:16px;height:16px;color:var(--orange);flex-shrink:0;margin-top:2px}.lcl-page .lcl-product-meta-chip>div{min-width:0}.lcl-page .lcl-product-meta-label{color:var(--gray);font-size:11px;font-weight:700;line-height:1.2;display:block}.lcl-page .lcl-product-meta-value{color:var(--navy);text-overflow:ellipsis;white-space:nowrap;max-width:180px;margin-top:2px;font-size:12px;font-weight:800;line-height:1.25;display:block;overflow:hidden}.lcl-page .lcl-products-empty{color:var(--gray);padding:24px 0;font-size:15px;font-weight:600}.lcl-page .lcl-groups-page{min-height:50vh;padding:32px var(--section-pad-x) 48px;background:#f1f5f9}.lcl-page .lcl-groups-inner{max-width:1280px;margin:0 auto}.lcl-page .lcl-groups-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.lcl-page .lcl-groups-marketplace{color:var(--orange);background:#f973161f;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:900;display:inline-flex}.lcl-page .lcl-groups-header h1{color:var(--navy);margin:14px 0 8px;font-size:clamp(28px,4vw,36px);font-weight:900;line-height:1.1}.lcl-page .lcl-groups-header p{color:var(--gray);margin:0;font-size:16px;font-weight:600;line-height:1.35}.lcl-page .lcl-groups-count{margin-top:8px!important;font-size:13px!important;font-weight:700!important}.lcl-page .lcl-groups-empty{color:var(--gray);padding:24px 0;font-size:15px;font-weight:600}.lcl-page .lcl-groups-end{text-align:center;color:var(--gray);margin:20px 0 0;font-size:15px;font-weight:600}.lcl-page .group-card-top-row{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.lcl-page .group-card-promo-tags{flex:1;justify-content:flex-end}.lcl-page .group-share-icon{width:36px;height:36px;color:var(--orange);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.lcl-page .group-share-icon svg{width:20px;height:20px}.lcl-page .group-schedule-badge{background:var(--gray-light);color:var(--gray);border-radius:8px;margin-top:8px;padding:6px 10px;font-size:11px;font-weight:600;display:inline-flex}.lcl-page .group-route-box{background:var(--gray-light);border-radius:10px;margin-bottom:14px;padding:12px}.lcl-page .group-route-box .group-route{align-items:stretch}.lcl-page .group-route-box .group-route-text{flex-direction:column;align-items:flex-start;gap:2px}.lcl-page .group-route-box .group-route-value{color:var(--navy);font-size:12px;font-weight:800}.lcl-page .group-card-actions{align-items:stretch;gap:10px;margin-top:auto;display:flex}.lcl-page .group-card-actions .btn-join{text-align:center;border-radius:8px;flex:1;min-width:0;padding:14px 16px;font-size:14px;font-weight:800}.lcl-page .group-share-outline{border:1px solid var(--gray-border);background:var(--white);width:48px;min-width:48px;color:var(--navy);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:border-color .2s,color .2s;display:inline-flex}.lcl-page .group-share-outline svg{width:20px;height:20px}.lcl-page .group-share-outline:hover{border-color:var(--orange);color:var(--orange)}.lcl-page .group-cards--listing .progress-bar{border-radius:999px;height:8px}.lcl-page .group-cards--listing .progress-fill{border-radius:999px}.lcl-page .lcl-product-detail-page{min-height:50vh;padding:12px var(--section-pad-x) 48px;background:#f1f5f9}.lcl-page .lcl-product-detail-inner{max-width:1280px;margin:0 auto}.lcl-page .lcl-product-detail-topbar{margin-bottom:8px}.lcl-page .lcl-product-detail-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.lcl-page .lcl-product-detail-marketplace{color:var(--orange);background:#f973161f;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:900;display:inline-flex}.lcl-page .lcl-product-detail-header h1{color:var(--navy);margin:14px 0 8px;font-size:clamp(28px,4vw,36px);font-weight:900;line-height:1.1}.lcl-page .lcl-product-detail-header p{color:var(--gray);margin:0;font-size:16px;font-weight:600;line-height:1.35}.lcl-page .lcl-product-detail-count{margin-top:8px!important;font-size:13px!important;font-weight:700!important}.lcl-page .lcl-product-detail-card{border:1px solid var(--gray-border);background:var(--white);border-radius:16px;margin-bottom:14px;padding:18px;box-shadow:0 8px 20px #0f172a0a}.lcl-page .lcl-product-detail-hero{align-items:flex-start;gap:16px;display:flex}.lcl-page .lcl-product-detail-thumb{border:1px solid var(--gray-border);width:110px;height:110px;color:var(--orange);background:linear-gradient(135deg,#f9731624,#f1f5f9);border-radius:22px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.lcl-page .lcl-product-detail-thumb svg{width:40px;height:40px}.lcl-page .lcl-product-detail-img{object-fit:cover;width:100%;height:auto;max-height:100%}.lcl-page .lcl-product-detail-main{flex:1;min-width:0}.lcl-page .lcl-product-detail-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.lcl-page .lcl-product-detail-title-row h2{color:var(--navy);margin:0;font-size:clamp(18px,2.5vw,24px);font-weight:900;line-height:1.25}.lcl-page .lcl-product-detail-meta{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.lcl-page .lcl-product-detail-meta .lcl-product-meta-chip{border:1px solid var(--gray-border);max-width:100%;color:var(--navy);background:#f1f5f9;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:800;display:inline-flex}.lcl-page .lcl-product-detail-meta .lcl-product-meta-chip svg{width:16px;height:16px;color:var(--orange);flex-shrink:0}.lcl-page .lcl-product-detail-desc{color:var(--gray);white-space:pre-wrap;margin:10px 0 0;font-size:14px;font-weight:500;line-height:1.45}.lcl-page .lcl-product-detail-section-title{color:var(--navy);margin:0 0 14px;font-size:20px;font-weight:900}.lcl-page .lcl-product-detail-certs-title{margin-top:14px;margin-bottom:10px}.lcl-page .lcl-product-spec-grid{grid-template-columns:1fr;gap:12px;display:grid}@media (min-width:760px){.lcl-page .lcl-product-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.lcl-page .lcl-product-spec-tile{border:1px solid var(--gray-border);background:#f1f5f9;border-radius:14px;align-items:flex-start;gap:12px;padding:14px;display:flex}.lcl-page .lcl-product-spec-icon{width:36px;height:36px;color:var(--orange);background:#f973161f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.lcl-page .lcl-product-spec-icon svg{width:20px;height:20px}.lcl-page .lcl-product-spec-label{color:var(--gray);font-size:12px;font-weight:800;line-height:1.2;display:block}.lcl-page .lcl-product-spec-value{color:var(--navy);margin-top:4px;font-size:14px;font-weight:900;line-height:1.3;display:block}.lcl-page .lcl-product-cert-badges{flex-wrap:wrap;gap:8px;display:flex}.lcl-page .lcl-product-cert-badge{border:1px solid var(--gray-border);color:var(--orange);background:#f973161f;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:800;display:inline-flex}.lcl-page .lcl-product-cert-badge svg{width:16px;height:16px}.lcl-page .lcl-product-detail-dash{color:var(--gray);margin:0;font-size:14px;font-weight:700}.lcl-page .lcl-product-groups-subtitle{color:var(--gray);margin:-6px 0 16px;font-size:14px;font-weight:600;line-height:1.35}.lcl-page .lcl-product-groups-empty{color:var(--gray);margin:0;font-size:15px;font-weight:600;line-height:1.45}.lcl-page .group-cards--product-detail{grid-template-columns:1fr;gap:12px;max-width:100%;margin:0}.lcl-page .group-cards--product-detail .group-card{margin-bottom:0}.lcl-page .group-cards--product-detail .group-card h4{margin-top:8px;font-size:18px;font-weight:900;line-height:1.25}@media (min-width:640px){.lcl-page .group-cards--product-detail{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1040px){.lcl-page .group-cards--product-detail{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.lcl-page .lcl-product-detail-hero{flex-direction:column}}.lcl-page .lcl-open-chat-page{padding:8px var(--section-pad-x) 48px;background:linear-gradient(#f8fafc 0%,#f1f5f9 100%)}.lcl-page .lcl-open-chat-shell{width:100%;max-width:920px;margin:0 auto}.lcl-page .lcl-open-chat-header{border:1px solid var(--gray-border);background:var(--white);border-radius:16px;align-items:flex-start;gap:14px;margin-bottom:8px;padding:14px 16px 14px 14px;display:flex;box-shadow:0 6px 18px #0f172a0f}.lcl-page .lcl-open-chat-header-icon{background:linear-gradient(135deg, var(--orange), var(--orange-dark));width:48px;height:48px;color:var(--white);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 10px #f9731659}.lcl-page .lcl-open-chat-header-icon svg{width:24px;height:24px}.lcl-page .lcl-open-chat-header-body{flex:1;min-width:0}.lcl-page .lcl-open-chat-header h1{color:var(--navy);margin:0 0 6px;font-size:18px;font-weight:800}.lcl-page .lcl-open-chat-pills{flex-wrap:wrap;gap:8px;display:flex}.lcl-page .lcl-open-chat-pill{border:1px solid #0000;border-radius:20px;align-items:center;gap:5px;padding:4px 8px;font-size:11px;font-weight:700;display:inline-flex}.lcl-page .lcl-open-chat-pill svg{width:12px;height:12px}.lcl-page .lcl-open-chat-pill.is-online{color:#16a34a;background:#16a34a1a;border-color:#16a34a33}.lcl-page .lcl-open-chat-pill-dot{background:#16a34a;border-radius:50%;width:6px;height:6px}.lcl-page .lcl-open-chat-pill.is-user{color:var(--navy);background:#0f172a0f;border-color:#0f172a1f}.lcl-page .lcl-open-chat-pill.is-count{color:var(--orange);background:#f973161a;border-color:#f9731633}.lcl-page .lcl-open-chat-clear{background:var(--gray-light);width:40px;height:40px;color:var(--navy);cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.lcl-page .lcl-open-chat-clear svg{width:20px;height:20px}.lcl-page .lcl-open-chat-messages{padding:16px 4px 24px}.lcl-page .lcl-open-chat-welcome{background:linear-gradient(135deg, var(--navy), #1e3a5f);color:var(--white);border-radius:18px;margin-bottom:20px;padding:20px;box-shadow:0 8px 20px #0f172a40}.lcl-page .lcl-open-chat-welcome-top{align-items:flex-start;gap:12px;display:flex}.lcl-page .lcl-open-chat-welcome-icon{width:42px;height:42px;color:var(--orange);background:#ffffff1f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.lcl-page .lcl-open-chat-welcome-icon svg{width:22px;height:22px}.lcl-page .lcl-open-chat-welcome-top p{margin:0;font-size:14px;font-weight:700;line-height:1.4}.lcl-page .lcl-open-chat-capabilities-title{letter-spacing:.6px;color:#ffffffa6;margin:16px 0 10px;font-size:11px;font-weight:700}.lcl-page .lcl-open-chat-capabilities{margin:0;padding:0;list-style:none}.lcl-page .lcl-open-chat-capabilities li{color:#ffffffe6;align-items:center;gap:10px;margin-bottom:8px;font-size:13px;font-weight:500;display:flex}.lcl-page .lcl-open-chat-cap-icon{color:var(--orange);display:inline-flex}.lcl-page .lcl-open-chat-cap-icon svg{width:16px;height:16px}.lcl-page .lcl-open-chat-try{letter-spacing:.3px;color:var(--gray);margin:0 0 10px;font-size:13px;font-weight:700}.lcl-page .lcl-open-chat-suggestion-grid{grid-template-columns:1fr;gap:10px;margin-bottom:8px;display:grid}@media (min-width:640px){.lcl-page .lcl-open-chat-suggestion-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.lcl-page .lcl-open-chat-suggestion{border:1px solid var(--gray-border);background:var(--white);text-align:left;cursor:pointer;border-radius:14px;align-items:center;gap:12px;width:100%;padding:14px;transition:border-color .2s,box-shadow .2s;display:flex}.lcl-page .lcl-open-chat-suggestion:hover{border-color:#f9731659;box-shadow:0 6px 16px #0f172a0f}.lcl-page .lcl-open-chat-suggestion-icon{background:var(--orange-badge);width:40px;height:40px;color:var(--orange-dark);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.lcl-page .lcl-open-chat-suggestion-icon svg{width:20px;height:20px}.lcl-page .lcl-open-chat-suggestion-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.lcl-page .lcl-open-chat-suggestion-text strong{color:var(--navy);font-size:13px;font-weight:700}.lcl-page .lcl-open-chat-suggestion-text span{color:var(--gray);font-size:11px}.lcl-page .lcl-open-chat-suggestion-chevron{color:var(--gray);font-size:16px;font-weight:700}.lcl-page .lcl-open-chat-bubble-row{align-items:flex-start;gap:10px;margin-bottom:18px;display:flex}.lcl-page .lcl-open-chat-bubble-row.is-user{justify-content:flex-end}.lcl-page .lcl-open-chat-avatar{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 2px 6px #0f172a14}.lcl-page .lcl-open-chat-avatar svg{width:18px;height:18px}.lcl-page .lcl-open-chat-avatar.is-assistant{background:var(--orange);color:var(--white)}.lcl-page .lcl-open-chat-avatar.is-user{background:var(--gray-light);color:var(--navy)}.lcl-page .lcl-open-chat-bubble-wrap{min-width:0;max-width:72%}.lcl-page .lcl-open-chat-bubble-row.is-user .lcl-open-chat-bubble-wrap{flex-direction:column;align-items:flex-end;display:flex}.lcl-page .lcl-open-chat-bubble-meta{color:var(--gray);align-items:center;gap:8px;margin-bottom:6px;font-size:12px;font-weight:700;display:flex}.lcl-page .lcl-open-chat-bubble-meta time{opacity:.7;font-weight:500}.lcl-page .lcl-open-chat-bubble{color:var(--navy);background:var(--white);border:1px solid var(--gray-border);border-radius:16px;padding:13px 16px;font-size:14px;line-height:1.5;box-shadow:0 4px 12px #0f172a0d}.lcl-page .lcl-open-chat-bubble.is-user{color:var(--white);background:linear-gradient(135deg, var(--navy), #1e3a5f);border:none;border-bottom-right-radius:6px;box-shadow:0 4px 12px #0f172a2e}.lcl-page .lcl-open-chat-bubble:not(.is-user){border-bottom-left-radius:6px}.lcl-page .lcl-open-chat-bubble.is-error{color:#991b1b;background:#fee2e2;border-color:#fecaca}.lcl-page .lcl-open-chat-bubble.is-typing{color:var(--gray);align-items:center;gap:10px;font-size:13px;font-weight:600;display:flex}.lcl-page .lcl-open-chat-typing-dots{gap:5px;display:inline-flex}.lcl-page .lcl-open-chat-typing-dots span{background:var(--orange);border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite lcl-chat-dot}.lcl-page .lcl-open-chat-typing-dots span:nth-child(2){animation-delay:.2s}.lcl-page .lcl-open-chat-typing-dots span:nth-child(3){animation-delay:.4s}@keyframes lcl-chat-dot{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.lcl-page .lcl-open-chat-matched{width:100%;max-width:100%;margin-top:14px}.lcl-page .lcl-open-chat-matched-head{color:var(--navy);align-items:center;gap:6px;margin-bottom:10px;font-size:13px;font-weight:800;display:flex}.lcl-page .lcl-open-chat-matched-head svg{width:16px;height:16px;color:var(--orange)}.lcl-page .lcl-open-chat-matched-count{background:var(--orange-badge);color:var(--orange-dark);border-radius:10px;padding:2px 8px;font-size:11px;font-weight:800}.lcl-page .lcl-open-chat-matched-scroll{gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.lcl-page .lcl-open-chat-matched-card{flex:0 0 272px;max-width:272px}.lcl-page .group-card--compact{border-width:1px;border-radius:10px;margin-bottom:0;padding:12px}.lcl-page .group-card--compact h4{margin-top:6px!important;font-size:14px!important}.lcl-page .group-card--compact .group-price{margin-bottom:8px;font-size:16px}.lcl-page .group-card--compact .progress-bar{border-radius:999px;height:6px}.lcl-page .group-card--compact .btn-join{min-width:0;padding:10px 12px;font-size:12px}.lcl-page .group-card-compact-route{color:var(--gray);white-space:nowrap;text-overflow:ellipsis;margin:0 0 10px;font-size:11px;font-weight:600;overflow:hidden}.lcl-page .lcl-open-chat-composer{border:1px solid var(--gray-border);background:var(--white);border-radius:18px;align-items:flex-end;gap:10px;margin-top:12px;padding:12px 14px;display:flex;box-shadow:0 -4px 20px #0f172a14}.lcl-page .lcl-open-chat-composer.is-focused{border-color:var(--orange);border-width:1.5px}.lcl-page .lcl-open-chat-input{resize:none;background:var(--gray-light);min-height:44px;max-height:120px;color:var(--navy);border:none;border-radius:14px;flex:1;padding:12px 16px;font-family:inherit;font-size:15px}.lcl-page .lcl-open-chat-input:focus{outline:none}.lcl-page .lcl-open-chat-send{background:var(--orange);width:48px;height:48px;color:var(--white);cursor:pointer;border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .2s;display:inline-flex;box-shadow:0 2px 8px #f9731659}.lcl-page .lcl-open-chat-send:disabled{opacity:.5;cursor:not-allowed}.lcl-page .lcl-open-chat-send svg{width:20px;height:20px}.lcl-page .lcl-open-chat-confirm{background:var(--white);width:min(420px,100vw - 32px);box-shadow:var(--shadow-lg);border-radius:16px;padding:20px}.lcl-page .lcl-open-chat-confirm h3{color:var(--navy);margin:0 0 8px;font-size:18px;font-weight:900}.lcl-page .lcl-open-chat-confirm p{color:var(--gray);margin:0 0 16px;font-size:14px;line-height:1.4}.lcl-page .lcl-open-chat-confirm-actions{justify-content:flex-end;gap:10px;display:flex}.lcl-page .lcl-how-page{min-height:50vh;padding:28px var(--section-pad-x) 48px;background:#f1f5f9}.lcl-page .lcl-how-inner{max-width:920px;margin:0 auto}.lcl-page .lcl-how-intro{margin-bottom:28px}.lcl-page .lcl-how-badge{color:var(--orange);background:#f973161f;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:900;display:inline-flex}.lcl-page .lcl-how-intro h1{color:var(--navy);margin:14px 0 12px;font-size:clamp(28px,4vw,36px);font-weight:900;line-height:1.15}.lcl-page .lcl-how-intro>p{color:var(--gray);margin:0;font-size:16px;font-weight:500;line-height:1.5}.lcl-page .lcl-how-intro-actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.lcl-page .lcl-how-btn-primary{align-items:center;gap:8px;display:inline-flex;padding:14px 20px!important;font-weight:800!important}.lcl-page .lcl-how-btn-primary svg{width:20px;height:20px}.lcl-page .lcl-how-btn-outline{border:1px solid var(--gray-border);background:var(--white);color:var(--navy);border-radius:8px;align-items:center;gap:8px;padding:14px 20px;font-size:14px;font-weight:800;transition:border-color .2s,color .2s;display:inline-flex}.lcl-page .lcl-how-btn-outline svg{width:20px;height:20px}.lcl-page .lcl-how-btn-outline:hover{border-color:var(--orange);color:var(--orange)}.lcl-page .lcl-how-steps-section{margin-bottom:24px}.lcl-page .lcl-how-steps-label{color:#f97316e6;margin:0 0 8px;font-size:13px;font-weight:800}.lcl-page .lcl-how-steps-section>h2{color:var(--navy);margin:0 0 6px;font-size:22px;font-weight:900}.lcl-page .lcl-how-steps-subtitle{color:var(--gray);margin:0 0 22px;font-size:14px;font-weight:600;line-height:1.4}.lcl-page .lcl-how-steps{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.lcl-page .lcl-how-step-card{border:1px solid var(--gray-border);background:var(--white);border-radius:16px;gap:16px;padding:18px 18px 20px;display:flex;box-shadow:0 8px 16px #0f172a0a}.lcl-page .lcl-how-step-icon{background:var(--orange);width:48px;height:48px;color:var(--white);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 10px #f9731638}.lcl-page .lcl-how-step-icon svg{width:24px;height:24px}.lcl-page .lcl-how-step-body{flex:1;min-width:0}.lcl-page .lcl-how-step-num{color:var(--orange);background:#f973161a;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:900;display:inline-flex}.lcl-page .lcl-how-step-body h3{color:var(--navy);margin:8px 0 6px;font-size:18px;font-weight:900;line-height:1.2}.lcl-page .lcl-how-step-summary{color:var(--navy);margin:0 0 8px;font-size:14px;font-weight:700;line-height:1.35}.lcl-page .lcl-how-step-detail{color:var(--gray);margin:0;font-size:13px;font-weight:500;line-height:1.5}.lcl-page .lcl-how-insights{grid-template-columns:1fr;gap:14px;margin-bottom:24px;display:grid}@media (min-width:720px){.lcl-page .lcl-how-insights{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}.lcl-page .lcl-how-insight-card{border:1px solid var(--gray-border);background:var(--white);border-radius:16px;padding:20px}.lcl-page .lcl-how-insight-head{align-items:center;gap:10px;margin-bottom:14px;display:flex}.lcl-page .lcl-how-insight-head svg{width:26px;height:26px;color:var(--orange);flex-shrink:0}.lcl-page .lcl-how-insight-head h3{color:var(--navy);margin:0;font-size:17px;font-weight:900}.lcl-page .lcl-how-insight-card ul{margin:0;padding:0;list-style:none}.lcl-page .lcl-how-insight-card li{color:var(--gray);margin-bottom:10px;padding-left:16px;font-size:14px;font-weight:600;line-height:1.45;position:relative}.lcl-page .lcl-how-insight-card li:before{content:"";background:var(--orange);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.lcl-page .lcl-how-insight-card li:last-child{margin-bottom:0}.lcl-page .lcl-how-faq-section{margin-bottom:24px}.lcl-page .lcl-how-faq-section>h2{color:var(--navy);margin:0 0 14px;font-size:22px;font-weight:900}.lcl-page .lcl-how-faq-list{flex-direction:column;gap:10px;display:flex}.lcl-page .lcl-how-faq-item{border:1px solid var(--gray-border);background:var(--white);text-align:left;cursor:pointer;border-radius:14px;width:100%;padding:14px 16px;transition:border-color .2s}.lcl-page .lcl-how-faq-item:hover{border-color:#f9731659}.lcl-page .lcl-how-faq-question{color:var(--navy);justify-content:space-between;align-items:flex-start;gap:12px;font-size:15px;font-weight:900;line-height:1.25;display:flex}.lcl-page .lcl-how-faq-chevron{color:var(--gray);flex-shrink:0;font-size:14px}.lcl-page .lcl-how-faq-answer{color:var(--gray);margin:10px 0 0;font-size:14px;font-weight:500;line-height:1.5}.lcl-page .lcl-how-cta{border:1px solid var(--gray-border);background:linear-gradient(135deg, #f973161f, var(--white));text-align:center;border-radius:18px;padding:24px}.lcl-page .lcl-how-cta h2{color:var(--navy);margin:0 0 8px;font-size:22px;font-weight:900}.lcl-page .lcl-how-cta>p{color:var(--gray);margin:0;font-size:14px;font-weight:600;line-height:1.4}.lcl-page .lcl-how-cta-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px;display:flex}.lcl-page .lcl-how-cta-actions .btn-primary{padding:14px 24px;font-weight:900}.lcl-page .lcl-how-cta-actions .lcl-how-btn-outline{padding:14px 24px}.lcl-page .lcl-news-page{min-height:50vh;padding:32px var(--section-pad-x) 48px;background:#f1f5f9}.lcl-page .lcl-news-inner{max-width:980px;margin:0 auto}.lcl-page .lcl-news-hero{border:1px solid var(--gray-border);background:linear-gradient(135deg, var(--orange-badge), var(--white));border-radius:24px;margin-bottom:20px;padding:24px;box-shadow:0 8px 20px #0f172a0a}.lcl-page .lcl-news-brand{border:1px solid var(--gray-border);background:var(--white);color:var(--orange-dark);letter-spacing:.2px;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:800;display:inline-flex}.lcl-page .lcl-news-hero h1{color:var(--navy);margin:16px 0 8px;font-size:clamp(26px,3.5vw,32px);font-weight:900;line-height:1.15}.lcl-page .lcl-news-hero p{color:var(--gray);margin:0;font-size:15px;line-height:1.45}.lcl-page .lcl-news-list{flex-direction:column;gap:12px;display:flex}.lcl-page .lcl-news-card{border:1px solid var(--gray-border);background:var(--white);border-radius:18px;padding:16px 18px;box-shadow:0 4px 12px #0f172a08}.lcl-page .lcl-news-card-meta{align-items:center;gap:10px;margin-bottom:10px;display:flex}.lcl-page .lcl-news-tag{color:var(--orange);background:#f973161f;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800;display:inline-flex}.lcl-page .lcl-news-card-meta time{color:var(--gray);font-size:12px;font-weight:600}.lcl-page .lcl-news-card h2{color:var(--navy);margin:0 0 8px;font-size:17px;font-weight:900;line-height:1.3}.lcl-page .lcl-news-card p{color:var(--gray);margin:0;font-size:14px;line-height:1.35}.lcl-page .lcl-auth-page{min-height:calc(100vh - 200px);padding:40px var(--section-pad-x) 64px;background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);justify-content:center;align-items:center;display:flex}.lcl-page .lcl-auth-card{border:1px solid var(--gray-border);background:var(--white);border-radius:24px;width:100%;max-width:480px;padding:32px;box-shadow:0 12px 28px #0f172a14}.lcl-page .lcl-auth-brand{background:var(--orange-badge);color:var(--orange-dark);letter-spacing:.2px;border:1px solid #f9731638;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:800;display:inline-flex}.lcl-page .lcl-auth-card-head h1{color:var(--navy);margin:18px 0 8px;font-size:clamp(26px,4vw,30px);font-weight:900;line-height:1.15}.lcl-page .lcl-auth-card-head p{color:var(--gray);margin:0;font-size:15px;font-weight:500;line-height:1.5}.lcl-page .lcl-auth-card-body{margin-top:28px}.lcl-page .lcl-auth-form{flex-direction:column;gap:16px;display:flex}.lcl-page .lcl-auth-field label{color:var(--navy);margin-bottom:8px;font-size:13px;font-weight:700;display:block}.lcl-page .lcl-auth-input{border:1px solid var(--gray-border);width:100%;color:var(--navy);background:#f8fafc;border-radius:12px;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s,background .2s}.lcl-page .lcl-auth-input::placeholder{color:#94a3b8}.lcl-page .lcl-auth-input:hover{border-color:#cbd5e1}.lcl-page .lcl-auth-input:focus{border-color:var(--orange);background:var(--white);outline:none;box-shadow:0 0 0 3px #f973161f}.lcl-page .lcl-auth-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:12px 14px;font-size:14px;font-weight:600;line-height:1.4}.lcl-page .lcl-auth-submit{width:100%;margin-top:8px;border-radius:12px!important;padding:14px 20px!important;font-size:15px!important;font-weight:800!important}.lcl-page .lcl-auth-submit:disabled{opacity:.7;cursor:not-allowed}.lcl-page .lcl-auth-submit-loading{justify-content:center;align-items:center;gap:10px;display:inline-flex}.lcl-page .lcl-auth-spinner{border:2px solid #ffffff59;border-top-color:var(--white);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite lcl-spin}.lcl-page .lcl-auth-card-foot{text-align:center;margin-top:16px;padding-top:4px}.lcl-page .lcl-auth-footer-text{color:var(--gray);margin:0;font-size:14px;font-weight:600}.lcl-page .lcl-auth-footer-link{color:var(--orange);font-weight:800;transition:color .2s}.lcl-page .lcl-auth-footer-link:hover{color:var(--orange-dark)}.lcl-page .lcl-auth-card--wide{max-width:640px}.lcl-page .lcl-auth-form-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:560px){.lcl-page .lcl-auth-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.lcl-page .lcl-auth-span-2{grid-column:1/-1}.lcl-page .lcl-auth-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.lcl-page .lcl-auth-file{cursor:pointer;padding:10px 14px}.lcl-page .lcl-auth-file::file-selector-button{background:var(--orange-badge);color:var(--orange-dark);cursor:pointer;border:none;border-radius:8px;margin-right:12px;padding:8px 14px;font-size:13px;font-weight:700}.lcl-page .lcl-auth-hint{color:var(--gray);margin:8px 0 0;font-size:12px;font-weight:500;line-height:1.4}.lcl-page .lcl-auth-success{text-align:center}.lcl-page .lcl-auth-success-icon{color:#16a34a;background:#16a34a1f;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex}.lcl-page .lcl-auth-success-icon svg{width:28px;height:28px}.lcl-page .lcl-auth-success h1{color:var(--navy);margin:0 0 8px;font-size:24px;font-weight:900}.lcl-page .lcl-auth-success p{color:var(--gray);margin:0 0 24px;font-size:15px;line-height:1.45}.lcl-page .lcl-estimator-page{background:var(--gray-light);min-height:50vh;padding:24px var(--section-pad-x) 48px}.lcl-page .lcl-estimator-inner{max-width:1200px;margin:0 auto}.lcl-page .lcl-estimator-header h1{color:var(--navy);margin:0;font-size:clamp(24px,3vw,30px);font-weight:900;line-height:1.15}.lcl-page .lcl-estimator-header p{color:var(--gray);margin:6px 0 0;font-size:15px;font-weight:500;line-height:1.5}.lcl-page .lcl-estimator-header .freight-tool-badge{margin-bottom:8px;display:inline-block}.lcl-page .lcl-estimator-mode-tabs{margin-bottom:4px}.lcl-page .lcl-estimator-freight-ref{background:#fff;border:1px solid #d0dce8;border-radius:12px;margin-bottom:12px;padding:1rem 1.1rem;box-shadow:0 1px 3px #0a16280f}.lcl-page .lcl-estimator-freight-ref-head{margin-bottom:.75rem}.lcl-page .lcl-estimator-freight-ref-head h3{color:var(--navy);margin:.35rem 0 0;font-size:1rem;font-weight:800}.lcl-page .lcl-estimator-freight-hero{margin-bottom:.75rem}.lcl-page .lcl-estimator-layout{grid-template-columns:1fr;gap:20px;margin-top:24px;display:grid}@media (min-width:960px){.lcl-page .lcl-estimator-layout{grid-template-columns:1fr 1fr;align-items:start}}.lcl-page .lcl-estimator-inputs{flex-direction:column;gap:12px;display:flex}.lcl-page .lcl-estimator-card{background:var(--white);border:1px solid var(--gray-border);border-radius:12px;padding:16px}.lcl-page .lcl-estimator-card-label{letter-spacing:.06em;color:var(--gray);text-transform:uppercase;margin:0 0 12px;font-size:11px;font-weight:800}.lcl-page .lcl-estimator-stack{flex-direction:column;gap:10px;display:flex}.lcl-page .lcl-estimator-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.lcl-page .lcl-estimator-field{flex-direction:column;gap:6px;min-width:0;display:flex}.lcl-page .lcl-estimator-field>span{color:var(--navy);font-size:12px;font-weight:600}.lcl-page .lcl-estimator-input{border:1px solid var(--gray-border);background:var(--white);width:100%;color:var(--navy);border-radius:10px;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}.lcl-page .lcl-estimator-input:focus{border-color:var(--orange);outline:none;box-shadow:0 0 0 3px #f973161f}.lcl-page .lcl-estimator-hs-wrap{position:relative}.lcl-page .lcl-estimator-hs-list{z-index:20;background:var(--white);border:1px solid var(--gray-border);max-height:220px;box-shadow:var(--shadow-lg);border-radius:10px;margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:auto}.lcl-page .lcl-estimator-hs-list button{text-align:left;width:100%;color:var(--navy);cursor:pointer;background:0 0;border:0;padding:8px 12px;font-size:13px}.lcl-page .lcl-estimator-hs-list button:hover{background:var(--orange-light)}.lcl-page .lcl-estimator-hs-list strong{color:var(--orange);margin-right:6px}.lcl-page .lcl-estimator-slider-label{color:var(--navy);flex-direction:column;gap:6px;font-size:12px;font-weight:600;display:flex}.lcl-page .lcl-estimator-slider{width:100%;accent-color:var(--orange)}.lcl-page .lcl-estimator-results{flex-direction:column;gap:12px;display:flex}.lcl-page .lcl-estimator-route-banner{background:var(--gray-light);color:var(--navy);border-radius:10px;align-items:center;gap:8px;padding:10px 12px;font-size:12px;font-weight:600;display:flex}.lcl-page .lcl-estimator-route-banner svg{width:18px;height:18px;color:var(--navy);flex-shrink:0}.lcl-page .lcl-estimator-route-banner>span{flex:1;min-width:0}.lcl-page .lcl-estimator-tariff-pill{color:#0c447c;background:#e6f1fb;border-radius:10px;flex-shrink:0;padding:4px 8px;font-size:11px;font-weight:700}.lcl-page .lcl-estimator-scenarios{flex-wrap:wrap;gap:8px;display:flex}.lcl-page .lcl-estimator-scenario{border:1px solid var(--gray-border);background:var(--white);color:var(--gray);cursor:pointer;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;transition:border-color .2s,background .2s,color .2s}.lcl-page .lcl-estimator-scenario.is-active{background:var(--gray-light);border-color:var(--navy);color:var(--navy)}.lcl-page .lcl-estimator-error,.lcl-page .lcl-estimator-error-banner{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px;font-size:13px;font-weight:600}.lcl-page .lcl-estimator-error-banner{flex-direction:column;align-items:flex-start;gap:12px;margin-top:24px;display:flex}.lcl-page .lcl-estimator-empty{text-align:center;color:var(--gray);margin:24px 0 0;font-size:14px;font-weight:600}.lcl-page .lcl-estimator-loading{justify-content:center;padding:48px 0;display:flex}.lcl-page .lcl-estimator-spinner{border:2px solid var(--gray-border);border-top-color:var(--orange);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite lcl-spin;display:inline-block}.lcl-page .lcl-estimator-spinner.is-large{border-width:3px;width:36px;height:36px}.lcl-page .lcl-estimator-bars{align-items:flex-end;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.lcl-page .lcl-estimator-bars.is-scroll{gap:14px}.lcl-page .lcl-estimator-bar{flex-direction:column;flex:1 0 52px;align-items:center;min-width:52px;max-width:72px;display:flex}.lcl-page .lcl-estimator-bar-value{text-align:center;flex-direction:column;justify-content:flex-end;align-items:center;gap:2px;min-height:38px;display:flex}.lcl-page .lcl-estimator-bar-value strong{color:var(--navy);font-size:12px;font-weight:800;line-height:1.1}.lcl-page .lcl-estimator-bar-value span{color:var(--gray);font-size:10px;font-weight:600;line-height:1.1}.lcl-page .lcl-estimator-bar-track{border:1px solid var(--gray-border);background:var(--gray-light);border-radius:10px;justify-content:center;align-items:flex-end;width:56px;margin-top:6px;padding:4px;display:flex}.lcl-page .lcl-estimator-bar-fill{border-radius:8px 8px 4px 4px;width:calc(100% - 4px);min-height:4px;transition:height .7s cubic-bezier(.22,1,.36,1)}.lcl-page .lcl-estimator-bar-label{min-height:32px;color:var(--gray);text-align:center;margin-top:8px;font-size:11px;font-weight:700;line-height:1.15}.lcl-page .lcl-estimator-total-row{background:var(--navy);color:var(--white);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:14px;font-weight:800;display:flex}.lcl-page .lcl-estimator-total-row strong{color:var(--orange);font-size:18px;font-weight:900}.lcl-page .lcl-estimator-cif-row{border:1px solid var(--gray-border);background:var(--gray-light);color:var(--navy);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:12px;font-weight:700;display:flex}.lcl-page .lcl-estimator-cif-row strong{font-size:13px;font-weight:800}.lcl-page .lcl-estimator-confidence{align-items:flex-end;gap:16px;display:flex}.lcl-page .lcl-estimator-confidence-bar{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;gap:8px;width:64px;display:flex}.lcl-page .lcl-estimator-confidence-bar>strong{color:var(--navy);font-size:14px;font-weight:900}.lcl-page .lcl-estimator-confidence-bar>span{color:var(--gray);font-size:10px;font-weight:700}.lcl-page .lcl-estimator-confidence-track{border:1px solid var(--gray-border);background:var(--gray-light);border-radius:8px;justify-content:center;align-items:flex-end;width:48px;height:100px;padding:4px;display:flex}.lcl-page .lcl-estimator-confidence-fill{border-radius:6px 6px 4px 4px;width:40px;min-height:4px;transition:height .7s cubic-bezier(.22,1,.36,1)}.lcl-page .lcl-estimator-flags{flex-wrap:wrap;flex:1;align-content:flex-start;gap:6px;display:flex}.lcl-page .lcl-estimator-flag{border-radius:10px;padding:4px 8px;font-size:11px;font-weight:600}.lcl-page .lcl-estimator-flag.is-ok{color:#27500a;background:#eaf3de}.lcl-page .lcl-estimator-flag.is-warn{color:#633806;background:#faeeda}@media (max-width:767px){.lcl-page .lcl-estimator-page{padding:16px 16px 32px}.lcl-page .lcl-estimator-row{grid-template-columns:1fr}}
