#eco-chat *{box-sizing:border-box;font-family:Inter,system-ui,sans-serif}.eco-chat-toggle{position:fixed;right:20px;bottom:20px;z-index:9999;display:inline-flex;align-items:center;gap:8px;background:#0f766e;color:#fff;padding:13px 18px;border-radius:100px;border:none;cursor:pointer;font-size:14px;font-weight:600;box-shadow:0 8px 24px #0f766e52,0 2px 6px #00000014;transition:all .2s ease}.eco-chat-toggle:hover{background:#115e59;transform:translateY(-2px);box-shadow:0 12px 28px #0f766e66}.eco-chat-toggle[aria-expanded=true]{display:none}.eco-chat-panel[hidden],.eco-chat-backdrop[hidden]{display:none!important}.eco-chat-backdrop{position:fixed;inset:0;z-index:9998;background:#0f172a59;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:ecoChatBackdropIn .25s ease-out}@keyframes ecoChatBackdropIn{0%{opacity:0}to{opacity:1}}@media (min-width: 640px){.eco-chat-backdrop{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}}.eco-chat-panel{position:fixed;right:20px;bottom:20px;z-index:9999;width:min(380px,calc(100vw - 24px));height:min(580px,calc(100dvh - 40px));background:#fffcf5;border-radius:20px;box-shadow:0 20px 60px #0f766e40,0 4px 12px #00000014;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(15,118,110,.12);animation:ecoChatPop .25s ease-out}@keyframes ecoChatPop{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.eco-chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid rgba(15,118,110,.1);background:linear-gradient(135deg,#0f766e,#115e59);color:#fff}.eco-chat-title{font-family:Fraunces,Georgia,serif;font-size:17px;font-weight:600;display:inline-flex;align-items:center;gap:7px}.eco-chat-heart{color:#fca5a5;filter:drop-shadow(0 1px 2px rgba(0,0,0,.18));animation:ecoHeartPulse 2.4s ease-in-out infinite;flex-shrink:0}@keyframes ecoHeartPulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@media (prefers-reduced-motion: reduce){.eco-chat-heart{animation:none}}.eco-chat-sub{font-size:11px;opacity:.85;margin-top:2px}.eco-chat-close{background:#ffffff2e;border:none;color:#fff;width:34px;height:34px;border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background .15s ease,transform .15s ease;position:relative;z-index:2}.eco-chat-close:hover{background:#ffffff52;transform:scale(1.06)}.eco-chat-close:active{transform:scale(.94)}.eco-chat-close:focus-visible{outline:2px solid #FFF;outline-offset:2px}.eco-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}.eco-msg{max-width:88%;padding:11px 14px;border-radius:14px;font-size:14px;line-height:1.45;word-wrap:break-word}.eco-msg-bot{background:#f4ecd8;color:#1a2b3a;align-self:flex-start;border-bottom-left-radius:4px}.eco-msg-user{background:#0f766e;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.eco-msg-admin{background:linear-gradient(135deg,#fdf8f0,#fde68a);color:#1a2b3a;align-self:flex-start;border-bottom-left-radius:4px;border:1px solid rgba(245,158,11,.4)}.eco-msg-admin-by{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#b45309;margin-bottom:4px}.eco-admin-banner{align-self:center;background:#fef3c7;color:#92400e;font-size:12px;font-weight:600;padding:6px 12px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;animation:ecoBannerIn .3s ease-out}.eco-admin-dot{width:7px;height:7px;border-radius:50%;background:#f59e0b;animation:ecoDotPulse 1.6s infinite}@keyframes ecoBannerIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes ecoDotPulse{0%,to{opacity:1}50%{opacity:.4}}.eco-msg a{color:#0f766e;font-weight:600;text-decoration:underline}.eco-msg-user a{color:#fff}.eco-typing{align-self:flex-start;display:inline-flex;gap:4px;background:#f4ecd8;padding:12px 16px;border-radius:14px 14px 14px 4px}.eco-typing span{width:6px;height:6px;border-radius:50%;background:#0f766e;opacity:.4;animation:ecoBounce 1.2s infinite}.eco-typing span:nth-child(2){animation-delay:.15s}.eco-typing span:nth-child(3){animation-delay:.3s}@keyframes ecoBounce{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.eco-chat-form{display:flex;gap:8px;padding:12px;border-top:1px solid rgba(15,118,110,.1);background:#fff}.eco-chat-input{flex:1;resize:none;border:1px solid rgba(15,118,110,.2);border-radius:12px;padding:10px 12px;font-size:14px;max-height:100px;min-height:40px;font-family:inherit;line-height:1.4}.eco-chat-input:focus{outline:none;border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1f}.eco-chat-send{flex:none;width:40px;height:40px;border:none;background:#0f766e;color:#fff;border-radius:12px;cursor:pointer;display:grid;place-items:center}.eco-chat-send:hover{background:#115e59}.eco-chat-send:disabled{opacity:.4;cursor:not-allowed}.eco-subnav[data-astro-cid-i2ragbg3]{background:#fffcf5f0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(15,118,110,.08);position:sticky;top:var(--eco-header-h, 64px);z-index:30;transition:top .25s ease}@media (min-width: 768px){.eco-subnav[data-astro-cid-i2ragbg3]{top:var(--eco-header-h, 88px)}}.eco-subnav-inner[data-astro-cid-i2ragbg3]{max-width:1280px;margin:0 auto;padding:0 16px}.eco-subnav-list[data-astro-cid-i2ragbg3]{display:flex;justify-content:center;gap:4px;margin:0;padding:0;list-style:none;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}@media (max-width: 880px){.eco-subnav-list[data-astro-cid-i2ragbg3]{justify-content:flex-start}}.eco-subnav-list[data-astro-cid-i2ragbg3]::-webkit-scrollbar{display:none}.eco-subnav-tab[data-astro-cid-i2ragbg3]{display:inline-flex;align-items:center;gap:6px;padding:12px 16px;font-family:Inter,system-ui,sans-serif;font-size:12.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#030f1a9e;text-decoration:none;border-bottom:2px solid transparent;white-space:nowrap;scroll-snap-align:start;transition:color .18s ease,border-color .18s ease}.eco-subnav-tab[data-astro-cid-i2ragbg3]:hover{color:#0f766e}.eco-subnav-tab[data-astro-cid-i2ragbg3].is-active{color:#030f1a;border-bottom-color:#0f766e}.eco-subnav-badge[data-astro-cid-i2ragbg3]{font-size:9.5px;font-weight:800;letter-spacing:.08em;padding:3px 7px;border-radius:999px;background:transparent;border:1.5px solid #0F766E;color:#0f766e;line-height:1}.eco-subnav-tab[data-astro-cid-i2ragbg3].is-active .eco-subnav-badge[data-astro-cid-i2ragbg3]{border-color:#030f1a;color:#030f1a}@media (max-width: 640px){.eco-subnav-tab[data-astro-cid-i2ragbg3]{padding:11px 12px;font-size:11.5px;letter-spacing:.05em}}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.eco-notify-modal{position:fixed;inset:0;z-index:10001;display:flex;align-items:center;justify-content:center;padding:24px}.eco-notify-modal[hidden]{display:none!important}.eco-notify-backdrop{position:absolute;inset:0;background:#030f1a8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:ecoNotifyFade .25s ease-out both}.eco-notify-card{position:relative;width:100%;max-width:420px;background:linear-gradient(180deg,#fffcf5,#fdf8f0);border-radius:22px;box-shadow:0 30px 80px -20px #030f1a59;padding:38px 32px 32px;text-align:center;animation:ecoNotifyPop .32s cubic-bezier(.34,1.56,.64,1) both;border:1px solid rgba(15,118,110,.12)}.eco-notify-close{position:absolute;top:14px;right:14px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:50%;color:#030f1a73;cursor:pointer;transition:background .2s ease,color .2s ease}.eco-notify-close:hover{background:#0f766e14;color:#0f766e}.eco-notify-eyebrow{font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:#0f766e;font-weight:700;margin:0 0 8px}.eco-notify-title{font-family:Playfair Display,Georgia,serif;font-size:28px;line-height:1.15;color:#030f1a;margin:0 0 14px;font-weight:700;letter-spacing:-.01em}.eco-notify-body{font-size:14.5px;line-height:1.55;color:#030f1ab3;margin:0 0 22px}.eco-notify-product{color:#0f766e;font-weight:600}.eco-notify-form{display:flex;flex-direction:column;gap:12px;text-align:left}.eco-notify-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:#030f1a8c}.eco-notify-input{width:100%;padding:14px 16px;border-radius:12px;border:1.5px solid rgba(3,15,26,.12);background:#fff;font-size:15px;color:#030f1a;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.eco-notify-input:focus{outline:none;border-color:#0f766e;box-shadow:0 0 0 4px #0f766e1f}.eco-notify-error{font-size:13px;color:#b91c1c;margin:-4px 0 0}.eco-notify-submit{margin-top:4px;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:15px 20px;border-radius:12px;background:linear-gradient(135deg,#0f766e,#115e59);color:#fff;border:0;font-weight:700;font-size:15px;letter-spacing:.01em;cursor:pointer;transition:transform .18s ease,box-shadow .2s ease,filter .2s ease;box-shadow:0 10px 24px -8px #0f766e73;font-family:inherit}.eco-notify-submit:hover{transform:translateY(-1px);filter:brightness(1.05)}.eco-notify-submit:disabled{opacity:.65;cursor:wait;transform:none}.eco-notify-fineprint{margin:14px 0 0;font-size:12px;color:#030f1a80;text-align:center;line-height:1.5}.eco-notify-success{text-align:center}.eco-notify-check{width:60px;height:60px;margin:4px auto 18px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f766e,#115e59);color:#fff;border-radius:50%;box-shadow:0 10px 24px -8px #0f766e73;animation:ecoNotifyPop .45s cubic-bezier(.34,1.56,.64,1) both}.eco-notify-success-title{font-family:Playfair Display,Georgia,serif;font-size:22px;margin:0 0 8px;color:#030f1a;font-weight:700}.eco-notify-success-body{font-size:14px;color:#030f1aa6;margin:0;line-height:1.55}.eco-notify-success-body span{color:#0f766e;font-weight:600}@keyframes ecoNotifyFade{0%{opacity:0}to{opacity:1}}@keyframes ecoNotifyPop{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion: reduce){.eco-notify-backdrop,.eco-notify-card,.eco-notify-check{animation:none}}
