.fcbar{position:fixed;bottom:0;left:0;right:0;z-index:999;padding:10px 12px calc(8px + env(safe-area-inset-bottom, 0px));background:#fff;border-top:1px solid rgba(0,0,0,.06);box-shadow:0 -6px 32px rgba(0,0,0,.1);animation:fcbar-enter .5s cubic-bezier(.16,1,.3,1) both}@media (min-width:769px){.fcbar{bottom:20px;right:24px;left:auto;max-width:520px;border-radius:16px;border:1px solid rgba(0,0,0,.06);padding:12px 16px 10px;box-shadow:0 10px 40px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06)}}@media (max-width:768px){.fcbar{border-radius:16px 16px 0 0}}.fcbar__actions{gap:0}.fcbar__actions,.fcbar__btn{display:flex;align-items:center}.fcbar__btn{gap:10px;flex:1 1;min-width:0;padding:6px 10px;border-radius:12px;text-decoration:none;color:#1a1a1a;cursor:pointer;transition:background .2s ease,transform .15s ease}.fcbar__btn:hover{background:rgba(0,0,0,.03)}.fcbar__btn:active{transform:scale(.97);background:rgba(0,0,0,.05)}.fcbar__icon{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;flex-shrink:0}.fcbar__icon svg{width:20px;height:20px}.fcbar__btn--wa .fcbar__icon{background:#f0faf4;color:#25d366}.fcbar__btn--call .fcbar__icon{background:#f5f5f5;color:#1a1a1a}.fcbar__pulse{position:absolute;top:0;right:0;width:8px;height:8px;background:#25d366;border-radius:50%;border:2px solid #fff;animation:fcbar-pulse 2.5s ease-in-out infinite}.fcbar__copy{display:flex;flex-direction:column;min-width:0}.fcbar__label{font-size:13px;font-weight:600;letter-spacing:-.01em;line-height:1.2;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fcbar__sub{font-size:10.5px;font-weight:400;color:#888;letter-spacing:.01em;line-height:1.3;margin-top:1px}.fcbar__btn--wa .fcbar__sub{color:#25d366}.fcbar__product-info{display:block;position:relative;height:14px;overflow:visible;margin-top:1px}.fcbar__product-signal{position:absolute;top:0;left:0;font-size:10.5px;font-weight:500;color:#25d366;white-space:nowrap;line-height:14px;opacity:0;transform:translateY(4px);transition:opacity .6s ease,transform .6s ease;pointer-events:none}.fcbar__product-signal--on{opacity:1;transform:translateY(0)}.fcbar__div{width:1px;height:28px;background:#e8e8e8;flex-shrink:0;margin:0 2px}.fcbar__cat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:54px;min-width:54px;height:44px;border-radius:12px;background:#1a5c3a;color:#fff;text-decoration:none;cursor:pointer;flex-shrink:0;transition:background .2s ease,transform .15s ease}.fcbar__cat:hover{background:#174f32}.fcbar__cat:active{transform:scale(.95);background:#144529}.fcbar__cat svg{width:18px;height:18px}.fcbar__cat-text{font-size:7px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.fcbar__trust{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:6px;padding-top:6px;border-top:1px solid #f0f0f0}.fcbar__trust-badge{width:14px;height:14px;flex-shrink:0}.fcbar__trust-cycle{position:relative;width:260px;height:18px;overflow:hidden}.fcbar__trust-item{position:absolute;top:0;left:0;width:100%;text-align:center;transform:translateY(6px);font-family:var(--mono,"JetBrains Mono",monospace);font-size:10.5px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#777;white-space:nowrap;line-height:18px;opacity:0;transition:opacity .8s ease,transform .8s ease;pointer-events:none}.fcbar__trust-item--on{opacity:1;transform:translateY(0)}@keyframes fcbar-enter{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes fcbar-pulse{0%,to{opacity:1;box-shadow:0 0 0 0 rgba(37,211,102,.4)}50%{opacity:.6;box-shadow:0 0 0 5px rgba(37,211,102,0)}}@media (max-width:380px){.fcbar{padding:10px 8px calc(6px + env(safe-area-inset-bottom, 0px))}.fcbar__btn{gap:8px;padding:4px 6px}.fcbar__icon{width:32px;height:32px}.fcbar__icon svg{width:18px;height:18px}.fcbar__label{font-size:12px}.fcbar__sub{font-size:9.5px}.fcbar__cat{width:48px;min-width:48px;height:40px}.fcbar__div{height:24px}.fcbar__cat{display:none}}@media (max-width:768px){.fcbar__cat{display:none}.fcbar__cat-wide{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:6px 12px;background:#f5f5f0;border-radius:8px;margin-top:6px;text-decoration:none;color:#555;font-family:var(--mono,monospace);font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:background .2s}.fcbar__cat-wide svg{width:14px;height:14px}.fcbar__cat-wide:hover{background:#eeeee8}}@media (min-width:769px){.fcbar__cat-wide{display:none}}.footer{background:var(--black);color:hsla(0,0%,100%,.6);padding:56px 24px 28px}.footer__inner{max-width:var(--max);margin:0 auto}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:36px;gap:36px;margin-bottom:40px}.footer__brand{margin-bottom:14px}.footer__logo-img{height:36px;width:auto;filter:brightness(0) invert(1)}.footer__desc{font-size:13px;color:hsla(0,0%,100%,.3);line-height:1.7;margin-bottom:18px;max-width:280px}.footer__contact{font-family:var(--mono);font-size:11px;color:hsla(0,0%,100%,.3);margin-bottom:5px}.footer__contact a{color:inherit;transition:color .2s}.footer__contact a:hover{color:hsla(0,0%,100%,.6)}.footer__contact--wa,.footer__contact--wa a{color:var(--wa)}.footer__contact--wa a:hover{color:var(--wa-dark)}.footer__trust-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.footer__trust-badge{font-size:8px;letter-spacing:.1em;color:hsla(0,0%,100%,.35);border:1px solid hsla(0,0%,100%,.1);padding:4px 10px;display:inline-block}.footer__col-title,.footer__trust-badge{font-family:var(--mono);text-transform:uppercase}.footer__col-title{font-size:9px;letter-spacing:.15em;color:hsla(0,0%,100%,.25);margin-bottom:18px}.footer__col-links{list-style:none;display:flex;flex-direction:column;gap:9px}.footer__col-links a{font-size:13px;color:hsla(0,0%,100%,.45);transition:color .2s}.footer__col-links a:hover{color:#fff}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.08);padding-top:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.footer__entity,.footer__legal{font-family:var(--mono);font-size:9px;letter-spacing:.1em;color:hsla(0,0%,100%,.2)}@media (max-width:768px){.footer{padding:40px 20px 24px}.footer__grid{grid-template-columns:1fr 1fr;gap:28px;margin-bottom:32px}.footer__desc{max-width:100%}.footer__bottom{flex-direction:column;align-items:flex-start;gap:4px;padding-top:14px}}@media (max-width:480px){.footer__grid{grid-template-columns:1fr;gap:24px}.footer__trust-badges{margin-top:10px}}