.dc-room-finder{position:relative;overflow:hidden;margin-top:34px;padding:clamp(24px,4vw,40px);border:1px solid #d8e4e8;border-radius:22px;background:linear-gradient(135deg,#062d42 0%,#0e5266 58%,#157488 100%);box-shadow:0 18px 46px rgba(8,41,61,.16);color:#fff}
.dc-room-finder:after{content:"";position:absolute;right:-90px;top:-110px;width:280px;height:280px;border:1px solid rgba(255,255,255,.16);border-radius:50%;box-shadow:0 0 0 34px rgba(255,255,255,.035),0 0 0 70px rgba(255,255,255,.025);pointer-events:none}
.dc-room-finder__content{position:relative;z-index:1;width:100%;max-width:920px;margin:0 auto;text-align:center}
.dc-room-finder__kicker{margin:0 0 8px;color:#f0ce84;font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.dc-room-finder h2{max-width:760px;margin:0 auto;color:#fff;font:600 clamp(1.65rem,3vw,2.5rem)/1.15 Georgia,serif}
.dc-room-finder__intro{max-width:780px;margin:12px auto 0;color:#e8f4f6;line-height:1.65}
.dc-room-finder__form{display:grid;grid-template-columns:minmax(180px,360px) auto;justify-content:center;gap:12px;align-items:end;margin-top:24px;text-align:left}
.dc-room-finder__field{display:grid;gap:7px}
.dc-room-finder__field label{color:#fff;font-weight:800}
.dc-room-finder__field input{box-sizing:border-box;width:100%;min-height:50px;padding:12px 15px;border:2px solid rgba(255,255,255,.7);border-radius:10px;background:#fff;color:#102f3a;font:700 1rem Arial,sans-serif;outline:none}
.dc-room-finder__field input:focus{border-color:#f1ce84;box-shadow:0 0 0 4px rgba(241,206,132,.24)}
.dc-room-finder__button{min-height:50px;padding:12px 20px;border:0;border-radius:999px;background:#e1bc6c;color:#08293d;font-weight:800;cursor:pointer}
.dc-room-finder__button:hover,.dc-room-finder__button:focus-visible{background:#f2d18a;transform:translateY(-1px)}
.dc-room-finder__examples{margin:10px 0 0;color:#cfe7ec;font-size:.92rem}
.dc-room-finder__result{min-height:24px;margin:18px 0 0;padding:15px 18px;border-left:5px solid #e1bc6c;border-radius:8px;background:#fff;color:#173844;line-height:1.55;text-align:left}
.dc-room-finder__result:empty{display:none}
.dc-room-finder__result a{color:#075d77;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.dc-room-finder__result strong{color:#08293d}
@media(max-width:640px){.dc-room-finder__form{grid-template-columns:1fr}.dc-room-finder__button{width:100%}}
