/* AFES sales/contact UX — clean reset */

/* Main OEM / AFES AJAX search */
.afes-live-search{position:relative;min-width:0}
.home-live-search{min-width:min(580px,100%)}
.afes-search-results{position:absolute;z-index:90;top:calc(100% + 10px);left:0;right:0;background:#fff;border:1px solid rgba(13,25,34,.12);border-radius:14px;box-shadow:0 24px 64px rgba(8,16,22,.18);padding:8px;overflow:hidden;color:#101820}
.afes-search-results[hidden]{display:none!important}
.afes-search-result{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;border-radius:10px;text-decoration:none;color:inherit;transition:background .16s ease,transform .16s ease}
.afes-search-result:hover,.afes-search-result.is-active{background:#f3f6f7;transform:translateY(-1px)}
.afes-search-result-media{width:58px;height:50px;border-radius:9px;background:#f5f7f8;display:grid;place-items:center;overflow:hidden}
.afes-search-result-media img{display:block;width:100%;height:100%;object-fit:contain;padding:4px}
.afes-search-result-copy{min-width:0;display:grid;gap:3px}
.afes-search-result-copy strong{font-size:13px;line-height:1.25;color:#101820;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.afes-search-result-copy small{font-size:11px;color:#77828a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.afes-search-result-code{font:800 11px/1.2 Arial,sans-serif;letter-spacing:.05em;color:#f26a00;text-align:right}
.afes-search-empty,.afes-search-loading{padding:18px 14px;text-align:center;color:#6b7780;font-size:13px}

/* Header WhatsApp */
.nav-whatsapp{background:#eef8f3!important;border:1px solid #b9dfca!important;color:#13794b!important;white-space:nowrap}
.nav-whatsapp:hover{background:#13794b!important;border-color:#13794b!important;color:#fff!important}

/* Fixed side rail. Icons never expand; only tooltip appears. */
.afes-side-tools{position:fixed;z-index:125;right:18px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:8px;pointer-events:none}
.afes-side-tool{pointer-events:auto;position:relative;display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:#101920;color:#fff;text-decoration:none;box-shadow:0 12px 35px rgba(5,11,15,.18);transition:background .18s ease,border-color .18s ease,transform .18s ease;box-sizing:border-box;cursor:pointer;padding:0}
.afes-side-tool:hover,.afes-side-tool:focus-visible{background:#17232c;border-color:rgba(255,106,0,.55);transform:translateX(-2px);outline:none}
.afes-side-tool.is-whatsapp{background:#102019;border-color:rgba(51,209,122,.28)}
.afes-side-tool.is-whatsapp:hover,.afes-side-tool.is-whatsapp:focus-visible{background:#13271e;border-color:rgba(51,209,122,.65)}
.afes-tool-icon{width:48px;height:48px;display:grid;place-items:center;color:#ff6a00}
.afes-side-tool.is-whatsapp .afes-tool-icon{color:#33d17a}
.afes-tool-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.afes-tool-label{position:absolute;right:58px;top:50%;transform:translate(8px,-50%);display:flex;align-items:center;min-height:34px;padding:0 12px;border-radius:9px;background:#101920;color:#fff;box-shadow:0 12px 30px rgba(5,11,15,.22);font-size:11px;font-weight:800;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .14s ease,transform .18s ease}
.afes-tool-label:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:5px solid transparent;border-left-color:#101920}
.afes-side-tool:hover .afes-tool-label,.afes-side-tool:focus-visible .afes-tool-label{opacity:1;visibility:visible;transform:translate(0,-50%)}
.afes-side-tool.is-whatsapp .afes-tool-label{background:#102019}
.afes-side-tool.is-whatsapp .afes-tool-label:after{border-left-color:#102019}

/* WhatsApp chatbox */
.afes-chat{position:fixed;z-index:135;right:22px;bottom:22px;display:grid;justify-items:end;gap:10px}
.afes-chat-trigger{min-height:48px;border:0;border-radius:999px;background:#13794b;color:#fff;padding:0 18px 0 14px;display:flex;align-items:center;gap:9px;box-shadow:0 16px 42px rgba(4,10,14,.24);font:800 12px/1 Arial,sans-serif;cursor:pointer}
.afes-chat-trigger-icon{width:24px;height:24px;display:grid;place-items:center}
.afes-chat-trigger-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.afes-chat-panel{width:min(360px,calc(100vw - 28px));background:#fff;border:1px solid rgba(13,25,34,.11);border-radius:18px;box-shadow:0 26px 76px rgba(4,10,14,.28);overflow:hidden;color:#101820}
.afes-chat-panel[hidden]{display:none!important}
.afes-chat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 15px;background:#101920;color:#fff}
.afes-chat-brand{display:flex;align-items:center;gap:10px;min-width:0}
.afes-chat-mark{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#13794b;color:#fff}
.afes-chat-mark svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.afes-chat-brand div{display:grid;gap:3px;min-width:0}
.afes-chat-brand strong{font-size:13px}
.afes-chat-brand small{font-size:10px;color:#aab5bc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.afes-chat-close{width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:23px;cursor:pointer}
.afes-chat-body{padding:15px;display:grid;gap:11px}
.afes-chat-welcome{margin:0;background:#f3f6f7;border-radius:11px;padding:10px 11px;font-size:12px;line-height:1.5;color:#47545c}
.afes-chat-context{display:grid;gap:3px;border-bottom:1px solid #e8edef;padding:0 1px 9px}
.afes-chat-context span,.afes-chat-product span{font-size:9px;font-weight:900;letter-spacing:.11em;color:#7b878e;text-transform:uppercase}
.afes-chat-context strong{font-size:11px;line-height:1.35;color:#26343b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.afes-chat-product{border:1px solid #e0e6e9;border-left:3px solid #ff6a00;border-radius:10px;padding:9px 10px;display:grid;gap:3px}
.afes-chat-product[hidden]{display:none!important}
.afes-chat-product span{color:#f26a00}
.afes-chat-product strong{font-size:12px;line-height:1.3}
.afes-chat-product small{font-size:10px;color:#78838a;line-height:1.35}
.afes-chat-field{display:grid;gap:5px}
.afes-chat-field span{font-size:10px;font-weight:800;color:#56636b}
.afes-chat-field input,.afes-chat-field textarea{width:100%;box-sizing:border-box;border:1px solid #d4dce0;border-radius:9px;padding:9px 10px;font:12px/1.4 inherit;outline:none;background:#fff;color:#101820}
.afes-chat-field input{height:42px}
.afes-chat-field textarea{resize:vertical;min-height:76px}
.afes-chat-field input:focus,.afes-chat-field textarea:focus{border-color:#f26a00;box-shadow:0 0 0 3px rgba(242,106,0,.08)}
.afes-chat-field input.is-error{border-color:#c73a30;box-shadow:0 0 0 3px rgba(199,58,48,.08)}
.afes-chat-error{margin:0;color:#b32c24;font-size:10px;font-weight:700}
.afes-chat-actions{padding:0 15px 15px;display:grid;grid-template-columns:1fr;gap:8px}
.afes-chat-actions>*{min-height:42px;border-radius:10px;display:grid;place-items:center;text-align:center;text-decoration:none;font:800 11px/1.2 Arial,sans-serif;cursor:pointer}
.afes-chat-whatsapp{border:0;background:#13794b;color:#fff}
.afes-chat-whatsapp:hover{background:#0f6840}
.afes-whatsapp-btn{background:#13794b!important;border-color:#13794b!important;color:#fff!important}
.afes-footer-whatsapp{color:#33d17a!important}

/* Product-card WhatsApp opens the same named chatbox. */
.product-card-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}
.product-card-whatsapp{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 10px;border-radius:8px;background:#eef8f3;color:#13794b;text-decoration:none;font-size:10px;font-weight:900;white-space:nowrap}
.product-card-whatsapp:hover{background:#13794b;color:#fff}

@media(max-width:1100px){
  .nav-whatsapp{display:none!important}
  .afes-side-tools{right:10px}
  .afes-tool-label{display:none}
}
@media(max-width:720px){
  .afes-side-tools{display:none}
  .afes-chat{right:12px;bottom:12px}
  .afes-chat-trigger{min-height:46px;padding-right:14px}
  .afes-chat-panel{max-height:calc(100vh - 92px);overflow:auto}
  .afes-search-result{grid-template-columns:48px minmax(0,1fr)}
  .afes-search-result-media{width:48px;height:44px}
  .afes-search-result-code{display:none}
}
@media(min-width:721px){.afes-side-tool.is-mobile-only{display:none}}
@media(max-width:720px){.afes-side-tool.is-desktop-only{display:none}}
@media(prefers-reduced-motion:reduce){.afes-side-tool,.afes-tool-label,.afes-search-result{transition:none}}
