/* Source: guests/partials/hero-cover-editor.blade.php */
.root-hero-cover__trigger { z-index: 999 !important; }
/* Source: guests/partials/hero-cover-editor.blade.php */
.root-hero-cover--custom{isolation:isolate}.root-hero-cover__image{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover}.root-hero-cover--custom>.page-hero__background{display:none!important}.root-hero-cover--custom>.page-hero__overlay,.root-hero-cover--custom>.faq-hero__pattern{z-index:1}.root-hero-cover--custom>.page-hero__inner,.root-hero-cover--custom>.hero-inner{position:relative;z-index:2}.root-hero-cover__trigger{position:absolute;z-index:5;right:24px;bottom:22px;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid rgba(255,255,255,.56);border-radius:10px;background:rgba(7,28,36,.76);backdrop-filter:blur(8px);color:#fff;font-size:13px;font-weight:700;box-shadow:0 6px 20px rgba(0,0,0,.2);cursor:pointer}.root-hero-cover__trigger:hover{border-color:#e0ad55;background:#0b2430;color:#fff}.root-hero-cover-modal{position:fixed;z-index:99999;inset:0;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(6,22,28,.72)}.root-hero-cover-modal.is-open{display:flex}.root-hero-cover-dialog{width:min(100%,900px);max-height:92vh;overflow:auto;padding:24px;border-radius:18px;background:#fffdfa;box-shadow:0 24px 70px rgba(0,0,0,.3)}.root-hero-cover-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.root-hero-cover-head h2{margin:0;color:#0b2430;font-size:24px}.root-hero-cover-head p{margin:3px 0 0;color:#6d746e;font-size:13px}.root-hero-cover-close{width:38px;height:38px;border:1px solid #ded8cb;border-radius:50%;background:#fff;color:#253a3b;font-size:18px;cursor:pointer}.root-hero-cover-picker{display:flex;align-items:center;justify-content:center;min-height:58px;margin-bottom:14px;padding:10px;border:1px dashed #c8b990;border-radius:12px;background:#fff8ec;color:#765314;font-weight:700;cursor:pointer}.root-hero-cover-picker input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.root-hero-cover-stage{display:none;height:min(52vw,460px);min-height:260px;overflow:hidden;border-radius:12px;background:#edf0ec}.root-hero-cover-stage.is-ready{display:block}.root-hero-cover-stage img{display:block;max-width:100%}.root-hero-cover-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.root-hero-cover-actions button{min-height:42px;padding:0 16px;border:0;border-radius:9px;font-weight:700;cursor:pointer}.root-hero-cover-cancel{background:#edf0eb;color:#35443c}.root-hero-cover-save{background:#0d665e;color:#fff}.root-hero-cover-save:disabled{opacity:.55;cursor:wait}.root-hero-cover-note{margin:11px 0 0;color:#687773;font-size:12px}.root-hero-cover-error{min-height:20px;margin:10px 0 0;color:#b94242;font-size:13px}@media(max-width:680px){.root-hero-cover__trigger{right:14px;bottom:14px;padding:8px 11px;font-size:12px}.root-hero-cover-dialog{padding:18px}.root-hero-cover-stage{height:58vw;min-height:220px}.root-hero-cover-actions button{flex:1}}
