
.odo-trigger{position:fixed;right:22px;bottom:22px;z-index:99998;border:1px solid #d5dfdb;background:#fff;color:#173f38;padding:10px 15px;border-radius:999px;box-shadow:0 8px 26px rgba(18,55,48,.13);font:800 11px/1 system-ui,sans-serif;letter-spacing:.04em;cursor:pointer}
.odo-trigger:hover,.odo-trigger:focus-visible{background:#173f38;color:#fff;outline:3px solid rgba(23,63,56,.18);outline-offset:2px}
.odo-backdrop{position:fixed;inset:0;z-index:99998;background:rgba(14,25,22,.42);backdrop-filter:blur(2px)}
.odo-dialog{position:fixed;right:22px;bottom:74px;z-index:99999;width:min(430px,calc(100vw - 28px));max-height:calc(100vh - 100px);overflow:auto;background:#fff;border:1px solid #d9e2de;box-shadow:0 18px 55px rgba(12,38,33,.25);padding:22px}
.odo-dialog-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}
.odo-dialog-head span{font:800 9px/1.2 system-ui,sans-serif;letter-spacing:.12em;color:#9a7c46}
.odo-dialog-head h2{font:500 27px/1.15 Georgia,"Times New Roman",serif;color:#173f38;margin:5px 0 0}
.odo-close{border:0;background:none;font-size:28px;line-height:1;color:#5e7069;cursor:pointer;padding:0 3px}
.odo-dialog fieldset{border:0;padding:0;margin:0 0 16px}
.odo-dialog legend,.odo-field>span{display:block;margin-bottom:8px;font:700 12px/1.35 system-ui,sans-serif;color:#31453f}
.odo-rating{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}
.odo-rating input{position:absolute;opacity:0;pointer-events:none}
.odo-rating span{display:grid;place-items:center;height:42px;border:1px solid #d8e1dd;background:#fafcfb;color:#173f38;font:800 13px/1 system-ui,sans-serif;cursor:pointer}
.odo-rating input:checked+span{background:#173f38;color:#fff;border-color:#173f38}
.odo-rating input:focus-visible+span{outline:3px solid rgba(23,63,56,.2);outline-offset:2px}
.odo-field{display:block;margin:0 0 15px}
.odo-field small{font-weight:500;color:#75847f}
.odo-field select,.odo-field textarea{width:100%;box-sizing:border-box;border:1px solid #d8e1dd;background:#fff;color:#2f403a;padding:10px 11px;font:400 13px/1.5 system-ui,sans-serif;border-radius:0}
.odo-field textarea{resize:vertical}
.odo-field select:focus,.odo-field textarea:focus{outline:3px solid rgba(23,63,56,.16);border-color:#173f38}
.odo-check{display:flex;gap:9px;align-items:flex-start;margin:4px 0 17px;color:#5f706a;font:400 11px/1.5 system-ui,sans-serif}
.odo-check input{margin-top:2px}
.odo-actions{display:flex;align-items:center;gap:12px}
.odo-actions button{border:0;background:#173f38;color:#fff;padding:11px 16px;font:800 11px/1 system-ui,sans-serif;cursor:pointer}
.odo-status{color:#60716b;font:600 11px/1.35 system-ui,sans-serif}
.odo-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important}
@media(max-width:620px){.odo-trigger{right:12px;bottom:12px}.odo-dialog{left:12px;right:12px;bottom:62px;width:auto}.odo-backdrop{backdrop-filter:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}

/* 1.0.1 – publiczny moduł opinii, domyślnie wyłączony */
.odo-testimonials{max-width:1180px;margin:50px auto;padding:0 22px}
.odo-testimonials-head{margin-bottom:22px}
.odo-testimonials-head>span{font:800 9px/1.2 system-ui,sans-serif;letter-spacing:.12em;color:#9a7c46}
.odo-testimonials-head h2{font:500 clamp(28px,4vw,42px)/1.12 Georgia,"Times New Roman",serif;color:#173f38;margin:6px 0 0}
.odo-testimonials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.odo-testimonial{border:1px solid #dce5e1;background:#fff;padding:20px}
.odo-testimonial blockquote{margin:0 0 16px;color:#44564f;font:400 14px/1.7 Georgia,"Times New Roman",serif;text-align:justify;hyphens:auto}
.odo-testimonial footer{color:#7b8984;font:700 10px/1.3 system-ui,sans-serif;text-transform:uppercase;letter-spacing:.05em}
@media(max-width:850px){.odo-testimonials-grid{grid-template-columns:1fr}}
