.shaden-review-banner{position:relative;isolation:isolate;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin:18px 0 22px;padding:22px 24px;border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#17382f 0%,#214b3d 100%);color:#fff;box-shadow:0 18px 42px rgba(20,50,42,.17)}
.shaden-review-banner:before{content:"";position:absolute;inset:1px;border:1px solid rgba(203,172,103,.55);border-radius:21px;pointer-events:none;z-index:-1}
.shaden-review-mark{width:58px;height:58px;object-fit:contain;filter:brightness(0) invert(1);opacity:.94}
.shaden-review-copy h2{margin:2px 0 5px;font-size:clamp(20px,2.4vw,28px);line-height:1.1;color:#fff}
.shaden-review-copy p{margin:0;max-width:680px;color:rgba(255,255,255,.78);font-size:13.5px;line-height:1.55}
.shaden-review-stars{color:#d7b56d;letter-spacing:3px;font-size:13px}
.shaden-review-action{border:0;border-radius:13px;background:#c9a75f;color:#17382f;padding:14px 18px;font-weight:900;font-size:14px;cursor:pointer;white-space:nowrap;box-shadow:0 8px 18px rgba(0,0,0,.13)}
.shaden-review-action:hover{transform:translateY(-1px);filter:brightness(1.05)}
.shaden-review-orbit{position:absolute;border:1px solid rgba(215,181,109,.18);border-radius:50%;z-index:-2}.shaden-review-orbit.one{width:180px;height:180px;right:-70px;top:-90px}.shaden-review-orbit.two{width:110px;height:110px;left:24%;bottom:-75px}
.shaden-review-open{overflow:hidden}
.shaden-review-overlay{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(9,25,21,.72);backdrop-filter:blur(6px)}
.shaden-review-modal{position:relative;width:min(520px,100%);max-height:92vh;overflow:auto;border-radius:24px;background:#f7f3eb;color:#22322d;padding:26px;box-shadow:0 30px 90px rgba(0,0,0,.36)}
.shaden-review-close{position:absolute;right:16px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:#e9e1d5;color:#284039;font-size:26px;line-height:1;cursor:pointer}
.shaden-review-modal-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:#17382f;margin-bottom:14px}.shaden-review-modal-mark img{width:31px;height:31px;filter:brightness(0) invert(1)}
.shaden-review-modal h2{margin:0;font-size:26px;line-height:1.15;color:#17382f}.shaden-review-lead{margin:8px 0 20px;color:#746f67;line-height:1.5}
.shaden-review-rating{border:0;padding:0;margin:0 0 18px}.shaden-review-rating legend{font-size:13px;font-weight:800;margin-bottom:8px}
.shaden-review-star-buttons{display:flex;gap:5px}.shaden-review-star-buttons button{border:0;background:transparent;color:#cfc4b2;font-size:34px;line-height:1;cursor:pointer;padding:2px}.shaden-review-star-buttons button.active{color:#c9a75f}
#shaden-review-form>label{display:block;margin:13px 0 0;font-size:13px;font-weight:800;color:#2f413b}#shaden-review-form>label>span{font-weight:500;color:#91897e}
#shaden-review-form input[type=text],#shaden-review-form input[name=name],#shaden-review-form input[name=phone],#shaden-review-form textarea{box-sizing:border-box;width:100%;margin-top:7px;border:1px solid #d8cfc1;border-radius:12px;background:#fff;color:#22322d;padding:12px 13px;font:inherit;outline:none}
#shaden-review-form textarea{resize:vertical;min-height:104px}#shaden-review-form input:focus,#shaden-review-form textarea:focus{border-color:#c9a75f;box-shadow:0 0 0 3px rgba(201,167,95,.13)}
.shaden-review-consent{display:flex!important;align-items:flex-start;gap:9px;font-weight:600!important;line-height:1.4}.shaden-review-consent input{margin-top:2px}
.shaden-review-submit{width:100%;margin-top:18px;border:0;border-radius:13px;background:#17382f;color:#fff;padding:14px;font-weight:900;font-size:15px;cursor:pointer}.shaden-review-submit:disabled{opacity:.6;cursor:wait}
.shaden-review-error{margin-top:12px;padding:10px 11px;border-radius:10px;background:#fde9e5;color:#a72d26;font-size:12.5px;font-weight:750}.shaden-review-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important}
.shaden-review-success{text-align:center;padding:28px 10px 14px}.shaden-review-success div{width:64px;height:64px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:#17382f;color:#d7b56d;font-size:30px}.shaden-review-success strong{display:block;font-size:20px;color:#17382f}
@media(max-width:760px){.shaden-review-banner{grid-template-columns:auto 1fr;gap:13px;margin:14px 0 18px;padding:18px;border-radius:18px}.shaden-review-mark{width:46px;height:46px}.shaden-review-action{grid-column:1/-1;width:100%;padding:13px}.shaden-review-copy h2{font-size:20px}.shaden-review-modal{padding:22px 18px;border-radius:20px}.shaden-review-modal h2{font-size:23px}}
@media(prefers-reduced-motion:no-preference){.shaden-review-action{transition:transform .18s ease,filter .18s ease}.shaden-review-overlay{animation:shadenReviewFade .18s ease}.shaden-review-modal{animation:shadenReviewRise .22s ease}}@keyframes shadenReviewFade{from{opacity:0}to{opacity:1}}@keyframes shadenReviewRise{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}