/* Versora Booking & Communication — unified frontend asset, module version 1 */

/* ---- migrated from public.css; canonical asset is need-help.css ---- */
:root{--snh-yellow:#ffb800;--snh-yellow-2:#ffd34e;--snh-ink:#0d0f14;--snh-panel:#17191f;--snh-panel-2:#22252c;--snh-line:rgba(255,255,255,.1);--snh-text:#f7f7f8;--snh-muted:#aeb2bc;--snh-radius:24px}.snh-modal-open{overflow:hidden}.snh-widget,.snh-widget *{box-sizing:border-box}.snh-widget{position:fixed;z-index:99980;bottom:var(--snh-bottom-offset);width:var(--snh-desktop-width);line-height:0;filter:drop-shadow(0 16px 30px rgba(0,0,0,.24));isolation:isolate}.snh-widget--left{left:var(--snh-side-offset)}.snh-widget--right{right:var(--snh-side-offset)}.snh-widget[hidden]{display:none!important}.snh-widget__open{display:block;width:100%;height:auto;margin:0;padding:0;border:0!important;outline:0;background:transparent!important;cursor:pointer;line-height:0;appearance:none}.snh-widget__open img{display:block;width:100%;height:auto;margin:0;padding:0;border:0!important;border-radius:0!important;box-shadow:none!important;outline:0;object-fit:contain}.snh-widget__open:focus-visible{outline:3px solid var(--snh-yellow)!important;outline-offset:5px;border-radius:12px}.snh-widget__close{position:absolute;z-index:3;top:3.2%;right:3.1%;width:8.6%;aspect-ratio:1;border:0;border-radius:50%;padding:0;background:transparent;cursor:pointer;color:transparent}.snh-widget__close:focus-visible{outline:3px solid #fff;outline-offset:2px}.snh-modal[hidden]{display:none!important}.snh-modal{position:fixed;z-index:99999;inset:0;display:grid;place-items:center;padding:24px;visibility:hidden;opacity:0;transition:opacity .22s ease,visibility .22s ease}.snh-modal.is-open{visibility:visible;opacity:1}.snh-modal__backdrop{position:absolute;inset:0;background:rgba(5,6,9,.78);backdrop-filter:blur(10px)}.snh-modal__dialog{position:relative;width:min(940px,100%);max-height:min(880px,calc(100vh - 32px));overflow:auto;border:1px solid rgba(255,184,0,.22);border-radius:28px;background:linear-gradient(145deg,#16181e,#0d0f14);box-shadow:0 36px 100px rgba(0,0,0,.55);color:var(--snh-text)}.snh-modal__close{position:absolute;z-index:5;top:18px;right:18px;width:42px;height:42px;border:1px solid var(--snh-line);border-radius:50%;background:#24272e;color:#fff;font:400 28px/1 sans-serif;cursor:pointer}.snh-inline-booking{max-width:980px;margin:40px auto;border-radius:28px;background:#101218;color:#fff;overflow:hidden}.snh-booking{padding:clamp(24px,4vw,52px);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--snh-text)}.snh-booking *{box-sizing:border-box}.snh-booking__header{max-width:720px;padding-right:50px}.snh-booking__eyebrow{display:block;margin-bottom:10px;color:var(--snh-yellow);font-size:12px;font-weight:800;letter-spacing:.16em}.snh-booking h2{margin:0 0 12px;color:#fff;font-size:clamp(34px,5vw,64px);line-height:.96;letter-spacing:-.045em}.snh-booking__header p{margin:0;color:var(--snh-muted);font-size:16px;line-height:1.75}.snh-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:34px 0;padding:0;list-style:none}.snh-progress li{display:flex;align-items:center;gap:9px;padding:12px 14px;border:1px solid var(--snh-line);border-radius:14px;color:#8f949f;font-size:13px;font-weight:700}.snh-progress span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#292c34;color:#fff}.snh-progress .is-active{border-color:rgba(255,184,0,.5);background:rgba(255,184,0,.08);color:#fff}.snh-progress .is-active span,.snh-progress .is-complete span{background:var(--snh-yellow);color:#111}.snh-step{animation:snhFade .22s ease}.snh-step[hidden]{display:none!important}.snh-meeting-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.snh-meeting-card{position:relative;display:flex;min-height:190px;flex-direction:column;padding:22px;border:1px solid var(--snh-line);border-radius:20px;background:var(--snh-panel-2);cursor:pointer;transition:.2s ease}.snh-meeting-card:hover{transform:translateY(-2px);border-color:rgba(255,184,0,.42)}.snh-meeting-card input{position:absolute;opacity:0;pointer-events:none}.snh-meeting-card:has(input:checked){border-color:var(--snh-yellow);background:linear-gradient(145deg,rgba(255,184,0,.12),#22252c)}.snh-meeting-card__check{position:absolute;top:15px;right:15px;display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:#30333a;color:transparent;font-weight:900}.snh-meeting-card:has(input:checked) .snh-meeting-card__check{background:var(--snh-yellow);color:#111}.snh-meeting-card strong{padding-right:28px;color:#fff;font-size:18px;line-height:1.25}.snh-meeting-card>span:not(.snh-meeting-card__check){margin-top:12px;color:var(--snh-muted);font-size:14px;line-height:1.55}.snh-meeting-card small{margin-top:auto;padding-top:18px;color:var(--snh-yellow);font-weight:800}.snh-loading,.snh-empty{display:flex;min-height:180px;align-items:center;justify-content:center;gap:12px;border:1px dashed var(--snh-line);border-radius:20px;color:var(--snh-muted)}.snh-loading span{width:20px;height:20px;border:2px solid rgba(255,255,255,.2);border-top-color:var(--snh-yellow);border-radius:50%;animation:snhSpin .8s linear infinite}.snh-timezone{margin-bottom:14px;color:var(--snh-muted);font-size:13px}.snh-date{margin-bottom:10px;border:1px solid var(--snh-line);border-radius:16px;background:var(--snh-panel);overflow:hidden}.snh-date.is-open{border-color:rgba(255,184,0,.28)}.snh-date__toggle{display:flex;width:100%;align-items:center;justify-content:space-between;padding:17px 20px;border:0;background:transparent;color:#fff;font:700 15px/1.2 inherit;text-align:left;cursor:pointer}.snh-date__toggle b{color:var(--snh-yellow);font-size:22px;font-weight:400}.snh-date__slots{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;padding:0 16px 16px}.snh-slot{cursor:pointer}.snh-slot input{position:absolute;opacity:0}.snh-slot span{display:block;padding:13px 9px;border:1px solid var(--snh-line);border-radius:12px;background:#24272e;color:#fff;text-align:center;font-weight:800}.snh-slot small{color:var(--snh-muted);font-weight:500}.snh-slot:hover span,.snh-slot.is-selected span{border-color:var(--snh-yellow);background:var(--snh-yellow);color:#111}.snh-slot.is-selected small{color:#3a2a00}.snh-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.snh-fields label{display:grid;gap:8px}.snh-fields label>span{color:#e9e9ec;font-size:13px;font-weight:800}.snh-field--full{grid-column:1/-1}.snh-booking input[type=text],.snh-booking input[type=email],.snh-booking input[type=tel],.snh-booking textarea,.snh-booking select{width:100%;min-height:52px;padding:13px 15px;border:1px solid var(--snh-line);border-radius:13px;outline:0;background:#22252c;color:#fff;font:inherit}.snh-booking textarea{min-height:130px;resize:vertical}.snh-booking input:focus,.snh-booking textarea:focus{border-color:var(--snh-yellow);box-shadow:0 0 0 3px rgba(255,184,0,.12)}.snh-review{border:1px solid var(--snh-line);border-radius:20px;background:var(--snh-panel);overflow:hidden}.snh-review dl{display:grid;grid-template-columns:1fr 1fr;margin:0}.snh-review dl>div{padding:18px 20px;border-right:1px solid var(--snh-line);border-bottom:1px solid var(--snh-line)}.snh-review dl>div:nth-child(even){border-right:0}.snh-review .is-wide{grid-column:1/-1;border-right:0}.snh-review dt{margin-bottom:6px;color:var(--snh-muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.snh-review dd{margin:0;color:#fff;font-size:15px;line-height:1.5}.snh-consent{display:flex;gap:10px;margin-top:18px;color:var(--snh-muted);font-size:13px;line-height:1.5}.snh-consent input{margin-top:2px;accent-color:var(--snh-yellow)}.snh-form__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:28px}.snh-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:12px 22px;border:1px solid transparent;border-radius:13px;font:800 14px/1 inherit;text-decoration:none;cursor:pointer}.snh-button--primary{background:linear-gradient(135deg,var(--snh-yellow-2),var(--snh-yellow));color:#111}.snh-button--secondary{border-color:var(--snh-line);background:#282b32;color:#fff}.snh-button:disabled{opacity:.55;cursor:wait}.snh-form__error{margin-top:18px;padding:13px 15px;border:1px solid rgba(255,86,86,.35);border-radius:12px;background:rgba(255,86,86,.09);color:#ffb6b6}.snh-step--success{text-align:center}.snh-success-icon{display:grid;width:72px;height:72px;margin:10px auto 22px;place-items:center;border-radius:50%;background:var(--snh-yellow);color:#111;font-size:36px;font-weight:900}.snh-step--success h3{margin:0 0 10px;color:#fff;font-size:34px}.snh-step--success p{color:var(--snh-muted)}.snh-reference{font-weight:800;color:#fff!important}.snh-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}@keyframes snhSpin{to{transform:rotate(360deg)}}@keyframes snhFade{from{opacity:.3;transform:translateY(6px)}to{opacity:1;transform:none}}@media(max-width:760px){.snh-widget{width:var(--snh-mobile-width);bottom:max(12px,var(--snh-bottom-offset))}.snh-widget--left{left:max(8px,var(--snh-side-offset))}.snh-widget--right{right:max(8px,var(--snh-side-offset))}.snh-modal{padding:0;place-items:end center}.snh-modal__dialog{width:100%;max-height:94vh;border-radius:26px 26px 0 0}.snh-booking{padding:26px 18px 30px}.snh-booking__header{padding-right:40px}.snh-booking h2{font-size:40px}.snh-progress{grid-template-columns:repeat(4,1fr)}.snh-progress li{justify-content:center;padding:8px;font-size:0}.snh-progress span{font-size:12px}.snh-meeting-grid{grid-template-columns:1fr}.snh-meeting-card{min-height:145px}.snh-date__slots{grid-template-columns:repeat(2,1fr)}.snh-fields{grid-template-columns:1fr}.snh-field--full{grid-column:auto}.snh-review dl{grid-template-columns:1fr}.snh-review dl>div{border-right:0}.snh-form__actions{position:sticky;bottom:-30px;margin:24px -18px -30px;padding:14px 18px 20px;background:linear-gradient(to top,#101218 78%,rgba(16,18,24,0));}.snh-button{flex:1}.snh-inline-booking{margin:20px 10px}}@media(prefers-reduced-motion:reduce){.snh-modal,.snh-meeting-card,.snh-step{transition:none;animation:none}.snh-loading span{animation-duration:1.8s}}

@media(max-width:760px){.snh-widget{width:var(--snh-mobile-width)!important;max-width:calc(100vw - 20px)!important}}

/* v3 premium floating artwork and contact flow */
.snh-widget{width:var(--snh-desktop-width);filter:none;transition:transform .22s ease,opacity .22s ease}.snh-widget:hover{transform:translateY(-3px)}.snh-widget--shadow-none .snh-widget__open{box-shadow:none}.snh-widget--shadow-soft .snh-widget__open{box-shadow:0 14px 36px rgba(0,0,0,.28)}.snh-widget--shadow-strong .snh-widget__open{box-shadow:0 28px 65px rgba(0,0,0,.5),0 0 0 1px rgba(255,184,0,.04)}.snh-widget__open{position:relative;display:block;width:100%;aspect-ratio:1/1;margin:0;padding:0;border:var(--snh-border-width) solid var(--snh-border-color)!important;border-radius:var(--snh-radius)!important;background:#0c0e13!important;overflow:hidden;cursor:pointer;line-height:0;appearance:none}.snh-widget__media{display:block;width:100%;height:100%;overflow:hidden;border-radius:calc(var(--snh-radius) - var(--snh-border-width))}.snh-widget__open img{display:block;width:100%;height:100%;max-width:none;margin:0;padding:0;border:0!important;border-radius:0!important;box-shadow:none!important;outline:0;object-fit:var(--snh-image-fit);object-position:var(--snh-object-x) var(--snh-object-y);transform:scale(var(--snh-image-zoom));transform-origin:var(--snh-object-x) var(--snh-object-y);transition:transform .25s ease}.snh-widget__open:hover img{transform:scale(calc(var(--snh-image-zoom) + .018))}.snh-widget__open:focus-visible{outline:3px solid var(--snh-yellow)!important;outline-offset:5px;border-radius:var(--snh-radius)!important}.snh-widget__close{position:absolute;z-index:4;padding:0;cursor:pointer}.snh-widget--close-embedded .snh-widget__close{top:4.5%;right:4.4%;width:10.3%;aspect-ratio:1;border:0;background:transparent;color:transparent}.snh-widget--close-embedded .snh-widget__close span{display:none}.snh-widget--close-system .snh-widget__close{top:-11px;right:-11px;display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:#15171c;color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.34);font:400 22px/1 sans-serif}.snh-widget__close:focus-visible{outline:3px solid #fff;outline-offset:2px}.snh-contact-note{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px;padding:16px 18px;border:1px solid rgba(255,184,0,.18);border-radius:15px;background:linear-gradient(135deg,rgba(255,184,0,.09),rgba(255,255,255,.025))}.snh-contact-note:before{content:"↗";display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border-radius:10px;background:var(--snh-yellow);color:#111;font-weight:900}.snh-contact-note strong,.snh-contact-note span{display:block}.snh-contact-note strong{color:#fff;font-size:14px}.snh-contact-note span{margin-top:4px;color:var(--snh-muted);font-size:13px;line-height:1.55}.snh-booking select:focus{border-color:var(--snh-yellow);box-shadow:0 0 0 3px rgba(255,184,0,.12)}.snh-success-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:22px}.snh-success-actions .snh-button{min-width:180px}.snh-step--success h3{font-size:clamp(28px,5vw,38px)}@media(max-width:760px){.snh-widget{width:var(--snh-mobile-width)!important;max-width:calc(100vw - 20px)!important}.snh-widget:hover{transform:none}.snh-contact-note{padding:14px}.snh-success-actions{flex-direction:column}.snh-success-actions .snh-button{width:100%}}

/* v3.0.1 visibility and image-loading hotfix */
html.snh-widget-persist-hidden .snh-widget{display:none!important}
.snh-widget.is-dismissing{opacity:0!important;transform:translateY(10px) scale(.98)!important;pointer-events:none!important}
.snh-widget__media{background:#0c0e13}
.snh-widget__media:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,#0c0e13 20%,#171a20 42%,#0c0e13 64%);background-size:220% 100%;animation:snhArtworkLoading 1.1s linear infinite;opacity:.6;pointer-events:none}
.snh-widget.is-image-ready .snh-widget__media:before{opacity:0;animation:none;transition:opacity .18s ease}
.snh-widget.is-image-error .snh-widget__media:after{content:"رزرو و ارتباط";position:absolute;inset:0;display:grid;place-items:center;padding:24px;color:#ffb800;font:800 24px/1.1 Inter,Arial,sans-serif;text-align:center}
@keyframes snhArtworkLoading{to{background-position:-220% 0}}
@media(prefers-reduced-motion:reduce){.snh-widget__media:before{animation:none}}

/* v3.1.0 interactive calendar date picker */
.snh-calendar{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:linear-gradient(145deg,#191c22,#121419);box-shadow:0 18px 50px rgba(0,0,0,.22)}
.snh-calendar__toolbar{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.018)}
.snh-calendar__month{color:#fff;font-size:18px;font-weight:850;line-height:1.2;text-align:center;letter-spacing:-.02em}
.snh-calendar__nav{display:grid;width:42px;height:42px;margin:0;padding:0;place-items:center;border:1px solid rgba(255,255,255,.11);border-radius:12px;background:#25282f;color:#fff;font:500 28px/1 Arial,sans-serif;cursor:pointer;appearance:none;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}
.snh-calendar__nav:hover:not(:disabled){border-color:rgba(255,184,0,.58);background:rgba(255,184,0,.12);color:var(--snh-yellow);transform:translateY(-1px)}
.snh-calendar__nav:focus-visible,.snh-calendar__day:focus-visible,.snh-calendar__times-head button:focus-visible{outline:3px solid rgba(255,184,0,.35);outline-offset:2px}
.snh-calendar__nav:disabled{opacity:.25;cursor:not-allowed}
.snh-calendar__weekdays,.snh-calendar__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}
.snh-calendar__weekdays{padding:17px 18px 8px}
.snh-calendar__weekdays span{color:#7f8490;font-size:10px;font-weight:900;text-align:center;text-transform:uppercase;letter-spacing:.08em}
.snh-calendar__grid{padding:6px 18px 18px}
.snh-calendar__blank{min-height:56px}
.snh-calendar__day{position:relative;display:grid;min-width:0;min-height:56px;margin:0;padding:7px;place-items:center;border:1px solid transparent;border-radius:14px;background:transparent;color:#717681;font:750 14px/1 Inter,ui-sans-serif,sans-serif;cursor:default;appearance:none;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}
.snh-calendar__day span{position:relative;z-index:1}
.snh-calendar__day.is-unavailable{opacity:.42}
.snh-calendar__day.is-available{border-color:rgba(255,255,255,.1);background:#24272e;color:#f5f6f7;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}
.snh-calendar__day.is-available:hover{z-index:2;border-color:rgba(255,184,0,.58);background:rgba(255,184,0,.11);color:#fff;transform:translateY(-2px);box-shadow:0 9px 22px rgba(0,0,0,.24)}
.snh-calendar__day.is-selected{border-color:var(--snh-yellow);background:linear-gradient(145deg,var(--snh-yellow-2),var(--snh-yellow));color:#111;box-shadow:0 8px 22px rgba(255,184,0,.2)}
.snh-calendar__day.is-today:after{content:"";position:absolute;inset:5px;border:1px solid rgba(255,184,0,.56);border-radius:10px;pointer-events:none}
.snh-calendar__day.is-selected:after{border-color:rgba(17,17,17,.28)}
.snh-calendar__day i{position:absolute;right:7px;bottom:7px;width:5px;height:5px;border-radius:50%;background:var(--snh-yellow);box-shadow:0 0 0 3px rgba(255,184,0,.08)}
.snh-calendar__day.is-selected i{background:#111;box-shadow:none}
.snh-calendar__hint{margin:0;padding:16px 18px 19px;border-top:1px solid rgba(255,255,255,.07);color:var(--snh-muted);font-size:13px;line-height:1.55;text-align:center}
.snh-calendar__times[hidden],.snh-calendar__hint[hidden]{display:none!important}
.snh-calendar__times{border-top:1px solid rgba(255,184,0,.2);background:linear-gradient(180deg,rgba(255,184,0,.05),rgba(255,255,255,.01))}
.snh-calendar__times-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px 14px}
.snh-calendar__times-head div{min-width:0}
.snh-calendar__times-head span,.snh-calendar__times-head strong{display:block}
.snh-calendar__times-head span{margin-bottom:5px;color:var(--snh-yellow);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.11em}
.snh-calendar__times-head strong{overflow:hidden;color:#fff;font-size:16px;font-weight:850;line-height:1.35;text-overflow:ellipsis}
.snh-calendar__times-head button{flex:0 0 auto;margin:0;padding:8px 11px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#25282f;color:#d9dbe0;font:750 11px/1.1 Inter,ui-sans-serif,sans-serif;cursor:pointer;appearance:none}
.snh-calendar__times-head button:hover{border-color:rgba(255,184,0,.45);color:var(--snh-yellow)}
.snh-calendar__slots{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:0 20px 20px}
.snh-calendar__slots .snh-slot{position:relative;min-width:0}
.snh-calendar__slots .snh-slot span{display:flex;min-height:68px;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:10px 8px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:#24272e;color:#fff;text-align:center;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}
.snh-calendar__slots .snh-slot strong{font-size:15px;font-weight:900;line-height:1}
.snh-calendar__slots .snh-slot small{color:#969ba6;font-size:10px;font-weight:650;line-height:1.15}
.snh-calendar__slots .snh-slot:hover span{border-color:rgba(255,184,0,.58);background:rgba(255,184,0,.1);transform:translateY(-2px)}
.snh-calendar__slots .snh-slot.is-selected span{border-color:var(--snh-yellow);background:linear-gradient(145deg,var(--snh-yellow-2),var(--snh-yellow));color:#111;box-shadow:0 9px 22px rgba(255,184,0,.18)}
.snh-calendar__slots .snh-slot.is-selected small{color:#493600}
@media(max-width:760px){
  .snh-timezone{margin-bottom:10px;font-size:11px}
  .snh-calendar{border-radius:18px}
  .snh-calendar__toolbar{grid-template-columns:38px 1fr 38px;gap:8px;padding:12px}
  .snh-calendar__month{font-size:15px}
  .snh-calendar__nav{width:36px;height:36px;border-radius:10px;font-size:24px}
  .snh-calendar__weekdays,.snh-calendar__grid{gap:4px}
  .snh-calendar__weekdays{padding:12px 10px 5px}
  .snh-calendar__weekdays span{font-size:8px;letter-spacing:.02em}
  .snh-calendar__grid{padding:4px 10px 12px}
  .snh-calendar__blank,.snh-calendar__day{min-height:39px}
  .snh-calendar__day{padding:3px;border-radius:10px;font-size:12px}
  .snh-calendar__day.is-today:after{inset:3px;border-radius:8px}
  .snh-calendar__day i{right:4px;bottom:4px;width:4px;height:4px}
  .snh-calendar__hint{padding:13px 14px 15px;font-size:11px}
  .snh-calendar__times-head{align-items:flex-start;padding:15px 14px 12px}
  .snh-calendar__times-head strong{font-size:13px}
  .snh-calendar__times-head button{padding:7px 8px;font-size:9px}
  .snh-calendar__slots{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 14px 15px}
  .snh-calendar__slots .snh-slot span{min-height:60px;border-radius:11px}
  .snh-calendar__slots .snh-slot strong{font-size:14px}
  .snh-calendar__slots .snh-slot small{font-size:9px}
}
@media(max-width:360px){.snh-calendar__weekdays span{font-size:7px}.snh-calendar__grid{padding-inline:8px}.snh-calendar__day{font-size:11px}.snh-calendar__slots{grid-template-columns:1fr 1fr;padding-inline:10px}}

/* v3.3.0 artwork-only frame, persistent minimize state and theme conflict hardening */
.snh-widget [hidden],
.snh-booking [hidden],
.snh-form__actions [hidden],
.snh-success-actions [hidden],
.snh-is-hidden{display:none!important}

.snh-widget{
  width:var(--snh-desktop-width)!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  filter:none!important;
}
.snh-widget:hover{transform:translateY(-3px)}
.snh-widget.is-minimized,
.snh-widget-session-minimized .snh-widget{
  width:var(--snh-minimized-size)!important;
  transform:none!important;
}
.snh-widget.is-minimized:hover{transform:translateY(-2px)!important}

.snh-widget__open,
.snh-widget__open:hover,
.snh-widget__open:active,
.snh-widget__open:focus{
  display:block;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:1/1;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:var(--snh-radius)!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:inherit!important;
  line-height:0!important;
  text-decoration:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  overflow:visible!important;
}
.snh-widget__open::before,
.snh-widget__open::after{display:none!important;content:none!important}
.snh-widget__open::-moz-focus-inner{padding:0!important;border:0!important}
.snh-widget__open:focus-visible{
  outline:3px solid var(--snh-yellow)!important;
  outline-offset:5px!important;
  border-radius:var(--snh-radius)!important;
}

.snh-widget__media{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  aspect-ratio:1/1;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:var(--snh-radius)!important;
  outline:0!important;
  background:transparent!important;
  isolation:isolate;
}
.snh-widget--shadow-none .snh-widget__media{
  box-shadow:inset 0 0 0 var(--snh-border-width) var(--snh-border-color)!important;
}
.snh-widget--shadow-soft .snh-widget__media{
  box-shadow:inset 0 0 0 var(--snh-border-width) var(--snh-border-color),0 14px 36px rgba(0,0,0,.28)!important;
}
.snh-widget--shadow-strong .snh-widget__media{
  box-shadow:inset 0 0 0 var(--snh-border-width) var(--snh-border-color),0 28px 65px rgba(0,0,0,.5)!important;
}
.snh-widget__open img,
.snh-widget__open:hover img,
.snh-widget__open:focus img,
.snh-widget__open:active img{
  display:block!important;
  width:100%!important;
  min-width:100%!important;
  max-width:none!important;
  height:100%!important;
  min-height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:var(--snh-radius)!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  object-fit:var(--snh-image-fit)!important;
  object-position:var(--snh-object-x) var(--snh-object-y)!important;
  transform:scale(var(--snh-image-zoom));
  transform-origin:var(--snh-object-x) var(--snh-object-y);
}
.snh-widget__open:hover img{transform:scale(calc(var(--snh-image-zoom) + .018))}

.snh-widget__minimize,
.snh-widget__restore{
  position:absolute!important;
  z-index:8!important;
  display:grid;
  place-items:center;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  cursor:pointer!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  line-height:1!important;
  text-decoration:none!important;
}
.snh-widget__minimize::before,
.snh-widget__minimize::after,
.snh-widget__restore::before,
.snh-widget__restore::after{display:none!important;content:none!important}
.snh-widget__minimize{
  top:-12px!important;
  left:-12px!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:50%!important;
  background:#15171c!important;
  color:#fff!important;
  box-shadow:0 10px 25px rgba(0,0,0,.34)!important;
  font:700 24px/1 Arial,sans-serif!important;
}
.snh-widget__minimize:hover{background:#24272e!important;color:var(--snh-yellow)!important}
.snh-widget__restore{
  inset:0!important;
  width:var(--snh-minimized-size)!important;
  height:var(--snh-minimized-size)!important;
  min-width:var(--snh-minimized-size)!important;
  min-height:var(--snh-minimized-size)!important;
  border-radius:50%!important;
  background:linear-gradient(135deg,var(--snh-yellow-2),var(--snh-yellow))!important;
  color:#111!important;
  box-shadow:0 16px 38px rgba(0,0,0,.38)!important;
}
.snh-widget__restore:hover{transform:translateY(-2px) scale(1.025)}
.snh-widget__restore:focus-visible,
.snh-widget__minimize:focus-visible{outline:3px solid #fff!important;outline-offset:3px!important}
.snh-widget__restore svg{display:block!important;width:42%!important;height:42%!important;pointer-events:none}

.snh-widget.is-minimized .snh-widget__open,
.snh-widget.is-minimized .snh-widget__close,
.snh-widget.is-minimized .snh-widget__minimize,
.snh-widget-session-minimized .snh-widget__open,
.snh-widget-session-minimized .snh-widget__close,
.snh-widget-session-minimized .snh-widget__minimize{display:none!important}
.snh-widget.is-minimized .snh-widget__restore,
.snh-widget-session-minimized .snh-widget__restore{display:grid!important}

.snh-widget__close,
.snh-widget__close:hover,
.snh-widget__close:active,
.snh-widget__close:focus{
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  outline:0!important;
  text-decoration:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
}
.snh-widget__close::before,
.snh-widget__close::after{display:none!important;content:none!important}

@media(max-width:760px){
  .snh-widget{width:var(--snh-mobile-width)!important;max-width:calc(100vw - 20px)!important}
  .snh-widget.is-minimized,
  .snh-widget-session-minimized .snh-widget{width:var(--snh-minimized-size)!important;max-width:var(--snh-minimized-size)!important}
  .snh-widget__minimize{top:-9px!important;left:-9px!important;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;font-size:21px!important}
}

/* Extra specificity for WooCommerce and product themes that use !important button frames. */
html body.woocommerce .snh-widget button.snh-widget__open,
html body.woocommerce .snh-widget button.snh-widget__open:hover,
html body.woocommerce .snh-widget button.snh-widget__open:active,
html body.woocommerce .snh-widget button.snh-widget__open:focus,
html body.single-product .snh-widget button.snh-widget__open,
html body.single-product .snh-widget button.snh-widget__open:hover,
html body.single-product .snh-widget button.snh-widget__open:active,
html body.single-product .snh-widget button.snh-widget__open:focus{
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
}
html body.woocommerce .snh-widget button.snh-widget__open::before,
html body.woocommerce .snh-widget button.snh-widget__open::after,
html body.single-product .snh-widget button.snh-widget__open::before,
html body.single-product .snh-widget button.snh-widget__open::after{display:none!important;content:none!important}
html body.woocommerce .snh-widget button.snh-widget__open:focus-visible,
html body.single-product .snh-widget button.snh-widget__open:focus-visible{
  outline:3px solid var(--snh-yellow)!important;
  outline-offset:5px!important;
}


/* v3.3.1 compact launcher geometry + premium open-state polish */
.snh-widget{
  max-width:min(var(--snh-desktop-width),calc(100vw - (var(--snh-side-offset) * 2) - 12px))!important;
  transition:transform .24s cubic-bezier(.2,.8,.2,1),opacity .2s ease,width .24s ease,height .24s ease!important;
  will-change:transform;
}
.snh-widget:not(.is-minimized) .snh-widget__media{
  box-shadow:
    inset 0 0 0 max(1px,var(--snh-border-width)) rgba(255,255,255,.09),
    0 22px 58px rgba(0,0,0,.46),
    0 7px 18px rgba(0,0,0,.28)!important;
  transform:translateZ(0);
}
.snh-widget:not(.is-minimized) .snh-widget__media::after{
  content:""!important;
  position:absolute!important;
  z-index:3!important;
  inset:0!important;
  display:block!important;
  pointer-events:none!important;
  border-radius:inherit!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.14),transparent 24%,transparent 72%,rgba(255,184,0,.08)),
    linear-gradient(to bottom,rgba(255,255,255,.025),transparent 28%)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.055)!important;
}
.snh-widget:not(.is-minimized) .snh-widget__open:hover .snh-widget__media{
  box-shadow:
    inset 0 0 0 max(1px,var(--snh-border-width)) rgba(255,255,255,.12),
    0 28px 72px rgba(0,0,0,.52),
    0 0 34px rgba(255,184,0,.08)!important;
}
.snh-widget__minimize{
  top:12px!important;
  left:12px!important;
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:rgba(11,13,17,.72)!important;
  color:#fff!important;
  box-shadow:0 8px 24px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.08)!important;
  -webkit-backdrop-filter:blur(10px) saturate(130%)!important;
  backdrop-filter:blur(10px) saturate(130%)!important;
  font:700 22px/1 Arial,sans-serif!important;
  transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease!important;
}
.snh-widget__minimize:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(255,184,0,.55)!important;
  background:rgba(20,22,27,.92)!important;
  color:var(--snh-yellow)!important;
}
.snh-widget.is-minimized,
html.snh-widget-session-minimized .snh-widget{
  width:var(--snh-minimized-size)!important;
  min-width:var(--snh-minimized-size)!important;
  max-width:var(--snh-minimized-size)!important;
  height:var(--snh-minimized-size)!important;
  min-height:var(--snh-minimized-size)!important;
  max-height:var(--snh-minimized-size)!important;
  bottom:max(var(--snh-bottom-offset),calc(12px + env(safe-area-inset-bottom)))!important;
  overflow:visible!important;
  line-height:normal!important;
}
.snh-widget.is-minimized.snh-widget--left,
html.snh-widget-session-minimized .snh-widget--left{
  left:max(var(--snh-side-offset),calc(10px + env(safe-area-inset-left)))!important;
}
.snh-widget.is-minimized.snh-widget--right,
html.snh-widget-session-minimized .snh-widget--right{
  right:max(var(--snh-side-offset),calc(10px + env(safe-area-inset-right)))!important;
}
.snh-widget__restore{
  inset:0!important;
  overflow:hidden!important;
  border:1px solid rgba(255,213,78,.85)!important;
  background:
    radial-gradient(circle at 30% 22%,rgba(255,255,255,.55),transparent 22%),
    linear-gradient(145deg,#ffd75a 0%,#ffb800 58%,#d98a00 100%)!important;
  color:#121212!important;
  box-shadow:
    0 18px 38px rgba(0,0,0,.44),
    0 0 0 5px rgba(255,184,0,.08),
    inset 0 1px 0 rgba(255,255,255,.68),
    inset 0 -8px 18px rgba(120,65,0,.16)!important;
  transition:transform .2s cubic-bezier(.2,.8,.2,1),box-shadow .2s ease,filter .2s ease!important;
}
.snh-widget__restore::after{
  content:""!important;
  position:absolute!important;
  inset:7px!important;
  display:block!important;
  border:1px solid rgba(17,17,17,.12)!important;
  border-radius:50%!important;
  pointer-events:none!important;
}
.snh-widget__restore:hover{
  transform:translateY(-3px) scale(1.035)!important;
  filter:saturate(1.06) brightness(1.035)!important;
  box-shadow:
    0 22px 46px rgba(0,0,0,.5),
    0 0 0 7px rgba(255,184,0,.1),
    inset 0 1px 0 rgba(255,255,255,.72),
    inset 0 -8px 18px rgba(120,65,0,.14)!important;
}
.snh-widget__restore svg{
  position:relative!important;
  z-index:2!important;
  width:38%!important;
  height:38%!important;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.2));
}
@media(max-width:760px){
  .snh-widget{
    max-width:min(var(--snh-mobile-width),calc(100vw - 20px))!important;
  }
  .snh-widget__minimize{
    top:10px!important;
    left:10px!important;
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
    font-size:20px!important;
  }
  .snh-widget.is-minimized,
  html.snh-widget-session-minimized .snh-widget{
    width:var(--snh-minimized-size)!important;
    min-width:var(--snh-minimized-size)!important;
    max-width:var(--snh-minimized-size)!important;
    height:var(--snh-minimized-size)!important;
    min-height:var(--snh-minimized-size)!important;
    max-height:var(--snh-minimized-size)!important;
  }
}

/* v3.3.1 product-theme button reset for every widget control */
html body.woocommerce .snh-widget button.snh-widget__minimize,
html body.single-product .snh-widget button.snh-widget__minimize{
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.16)!important;
  outline:0!important;
  background:rgba(11,13,17,.72)!important;
  color:#fff!important;
  box-shadow:0 8px 24px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.08)!important;
  filter:none!important;
}
html body.woocommerce .snh-widget button.snh-widget__minimize:hover,
html body.single-product .snh-widget button.snh-widget__minimize:hover{
  border-color:rgba(255,184,0,.55)!important;
  background:rgba(20,22,27,.92)!important;
  color:var(--snh-yellow)!important;
}
html body.woocommerce .snh-widget button.snh-widget__restore,
html body.single-product .snh-widget button.snh-widget__restore{
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(255,213,78,.85)!important;
  outline:0!important;
  background:
    radial-gradient(circle at 30% 22%,rgba(255,255,255,.55),transparent 22%),
    linear-gradient(145deg,#ffd75a 0%,#ffb800 58%,#d98a00 100%)!important;
  color:#121212!important;
  box-shadow:
    0 18px 38px rgba(0,0,0,.44),
    0 0 0 5px rgba(255,184,0,.08),
    inset 0 1px 0 rgba(255,255,255,.68),
    inset 0 -8px 18px rgba(120,65,0,.16)!important;
  filter:none!important;
}
html body.woocommerce .snh-widget--close-embedded button.snh-widget__close,
html body.single-product .snh-widget--close-embedded button.snh-widget__close{
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
}
html body.woocommerce .snh-widget--close-system button.snh-widget__close,
html body.single-product .snh-widget--close-system button.snh-widget__close{
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.15)!important;
  outline:0!important;
  background:#15171c!important;
  color:#fff!important;
  box-shadow:0 10px 25px rgba(0,0,0,.34)!important;
  filter:none!important;
}
html body.woocommerce .snh-widget button.snh-widget__minimize::before,
html body.woocommerce .snh-widget button.snh-widget__minimize::after,
html body.woocommerce .snh-widget button.snh-widget__restore::before,
html body.single-product .snh-widget button.snh-widget__minimize::before,
html body.single-product .snh-widget button.snh-widget__minimize::after,
html body.single-product .snh-widget button.snh-widget__restore::before{
  display:none!important;
  content:none!important;
}


/* v3.9.0 — modal viewport lock and overflow hardening */
html.snh-modal-open,body.snh-modal-open{overflow:hidden!important;overscroll-behavior:none!important}
.snh-modal{overflow:hidden!important;align-items:center;justify-items:center}
.snh-modal__dialog{width:min(1120px,calc(100vw - 40px))!important;max-width:calc(100vw - 40px)!important;overflow-x:hidden!important;overflow-y:hidden!important;scrollbar-gutter:stable;contain:layout paint}
.snh-booking,.snh-form,.snh-step,.snh-progress,.snh-meeting-grid,.snh-fields,.snh-review{max-width:100%!important;min-width:0!important}
@media (min-width:761px) and (max-height:820px){.snh-modal__dialog{overflow-y:auto!important}}
@media(max-width:760px){.snh-modal__dialog{width:100%!important;max-width:100%!important;overflow-x:hidden!important;overflow-y:auto!important}}

/* v4.1.0 — customizable brand icon in minimized launcher */
.snh-widget__restore .snh-widget__restore-icon{position:relative!important;z-index:2!important;display:block!important;width:64%!important;height:64%!important;max-width:64%!important;max-height:64%!important;object-fit:contain!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:drop-shadow(0 2px 5px rgba(0,0,0,.24))!important;pointer-events:none!important}

/* ---- migrated from versora-ui.css; canonical asset is need-help.css ---- */
/* Versora UI layer — v3.6.0
 * Phase 1: canonical design tokens
 * Phase 2: branded booking cover
 * Phase 3: complete public launcher/modal reskin
 */
:root{
  --snh-yellow:#ffb116;
  --snh-yellow-2:#ffd66e;
  --snh-ink:#0d1118;
  --snh-panel:#111720;
  --snh-panel-2:#151a23;
  --snh-panel-3:#1b222d;
  --snh-line:rgba(255,255,255,.095);
  --snh-line-strong:rgba(255,177,22,.34);
  --snh-text:#f7f8fa;
  --snh-muted:#a7afbb;
  --snh-muted-2:#7f8998;
  --snh-glow:rgba(255,177,22,.18);
  --snh-radius:24px;
  --snh-radius-sm:14px;
  --snh-shadow:0 32px 90px rgba(0,0,0,.52);
}

/* =========================
   Versora floating launcher
   ========================= */
.snh-widget{isolation:isolate!important}
.snh-widget:not(.is-minimized){filter:none!important}
.snh-widget:not(.is-minimized) .snh-widget__open.snh-versora-launcher{
  position:relative!important;
  aspect-ratio:4/5!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:26px!important;
  background:#0d1118!important;
  box-shadow:0 30px 70px rgba(0,0,0,.48),0 0 0 1px rgba(255,177,22,.04)!important;
  line-height:normal!important;
  isolation:isolate!important;
  transform:translateZ(0);
}
.snh-widget:not(.is-minimized) .snh-versora-launcher::before{
  content:""!important;
  position:absolute!important;
  z-index:4!important;
  inset:0!important;
  display:block!important;
  pointer-events:none!important;
  border-radius:inherit!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.13),inset 0 -1px 0 rgba(255,177,22,.13)!important;
}
.snh-widget:not(.is-minimized) .snh-versora-launcher__media{
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  border-radius:inherit!important;
  box-shadow:none!important;
}
.snh-widget:not(.is-minimized) .snh-versora-launcher__media::after{display:none!important}
.snh-widget:not(.is-minimized) .snh-versora-launcher__media img{
  width:100%!important;
  height:100%!important;
  border-radius:inherit!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:scale(1.01)!important;
  filter:saturate(.88) contrast(1.05) brightness(.72)!important;
  transition:transform .42s cubic-bezier(.2,.8,.2,1),filter .3s ease!important;
}
.snh-widget:not(.is-minimized) .snh-versora-launcher:hover .snh-versora-launcher__media img{
  transform:scale(1.045)!important;
  filter:saturate(.96) contrast(1.05) brightness(.76)!important;
}
.snh-versora-launcher__shade{
  position:absolute;
  z-index:1;
  inset:0;
  border-radius:inherit;
  background:
    radial-gradient(circle at 82% 20%,rgba(255,177,22,.22),transparent 31%),
    linear-gradient(180deg,rgba(7,10,14,.12) 0%,rgba(7,10,14,.24) 36%,rgba(7,10,14,.94) 100%),
    linear-gradient(120deg,rgba(9,13,19,.28),transparent 54%);
  pointer-events:none;
}
.snh-versora-launcher__brand{
  position:absolute;
  z-index:5;
  top:18px;
  left:18px;
  display:flex;
  align-items:center;
  gap:9px;
  color:#fff;
  text-align:left;
  pointer-events:none;
}
.snh-versora-launcher__brand>img{
  width:38px!important;
  min-width:38px!important;
  height:38px!important;
  min-height:38px!important;
  border-radius:11px!important;
  object-fit:contain!important;
  transform:none!important;
  filter:drop-shadow(0 5px 16px rgba(255,177,22,.28))!important;
}
.snh-versora-launcher__brand>span{display:grid;gap:1px;line-height:1}
.snh-versora-launcher__brand strong{font:900 13px/1.05 Inter,ui-sans-serif,sans-serif;letter-spacing:.12em;color:#fff}
.snh-versora-launcher__brand small{font:750 7px/1.1 Inter,ui-sans-serif,sans-serif;letter-spacing:.25em;color:var(--snh-yellow)}
.snh-versora-launcher__cta{
  position:absolute;
  z-index:5;
  right:16px;
  bottom:16px;
  left:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:15px 15px 15px 17px;
  border:1px solid rgba(255,177,22,.32);
  border-radius:17px;
  background:linear-gradient(145deg,rgba(15,20,28,.91),rgba(9,12,18,.94));
  box-shadow:0 14px 32px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08);
  -webkit-backdrop-filter:blur(14px) saturate(140%);
  backdrop-filter:blur(14px) saturate(140%);
  color:#fff;
  text-align:left;
  pointer-events:none;
}
.snh-versora-launcher__cta>span{display:grid;gap:3px}
.snh-versora-launcher__cta small{font:700 10px/1.1 Inter,ui-sans-serif,sans-serif;color:#aeb7c4;letter-spacing:.02em}
.snh-versora-launcher__cta strong{font:850 15px/1.1 Inter,ui-sans-serif,sans-serif;color:#fff}
.snh-versora-launcher__cta b{
  display:grid;
  width:38px;
  height:38px;
  flex:0 0 38px;
  place-items:center;
  border-radius:12px;
  background:linear-gradient(145deg,var(--snh-yellow-2),var(--snh-yellow));
  box-shadow:0 8px 20px rgba(255,177,22,.2);
  color:#111720;
  font:900 19px/1 Arial,sans-serif;
}
.snh-widget__minimize{
  top:12px!important;
  right:12px!important;
  left:auto!important;
  z-index:12!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:rgba(12,16,22,.72)!important;
  -webkit-backdrop-filter:blur(12px)!important;
  backdrop-filter:blur(12px)!important;
}
.snh-widget__minimize:hover{border-color:rgba(255,177,22,.45)!important;background:rgba(17,23,32,.92)!important}
.snh-widget--close-system .snh-widget__close{
  top:12px!important;
  right:54px!important;
  z-index:12!important;
  width:32px!important;
  height:32px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:rgba(12,16,22,.72)!important;
  -webkit-backdrop-filter:blur(12px)!important;
  backdrop-filter:blur(12px)!important;
}
.snh-widget__restore{
  border-color:rgba(255,214,110,.85)!important;
  background:linear-gradient(145deg,#ffd66e 0%,#ffb116 62%,#e99200 100%)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.46),0 0 0 6px rgba(255,177,22,.08)!important;
}

/* =========================
   Modal shell
   ========================= */
.snh-modal{padding:clamp(14px,2.2vw,30px)!important}
.snh-modal__backdrop{
  background:
    radial-gradient(circle at 72% 18%,rgba(255,177,22,.08),transparent 28%),
    rgba(5,8,12,.84)!important;
  -webkit-backdrop-filter:blur(16px) saturate(120%)!important;
  backdrop-filter:blur(16px) saturate(120%)!important;
}
.snh-modal__dialog{
  width:min(1040px,100%)!important;
  max-height:min(900px,calc(100dvh - 28px))!important;
  border:1px solid rgba(255,255,255,.1)!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 85% 0,rgba(255,177,22,.055),transparent 28%),
    linear-gradient(160deg,#111720 0%,#0d1118 54%,#0a0e14 100%)!important;
  box-shadow:0 42px 120px rgba(0,0,0,.68),0 0 0 1px rgba(255,177,22,.025)!important;
  scrollbar-color:rgba(255,177,22,.42) rgba(255,255,255,.03);
  scrollbar-width:thin;
}
.snh-modal__dialog::-webkit-scrollbar{width:8px}
.snh-modal__dialog::-webkit-scrollbar-track{background:rgba(255,255,255,.025)}
.snh-modal__dialog::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:rgba(255,177,22,.35);background-clip:padding-box}
.snh-modal__close{
  top:16px!important;
  right:16px!important;
  z-index:30!important;
  width:42px!important;
  height:42px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  background:rgba(10,14,20,.74)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.3)!important;
  -webkit-backdrop-filter:blur(12px)!important;
  backdrop-filter:blur(12px)!important;
  color:#fff!important;
  transition:transform .18s ease,border-color .18s ease,background .18s ease!important;
}
.snh-modal__close:hover{transform:rotate(4deg) scale(1.04);border-color:rgba(255,177,22,.48)!important;background:rgba(18,24,32,.92)!important;color:var(--snh-yellow)!important}
.snh-inline-booking{
  max-width:1040px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:30px!important;
  background:linear-gradient(160deg,#111720,#0d1118)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.2)!important;
}
.snh-booking{
  padding:clamp(18px,2.6vw,32px)!important;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}

/* =========================
   Branded modal cover
   ========================= */
.snh-booking__header.snh-versora-cover{
  position:relative;
  display:grid;
  grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);
  min-height:300px;
  max-width:none!important;
  padding:0!important;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  background:
    radial-gradient(circle at 82% 18%,rgba(255,177,22,.14),transparent 30%),
    linear-gradient(145deg,#141b25,#0d1118);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 20px 48px rgba(0,0,0,.22);
}
.snh-versora-cover__visual{position:relative;min-height:300px;overflow:hidden;border-right:1px solid rgba(255,255,255,.075);background:#0f1520}
.snh-versora-cover__photo{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover;object-position:center;filter:saturate(.9) contrast(1.03) brightness(.82);transform:scale(1.015)}
.snh-versora-cover__visual-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,11,16,.08),rgba(8,11,16,.18) 45%,rgba(8,11,16,.84)),linear-gradient(110deg,transparent 30%,rgba(255,177,22,.08))}
.snh-versora-cover__mark{
  position:absolute;
  right:18px;
  bottom:18px;
  left:18px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(10,14,20,.68);
  box-shadow:0 12px 26px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.07);
  -webkit-backdrop-filter:blur(14px) saturate(130%);
  backdrop-filter:blur(14px) saturate(130%);
}
.snh-versora-cover__mark img{width:42px!important;height:42px!important;flex:0 0 42px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(255,177,22,.25))}
.snh-versora-cover__mark strong{color:#fff;font-size:13px;font-weight:900;letter-spacing:.16em}
.snh-versora-cover__content{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:clamp(28px,4vw,52px)}
.snh-versora-cover .snh-booking__eyebrow{
  display:inline-flex!important;
  width:max-content;
  max-width:100%;
  align-items:center;
  margin:0 0 16px!important;
  padding:7px 10px;
  border:1px solid rgba(255,177,22,.24);
  border-radius:999px;
  background:rgba(255,177,22,.065);
  color:var(--snh-yellow)!important;
  font-size:10px!important;
  font-weight:850!important;
  letter-spacing:.14em!important;
  white-space:normal;
}
.snh-versora-cover h2{
  max-width:620px;
  margin:0 0 14px!important;
  color:#fff!important;
  font-size:clamp(34px,4.4vw,58px)!important;
  font-weight:900!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
  text-wrap:balance;
}
.snh-versora-cover__content>p{max-width:620px;margin:0!important;color:#aab3c0!important;font-size:14px!important;line-height:1.75!important}
.snh-versora-cover__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.snh-versora-cover__meta span{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.035);color:#c4cad3;font-size:10px;font-weight:750;letter-spacing:.01em}
.snh-versora-cover__meta i{width:6px;height:6px;border-radius:50%;background:var(--snh-yellow);box-shadow:0 0 0 4px rgba(255,177,22,.09)}

/* =========================
   Progress + form components
   ========================= */
.snh-progress{gap:9px!important;margin:22px 0 24px!important}
.snh-progress li{
  position:relative;
  min-width:0;
  padding:11px 12px!important;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:13px!important;
  background:rgba(255,255,255,.025)!important;
  color:#7e8897!important;
  transition:border-color .2s ease,background .2s ease,color .2s ease!important;
}
.snh-progress li::after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;background:transparent}
.snh-progress span{width:24px!important;height:24px!important;background:#202833!important;color:#aeb6c2!important;font-size:11px!important}
.snh-progress .is-active{border-color:rgba(255,177,22,.28)!important;background:linear-gradient(145deg,rgba(255,177,22,.085),rgba(255,255,255,.025))!important;color:#f7f8fa!important}
.snh-progress .is-active::after{background:linear-gradient(90deg,var(--snh-yellow),var(--snh-yellow-2))}
.snh-progress .is-active span,.snh-progress .is-complete span{background:linear-gradient(145deg,var(--snh-yellow-2),var(--snh-yellow))!important;color:#111720!important;box-shadow:0 5px 15px rgba(255,177,22,.14)}
.snh-progress .is-complete{color:#b6bec9!important}

.snh-meeting-grid{gap:12px!important}
.snh-meeting-card{
  min-height:176px!important;
  padding:20px!important;
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:18px!important;
  background:linear-gradient(150deg,#171e28,#121821)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease!important;
}
.snh-meeting-card:hover{transform:translateY(-3px)!important;border-color:rgba(255,177,22,.3)!important;box-shadow:0 16px 30px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.045)!important}
.snh-meeting-card:has(input:checked){border-color:rgba(255,177,22,.7)!important;background:radial-gradient(circle at 100% 0,rgba(255,177,22,.14),transparent 38%),linear-gradient(150deg,#1a2028,#121821)!important;box-shadow:0 0 0 1px rgba(255,177,22,.08),0 14px 30px rgba(0,0,0,.18)!important}
.snh-meeting-card__check{top:14px!important;right:14px!important;width:27px!important;height:27px!important;border:1px solid rgba(255,255,255,.08);background:#202833!important}
.snh-meeting-card:has(input:checked) .snh-meeting-card__check{border-color:rgba(255,214,110,.65);background:linear-gradient(145deg,var(--snh-yellow-2),var(--snh-yellow))!important;color:#111720!important}
.snh-meeting-card strong{font-size:17px!important;font-weight:850!important;letter-spacing:-.015em}
.snh-meeting-card>span:not(.snh-meeting-card__check){color:#9da7b5!important}
.snh-meeting-card small{color:var(--snh-yellow)!important;font-size:11px!important;letter-spacing:.02em}

.snh-contact-note{
  display:flex;
  flex-direction:column;
  gap:5px;
  margin-bottom:17px;
  padding:16px 18px;
  border:1px solid rgba(255,177,22,.16);
  border-radius:16px;
  background:linear-gradient(145deg,rgba(255,177,22,.055),rgba(255,255,255,.02));
}
.snh-contact-note strong{color:#fff;font-size:15px}.snh-contact-note span{color:#9ea8b5;font-size:12px;line-height:1.6}
.snh-fields{gap:13px!important}
.snh-fields label>span{color:#d9dee5!important;font-size:12px!important;font-weight:750!important}
.snh-booking input[type=text],.snh-booking input[type=email],.snh-booking input[type=tel],.snh-booking textarea,.snh-booking select{
  min-height:50px!important;
  border:1px solid rgba(255,255,255,.085)!important;
  border-radius:12px!important;
  background:#151c26!important;
  color:#f7f8fa!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.snh-booking input:hover,.snh-booking textarea:hover,.snh-booking select:hover{border-color:rgba(255,255,255,.14)!important;background:#18202b!important}
.snh-booking input:focus,.snh-booking textarea:focus,.snh-booking select:focus{border-color:rgba(255,177,22,.66)!important;background:#18202b!important;box-shadow:0 0 0 4px rgba(255,177,22,.08)!important}
.snh-booking input::placeholder,.snh-booking textarea::placeholder{color:#687382}

.snh-loading,.snh-empty{border-color:rgba(255,177,22,.16)!important;background:rgba(255,255,255,.018)!important}
.snh-calendar,.snh-review{border-color:rgba(255,255,255,.08)!important;background:#121821!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important}
.snh-calendar__toolbar{background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.008))}
.snh-calendar__nav,.snh-calendar__times-head button{border-color:rgba(255,255,255,.09)!important;background:#19212b!important;color:#e6e9ed!important}
.snh-calendar__day{border-color:rgba(255,255,255,.065)!important;background:#161e28!important;color:#d9dee5!important}
.snh-calendar__day:hover{border-color:rgba(255,177,22,.34)!important;background:rgba(255,177,22,.065)!important}
.snh-calendar__day.is-selected{border-color:var(--snh-yellow)!important;background:linear-gradient(145deg,var(--snh-yellow-2),var(--snh-yellow))!important;color:#111720!important;box-shadow:0 8px 22px rgba(255,177,22,.16)!important}
.snh-calendar__slots .snh-slot span{border-color:rgba(255,255,255,.075)!important;background:#171f2a!important}
.snh-calendar__slots .snh-slot:hover span{border-color:rgba(255,177,22,.4)!important;background:rgba(255,177,22,.06)!important}
.snh-calendar__slots .snh-slot.is-selected span{background:linear-gradient(145deg,var(--snh-yellow-2),var(--snh-yellow))!important;color:#111720!important}

.snh-review dl>div{border-color:rgba(255,255,255,.07)!important}
.snh-review dt{color:#87919f!important}.snh-review dd{color:#f5f7f9!important}
.snh-consent{color:#98a2b0!important}
.snh-consent input{accent-color:var(--snh-yellow)!important}
.snh-form__actions{gap:9px!important;margin-top:22px!important}
.snh-button{
  min-height:50px!important;
  border-radius:12px!important;
  font-weight:850!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,filter .16s ease!important;
}
.snh-button:hover:not(:disabled){transform:translateY(-1px)}
.snh-button--primary{background:linear-gradient(145deg,var(--snh-yellow-2),var(--snh-yellow))!important;color:#111720!important;box-shadow:0 10px 24px rgba(255,177,22,.14)!important}
.snh-button--primary:hover:not(:disabled){filter:brightness(1.04);box-shadow:0 14px 28px rgba(255,177,22,.2)!important}
.snh-button--secondary{border-color:rgba(255,255,255,.09)!important;background:#18202a!important;color:#f0f2f5!important}
.snh-button--secondary:hover:not(:disabled){border-color:rgba(255,177,22,.25)!important;background:#1b2430!important}
.snh-form__error{border-color:rgba(255,91,91,.3)!important;background:rgba(255,91,91,.075)!important;color:#ffc1c1!important}
.snh-success-icon{background:linear-gradient(145deg,var(--snh-yellow-2),var(--snh-yellow))!important;box-shadow:0 14px 32px rgba(255,177,22,.18)!important;color:#111720!important}

/* Mobile: compact premium bottom sheet, safe across narrow devices */
@media(max-width:760px){
  .snh-widget:not(.is-minimized) .snh-widget__open.snh-versora-launcher{aspect-ratio:4/5!important;border-radius:22px!important}
  .snh-versora-launcher__brand{top:14px;left:14px}
  .snh-versora-launcher__brand>img{width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;border-radius:9px!important}
  .snh-versora-launcher__brand strong{font-size:11px}.snh-versora-launcher__brand small{font-size:6px}
  .snh-versora-launcher__cta{right:12px;bottom:12px;left:12px;padding:12px 11px 12px 13px;border-radius:14px}
  .snh-versora-launcher__cta small{font-size:8px}.snh-versora-launcher__cta strong{font-size:12px}
  .snh-versora-launcher__cta b{width:32px;height:32px;flex-basis:32px;border-radius:10px;font-size:16px}
  .snh-widget__minimize{top:9px!important;right:9px!important;left:auto!important}
  .snh-modal{padding:0!important;place-items:end center!important}
  .snh-modal__dialog{width:100%!important;max-height:96dvh!important;border-right:0!important;border-bottom:0!important;border-left:0!important;border-radius:24px 24px 0 0!important}
  .snh-modal__close{top:12px!important;right:12px!important;width:38px!important;height:38px!important;font-size:24px!important}
  .snh-booking{padding:14px 12px max(20px,env(safe-area-inset-bottom))!important}
  .snh-booking__header.snh-versora-cover{grid-template-columns:1fr;min-height:0;border-radius:18px!important}
  .snh-versora-cover__visual{min-height:168px;border-right:0;border-bottom:1px solid rgba(255,255,255,.075)}
  .snh-versora-cover__mark{right:12px;bottom:12px;left:12px;padding:9px 11px;border-radius:13px}
  .snh-versora-cover__mark img{width:32px!important;height:32px!important;flex-basis:32px}.snh-versora-cover__mark strong{font-size:11px}
  .snh-versora-cover__content{padding:20px 17px 21px}
  .snh-versora-cover .snh-booking__eyebrow{margin-bottom:12px!important;padding:6px 8px;font-size:8px!important}
  .snh-versora-cover h2{font-size:clamp(29px,9vw,40px)!important;line-height:1.02!important}
  .snh-versora-cover__content>p{font-size:12px!important;line-height:1.65!important}
  .snh-versora-cover__meta{gap:6px;margin-top:15px}.snh-versora-cover__meta span{padding:6px 8px;font-size:8px}
  .snh-progress{margin:12px 0 15px!important;gap:5px!important}
  .snh-progress li{min-height:40px;padding:7px 4px!important;border-radius:10px!important}
  .snh-progress span{width:24px!important;height:24px!important}
  .snh-meeting-card{min-height:136px!important;padding:17px!important;border-radius:15px!important}
  .snh-contact-note{padding:13px 14px;border-radius:13px}
  .snh-fields{gap:11px!important}
  .snh-booking input[type=text],.snh-booking input[type=email],.snh-booking input[type=tel],.snh-booking textarea,.snh-booking select{min-height:48px!important;border-radius:11px!important}
  .snh-form__actions{bottom:calc(-1 * max(20px,env(safe-area-inset-bottom)))!important;margin-right:-12px!important;margin-bottom:calc(-1 * max(20px,env(safe-area-inset-bottom)))!important;margin-left:-12px!important;padding:12px 12px max(16px,env(safe-area-inset-bottom))!important;background:linear-gradient(to top,#0d1118 82%,rgba(13,17,24,0))!important}
}
@media(max-width:380px){
  .snh-versora-cover__visual{min-height:148px}
  .snh-versora-cover__meta span:nth-child(3){display:none}
  .snh-versora-cover h2{font-size:28px!important}
  .snh-versora-launcher__brand span{display:none}
}

@media(prefers-reduced-motion:reduce){
  .snh-versora-launcher__media img,.snh-button,.snh-modal__close,.snh-meeting-card{transition:none!important}
}


/* v3.9.0 — modal cover redesign + compact desktop shell */
.snh-booking{display:grid!important;grid-template-rows:auto auto auto!important;gap:14px!important;padding:18px 18px 16px!important;min-height:0!important}
.snh-form{display:grid!important;grid-template-rows:auto 1fr auto auto!important;align-content:start!important;gap:0!important;min-height:0!important}
.snh-booking__header.snh-versora-cover{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)!important;min-height:236px!important;border-radius:22px!important}
.snh-versora-cover__content{order:1;display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;padding:24px 26px 22px!important}
.snh-versora-cover__visual{order:2;min-height:236px!important;border-right:0!important;border-left:1px solid rgba(255,255,255,.075)!important}
.snh-versora-cover__visual-shade{background:linear-gradient(180deg,rgba(8,11,16,.08),rgba(8,11,16,.22) 44%,rgba(8,11,16,.88)),radial-gradient(circle at 76% 15%,rgba(255,177,22,.22),transparent 28%),linear-gradient(120deg,transparent 38%,rgba(255,177,22,.10))!important}
.snh-versora-cover__top-badge{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;padding:7px 11px;border:1px solid rgba(255,177,22,.26);border-radius:999px;background:rgba(10,14,20,.65);box-shadow:0 10px 24px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.06);backdrop-filter:blur(12px) saturate(125%);-webkit-backdrop-filter:blur(12px) saturate(125%);color:#ffca56;font-size:10px;font-weight:850;line-height:1.2;white-space:nowrap}
.snh-versora-cover__mark{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}
.snh-versora-cover__mark span{display:grid!important;gap:3px!important;line-height:1!important}
.snh-versora-cover__mark small{color:#ffca56!important;font:800 8px/1.1 Inter,ui-sans-serif,sans-serif!important;letter-spacing:.22em!important}
.snh-versora-cover .snh-booking__eyebrow{margin-bottom:12px!important;padding:7px 10px!important;font-size:9.5px!important}
.snh-versora-cover h2{max-width:540px!important;margin:0 0 12px!important;font-size:clamp(30px,3.8vw,48px)!important;line-height:.96!important}
.snh-versora-cover__content>p{max-width:560px!important;font-size:13px!important;line-height:1.72!important}
.snh-versora-cover__meta{gap:7px!important;margin-top:14px!important}
.snh-versora-cover__meta span{padding:7px 10px!important;font-size:10px!important}
.snh-versora-cover__highlights{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:14px!important}
.snh-versora-cover__highlights>span{display:grid!important;gap:4px!important;padding:12px 14px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:15px!important;background:linear-gradient(150deg,rgba(255,255,255,.045),rgba(255,255,255,.018))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important}
.snh-versora-cover__highlights strong{color:#fff!important;font-size:12.5px!important;font-weight:850!important}
.snh-versora-cover__highlights small{color:#95a0ae!important;font-size:11px!important;line-height:1.55!important}
.snh-progress{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin:0 0 4px!important}
.snh-progress li{min-height:52px!important;padding:10px 11px!important;font-size:12px!important;line-height:1.3!important}
.snh-progress span{flex:0 0 24px!important}
.snh-step-head{margin:0 0 14px!important}
.snh-step-head h3{font-size:clamp(18px,1.75vw,23px)!important;line-height:1.35!important}
.snh-step-head p{font-size:12px!important;line-height:1.65!important}
.snh-meeting-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
.snh-meeting-card{min-height:138px!important;padding:16px!important;border-radius:16px!important}
.snh-meeting-card strong{font-size:15px!important}
.snh-meeting-card>span:not(.snh-meeting-card__check){margin-top:10px!important;font-size:12.5px!important;line-height:1.5!important}
.snh-meeting-card small{padding-top:14px!important;font-size:10px!important}
.snh-fields{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
.snh-booking input[type=text],.snh-booking input[type=email],.snh-booking input[type=tel],.snh-booking textarea,.snh-booking select{min-height:48px!important;padding:12px 14px!important}
.snh-booking textarea{min-height:96px!important}
.snh-contact-note{margin-bottom:12px!important;padding:14px 16px!important}
.snh-form__actions{margin-top:16px!important}
.snh-form__actions .snh-button{min-width:150px!important}
@media(min-width:761px){.snh-step[data-snh-step="2"] .snh-availability,.snh-step[data-snh-step="4"] .snh-review{max-height:none!important}}
@media(max-width:980px){.snh-booking__header.snh-versora-cover{grid-template-columns:minmax(0,1fr)!important}.snh-versora-cover__content{order:2!important;padding:20px 18px 18px!important}.snh-versora-cover__visual{order:1!important;min-height:188px!important;border-left:0!important;border-bottom:1px solid rgba(255,255,255,.075)!important}.snh-versora-cover__highlights{grid-template-columns:1fr!important}.snh-meeting-grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:760px){.snh-booking{padding:12px 12px max(18px,env(safe-area-inset-bottom))!important;gap:10px!important}.snh-booking__header.snh-versora-cover{grid-template-columns:1fr!important;min-height:0!important}.snh-versora-cover__visual{min-height:154px!important;border-left:0!important;border-bottom:1px solid rgba(255,255,255,.075)!important}.snh-versora-cover__top-badge{top:11px!important;right:11px!important;font-size:8.5px!important;padding:6px 8px!important}.snh-versora-cover__content{padding:18px 15px 16px!important}.snh-versora-cover h2{font-size:clamp(28px,8vw,37px)!important}.snh-versora-cover__content>p{font-size:12px!important}.snh-versora-cover__highlights{grid-template-columns:1fr!important;gap:8px!important}.snh-versora-cover__highlights>span{padding:10px 11px!important}.snh-progress{margin:0 0 2px!important}.snh-progress li{min-height:40px!important;padding:7px 4px!important;font-size:0!important}.snh-meeting-grid,.snh-fields{grid-template-columns:1fr!important}.snh-meeting-card{min-height:124px!important}.snh-form__actions .snh-button{min-width:0!important}}

/* ---- migrated from versora-fa.css; canonical asset is need-help.css ---- */
/* Versora Persian booking UX — v3.6.0
 * Phase 4: Persian + isolated RTL
 * Phase 5: booking-flow UX refinement
 * Phase 6: calendar/time-slot refinement
 */
.snh-booking--fa{
  direction:rtl!important;
  text-align:right!important;
  font-family:IRANYekan,"IRANYekanX","Vazirmatn",Tahoma,Arial,sans-serif!important;
  font-feature-settings:"ss01" 1,"ss02" 1;
}
.snh-booking--fa *{letter-spacing:0!important}
.snh-booking--fa .snh-versora-cover{direction:rtl!important}
.snh-booking--fa .snh-versora-cover__content{text-align:right!important}
.snh-booking--fa .snh-booking__eyebrow{letter-spacing:0!important;font-weight:800!important}
.snh-booking--fa .snh-versora-cover__meta{justify-content:flex-start!important}
.snh-booking--fa .snh-progress{direction:rtl!important}
.snh-booking--fa .snh-progress li{justify-content:flex-start!important}
.snh-booking--fa .snh-meeting-card{text-align:right!important}
.snh-booking--fa .snh-meeting-card strong{padding-right:0!important;padding-left:34px!important}
.snh-booking--fa .snh-meeting-card__check{right:auto!important;left:14px!important}
.snh-booking--fa .snh-fields label{text-align:right!important}
.snh-booking--fa input[type="email"],
.snh-booking--fa input[type="tel"],
.snh-booking--fa input[name="telegram"]{direction:ltr!important;text-align:left!important}
.snh-booking--fa input[name="name"],
.snh-booking--fa input[name="company"],
.snh-booking--fa textarea,
.snh-booking--fa select{direction:rtl!important;text-align:right!important}
.snh-booking--fa .snh-consent{align-items:flex-start!important;text-align:right!important}
.snh-booking--fa .snh-consent input{flex:0 0 auto!important;margin:3px 0 0 8px!important}
.snh-booking--fa .snh-form__actions{justify-content:flex-start!important;direction:rtl!important}
.snh-booking--fa .snh-review{text-align:right!important}
.snh-booking--fa .snh-review dl>div{border-right:0!important;border-left:1px solid var(--snh-line)!important}
.snh-booking--fa .snh-review dl>div:nth-child(even){border-left:0!important}
.snh-booking--fa .snh-review .is-wide{border-left:0!important}
.snh-booking--fa .snh-review dt{text-transform:none!important;letter-spacing:0!important}
.snh-booking--fa .snh-step--success{text-align:center!important}
.snh-booking--fa .snh-success-actions{direction:rtl!important}

/* Step context makes each stage self-explanatory without adding visual noise. */
.snh-step-head{
  display:grid;
  gap:5px;
  margin:0 0 18px;
  padding:0 2px;
}
.snh-step-head>span{
  color:var(--snh-yellow)!important;
  font-size:11px!important;
  font-weight:850!important;
}
.snh-step-head h3{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(19px,2.2vw,25px)!important;
  font-weight:900!important;
  line-height:1.45!important;
}
.snh-step-head p{
  margin:0!important;
  color:#929dab!important;
  font-size:12.5px!important;
  line-height:1.8!important;
}
.snh-contact-note{margin-top:2px!important}

/* Progress becomes a clear RTL flow while keeping all four steps visible. */
.snh-booking--fa .snh-progress li{
  position:relative;
  min-width:0;
  overflow:hidden;
  white-space:nowrap;
}
.snh-booking--fa .snh-progress li.is-complete{
  border-color:rgba(255,177,22,.18)!important;
  background:rgba(255,177,22,.035)!important;
}
.snh-booking--fa .snh-progress li.is-complete span::before{content:"✓";font-size:12px}
.snh-booking--fa .snh-progress li.is-complete span{font-size:0!important}

/* Calendar: Persian weekday order (Saturday → Friday), premium status hierarchy. */
.snh-booking--fa .snh-timezone{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:12px!important;
  padding:11px 13px!important;
  border:1px solid rgba(255,177,22,.12)!important;
  border-radius:12px!important;
  background:rgba(255,177,22,.035)!important;
}
.snh-booking--fa .snh-timezone span{color:#9ba5b2!important}
.snh-booking--fa .snh-timezone strong{color:#f2c35e!important;font-family:ui-monospace,SFMono-Regular,Menlo,monospace!important;font-size:11px!important}
.snh-booking--fa .snh-calendar{overflow:hidden!important;border-radius:20px!important}
.snh-booking--fa .snh-calendar__toolbar{
  direction:ltr!important;
  min-height:62px!important;
  padding:10px 12px!important;
  border-bottom:1px solid rgba(255,255,255,.065)!important;
}
.snh-booking--fa .snh-calendar__month{
  color:#fff!important;
  font-size:16px!important;
  font-weight:900!important;
  text-align:center!important;
}
.snh-booking--fa .snh-calendar__nav{
  width:38px!important;
  height:38px!important;
  padding:0!important;
  border-radius:11px!important;
  font-size:24px!important;
  line-height:1!important;
}
.snh-booking--fa .snh-calendar__weekdays{
  direction:rtl!important;
  padding:11px 12px 6px!important;
  color:#788391!important;
  font-size:11px!important;
  font-weight:800!important;
}
.snh-booking--fa .snh-calendar__grid{direction:rtl!important;padding:6px 12px 14px!important;gap:6px!important}
.snh-booking--fa .snh-calendar__day{
  position:relative!important;
  min-height:46px!important;
  border-radius:12px!important;
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:800!important;
}
.snh-booking--fa .snh-calendar__day.is-unavailable{opacity:.36!important;filter:saturate(.2)}
.snh-booking--fa .snh-calendar__day.is-available:not(.is-selected){
  border-color:rgba(255,255,255,.095)!important;
  background:linear-gradient(150deg,#19212b,#141b24)!important;
}
.snh-booking--fa .snh-calendar__day i{
  right:50%!important;
  bottom:5px!important;
  width:4px!important;
  height:4px!important;
  transform:translateX(50%)!important;
  box-shadow:0 0 10px rgba(255,177,22,.5)!important;
}
.snh-booking--fa .snh-calendar__day.is-selected i{background:#111!important;box-shadow:none!important}
.snh-booking--fa .snh-calendar__day.is-today:not(.is-selected){box-shadow:inset 0 0 0 1px rgba(255,177,22,.24)!important}
.snh-booking--fa .snh-calendar__hint{
  margin:0 12px 14px!important;
  padding:11px 13px!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.025)!important;
  color:#8f9aa8!important;
  font-size:11.5px!important;
  line-height:1.7!important;
  text-align:center!important;
}
.snh-booking--fa .snh-calendar__times{
  margin:0!important;
  padding:14px 12px 16px!important;
  border-top:1px solid rgba(255,255,255,.065)!important;
  background:linear-gradient(180deg,rgba(255,177,22,.025),rgba(255,255,255,.008))!important;
}
.snh-booking--fa .snh-calendar__times-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:12px!important;
  text-align:right!important;
}
.snh-booking--fa .snh-calendar__times-head>div{display:grid!important;gap:3px!important}
.snh-booking--fa .snh-calendar__times-head span{color:#8d98a6!important;font-size:10.5px!important}
.snh-booking--fa .snh-calendar__times-head strong{color:#fff!important;font-size:13px!important}
.snh-booking--fa .snh-calendar__times-head button{min-height:34px!important;padding:7px 10px!important;border-radius:9px!important;font-family:inherit!important;font-size:10px!important}
.snh-booking--fa .snh-calendar__slots{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
.snh-booking--fa .snh-slot{min-width:0!important}
.snh-booking--fa .snh-slot span{
  display:grid!important;
  gap:3px!important;
  min-height:62px!important;
  place-content:center!important;
  border-radius:12px!important;
  text-align:center!important;
}
.snh-booking--fa .snh-slot strong{font-size:15px!important;font-weight:900!important}
.snh-booking--fa .snh-slot small{display:flex!important;justify-content:center!important;gap:4px!important;font-size:9.5px!important}
.snh-booking--fa .snh-slot small b{font:inherit!important;font-weight:700!important}

/* Validation and actions */
.snh-booking--fa .snh-form__error{text-align:right!important;line-height:1.7!important}
.snh-booking--fa .snh-button{font-family:inherit!important}
.snh-booking--fa .snh-button--primary::after{content:"←";margin-right:8px;font:900 16px/1 Arial,sans-serif}
.snh-booking--fa [data-snh-submit].snh-button--primary::after{content:"✓"}
.snh-booking--fa .snh-success-actions .snh-button--primary::after{content:"↗"}

@media(max-width:760px){
  .snh-modal__close{right:auto!important;left:12px!important}
  .snh-booking--fa .snh-versora-cover__mark{direction:ltr!important}
  .snh-booking--fa .snh-progress{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .snh-booking--fa .snh-progress li{font-size:0!important;justify-content:center!important}
  .snh-booking--fa .snh-progress li span{font-size:11px!important}
  .snh-booking--fa .snh-progress li.is-complete span{font-size:0!important}
  .snh-step-head{margin-bottom:14px!important;padding:0 1px!important}
  .snh-step-head h3{font-size:19px!important}
  .snh-step-head p{font-size:11.5px!important}
  .snh-booking--fa .snh-calendar__slots{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .snh-booking--fa .snh-calendar__day{min-height:42px!important;border-radius:10px!important}
  .snh-booking--fa .snh-timezone{align-items:flex-start!important;flex-direction:column!important;gap:4px!important}
  .snh-booking--fa .snh-form__actions{direction:rtl!important}
}
@media(max-width:360px){
  .snh-booking--fa .snh-calendar__grid{gap:4px!important;padding-right:8px!important;padding-left:8px!important}
  .snh-booking--fa .snh-calendar__weekdays{padding-right:8px!important;padding-left:8px!important}
  .snh-booking--fa .snh-calendar__day{min-height:38px!important;font-size:11px!important}
  .snh-booking--fa .snh-calendar__slots{grid-template-columns:1fr 1fr!important;gap:6px!important}
}

/* v3.7.0 — Mobile matrix hardening: 320 / 360 / 375 / 390 / 412 / 480 / 768 */
.snh-modal,.snh-modal *,.snh-inline-booking,.snh-inline-booking *{max-inline-size:100%;box-sizing:border-box}
.snh-modal__dialog,.snh-booking,.snh-step,.snh-fields,.snh-meeting-grid,.snh-calendar,.snh-calendar__grid,.snh-calendar__slots,.snh-review{min-width:0}
.snh-modal__dialog{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.snh-booking--fa img{max-width:100%;height:auto}
.snh-booking--fa input,.snh-booking--fa textarea,.snh-booking--fa select,.snh-booking--fa button{max-width:100%}
.snh-booking--fa input[type=email],.snh-booking--fa input[type=tel],.snh-booking--fa input[name=telegram]{direction:ltr;text-align:left}
.snh-booking--fa .snh-review dd,.snh-booking--fa .snh-step-head p,.snh-booking--fa .snh-contact-note span,.snh-booking--fa .snh-versora-cover__content>p{overflow-wrap:anywhere}

@media(max-width:768px){
  html.snh-modal-open,body.snh-modal-open{overflow:hidden!important;touch-action:none}
  .snh-modal{padding:0!important;align-items:end!important;justify-items:center!important}
  .snh-modal__dialog{width:100vw!important;max-width:100vw!important;height:auto!important;max-height:calc(100dvh - env(safe-area-inset-top))!important;margin:0!important;border-radius:24px 24px 0 0!important;overflow-x:hidden!important;overflow-y:auto!important}
  .snh-booking{width:100%!important;padding:12px 12px max(18px,env(safe-area-inset-bottom))!important}
  .snh-booking--fa .snh-versora-cover__visual{min-height:clamp(150px,38vw,210px)!important}
  .snh-booking--fa .snh-versora-cover__photo{width:100%!important;height:100%!important;object-fit:cover!important}
  .snh-booking--fa .snh-versora-cover__content{padding:18px 16px 20px!important}
  .snh-booking--fa .snh-versora-cover h2{font-size:clamp(28px,8.5vw,40px)!important;line-height:1.08!important}
  .snh-booking--fa .snh-versora-cover__content>p{font-size:12px!important;line-height:1.8!important}
  .snh-booking--fa .snh-versora-cover__meta{display:flex!important;flex-wrap:wrap!important;gap:6px!important}
  .snh-booking--fa .snh-versora-cover__meta span{flex:0 1 auto!important;white-space:normal!important}
  .snh-progress{width:100%;overflow:hidden}
  .snh-progress li{min-width:0!important}
  .snh-meeting-grid{grid-template-columns:1fr!important}
  .snh-fields{grid-template-columns:1fr!important}
  .snh-field--full{grid-column:auto!important}
  .snh-booking--fa input[type=text],.snh-booking--fa input[type=email],.snh-booking--fa input[type=tel],.snh-booking--fa textarea,.snh-booking--fa select{font-size:16px!important;min-height:48px!important}
  .snh-booking--fa .snh-calendar__grid{grid-template-columns:repeat(7,minmax(0,1fr))!important}
  .snh-booking--fa .snh-calendar__weekdays{grid-template-columns:repeat(7,minmax(0,1fr))!important}
  .snh-booking--fa .snh-review dl{grid-template-columns:1fr!important}
  .snh-booking--fa .snh-review dl>div{grid-column:auto!important;border-right:0!important}
  .snh-form__actions{position:sticky!important;z-index:15;bottom:calc(-1 * max(18px,env(safe-area-inset-bottom)))!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  .snh-form__actions .snh-button{width:100%!important;min-width:0!important;padding-inline:10px!important}
  .snh-form__actions .snh-button:only-child{grid-column:1/-1!important}
  .snh-success-actions{display:grid!important;grid-template-columns:1fr!important}.snh-success-actions .snh-button{width:100%!important;min-width:0!important}
}

@media(max-width:600px){
  .snh-widget{max-width:min(var(--snh-mobile-width),calc(100vw - 16px))!important}
  .snh-widget--left{left:max(8px,env(safe-area-inset-left))!important}.snh-widget--right{right:max(8px,env(safe-area-inset-right))!important}
  .snh-widget{bottom:max(8px,env(safe-area-inset-bottom))!important}
  .snh-booking--fa .snh-calendar__slots{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .snh-booking--fa .snh-calendar__toolbar{padding-inline:8px!important}.snh-booking--fa .snh-calendar__grid,.snh-booking--fa .snh-calendar__weekdays{padding-inline:8px!important}
  .snh-booking--fa .snh-calendar__day{min-width:0!important;padding-inline:2px!important}
}

@media(max-width:480px){
  .snh-modal__dialog{border-radius:20px 20px 0 0!important}
  .snh-modal__close{top:9px!important;left:9px!important;right:auto!important;width:36px!important;height:36px!important;font-size:22px!important}
  .snh-booking{padding-inline:9px!important}
  .snh-booking__header.snh-versora-cover{border-radius:16px!important}
  .snh-booking--fa .snh-versora-cover__visual{min-height:145px!important}
  .snh-booking--fa .snh-versora-cover__mark{right:9px!important;left:9px!important;bottom:9px!important}
  .snh-booking--fa .snh-versora-cover__content{padding:17px 13px 18px!important}
  .snh-booking--fa .snh-versora-cover__meta span{font-size:7.5px!important;padding:5px 7px!important}
  .snh-progress{margin:9px 0 13px!important}
  .snh-progress li{min-height:36px!important;padding:5px 2px!important}.snh-progress span{width:22px!important;height:22px!important}
  .snh-step-head h3{font-size:18px!important}.snh-step-head p{line-height:1.75!important}
  .snh-meeting-card{min-height:128px!important;padding:15px!important}
  .snh-contact-note{padding:12px!important}
  .snh-booking--fa .snh-calendar__month{font-size:14px!important}
  .snh-booking--fa .snh-calendar__day{min-height:40px!important;font-size:11px!important}
  .snh-booking--fa .snh-calendar__slots{gap:6px!important}.snh-booking--fa .snh-slot span{min-height:56px!important}
  .snh-review dl>div{padding:14px!important}
  .snh-form__actions{margin-inline:-9px!important;padding-inline:9px!important}
}

@media(max-width:412px){
  .snh-booking--fa .snh-versora-cover__meta span:nth-child(3){display:none!important}
  .snh-booking--fa .snh-calendar__weekdays span{font-size:8px!important}
  .snh-booking--fa .snh-calendar__grid{gap:4px!important}
  .snh-booking--fa .snh-calendar__day{min-height:38px!important;border-radius:9px!important}
  .snh-booking--fa .snh-slot strong{font-size:14px!important}
}

@media(max-width:375px){
  .snh-booking--fa .snh-versora-cover__visual{min-height:132px!important}
  .snh-booking--fa .snh-versora-cover h2{font-size:27px!important}
  .snh-booking--fa .snh-versora-cover__mark strong{font-size:10px!important}
  .snh-booking--fa .snh-calendar__toolbar{min-height:54px!important}
  .snh-booking--fa .snh-calendar__nav{width:34px!important;height:34px!important}
  .snh-form__actions{grid-template-columns:1fr!important}.snh-form__actions .snh-button{grid-column:auto!important}
}

@media(max-width:340px){
  .snh-booking{padding-inline:7px!important}
  .snh-booking--fa .snh-versora-cover__content{padding-inline:11px!important}
  .snh-booking--fa .snh-versora-cover__meta span:nth-child(2){display:none!important}
  .snh-booking--fa .snh-calendar__grid,.snh-booking--fa .snh-calendar__weekdays{padding-inline:5px!important;gap:3px!important}
  .snh-booking--fa .snh-calendar__day{min-height:36px!important;font-size:10px!important}
  .snh-booking--fa .snh-calendar__slots{grid-template-columns:1fr!important}
  .snh-form__actions{margin-inline:-7px!important;padding-inline:7px!important}
}


/* v3.9.0 — RTL ordering and compact modal polish */
.snh-booking--fa .snh-booking__header.snh-versora-cover{direction:rtl!important}
.snh-booking--fa .snh-versora-cover__content{text-align:right!important}
.snh-booking--fa .snh-versora-cover__visual{border-left:0!important;border-right:1px solid rgba(255,255,255,.075)!important}
.snh-booking--fa .snh-versora-cover__top-badge{right:auto!important;left:14px!important}
.snh-booking--fa .snh-versora-cover__mark{direction:ltr!important}
.snh-booking--fa .snh-versora-cover__mark span{justify-items:start!important}
.snh-booking--fa .snh-versora-cover__highlights{direction:rtl!important}
.snh-booking--fa .snh-versora-cover__highlights>span{text-align:right!important}
.snh-booking--fa .snh-progress li{white-space:normal!important}
@media(max-width:980px){.snh-booking--fa .snh-versora-cover__visual{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.075)!important}.snh-booking--fa .snh-versora-cover__top-badge{left:11px!important}}
@media(max-width:760px){.snh-booking--fa .snh-versora-cover__top-badge{font-size:8.5px!important;left:11px!important}.snh-booking--fa .snh-versora-cover__mark{right:11px!important;left:11px!important;bottom:11px!important}.snh-booking--fa .snh-progress li{justify-content:center!important}}

/* ======================================================================
 * v4.0.0 — viewport-fit modal system / phases 5–8
 * One-piece dialog, zero page/modal scrolling, compact step-aware cover.
 * ====================================================================== */
html.snh-modal-open,
body.snh-modal-open{
  overflow:hidden!important;
  overscroll-behavior:none!important;
  max-width:100%!important;
}
.snh-modal{
  inset:0!important;
  display:grid!important;
  place-items:center!important;
  width:100vw!important;
  height:100dvh!important;
  padding:10px!important;
  overflow:hidden!important;
  overscroll-behavior:none!important;
}
.snh-modal__backdrop{
  inset:-2px!important;
  background:
    radial-gradient(circle at 76% 14%,rgba(255,184,0,.14),transparent 26%),
    radial-gradient(circle at 12% 88%,rgba(255,184,0,.07),transparent 24%),
    rgba(3,6,10,.84)!important;
  backdrop-filter:blur(18px) saturate(112%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(112%)!important;
}
.snh-modal__dialog{
  position:relative!important;
  width:min(1160px,calc(100vw - 20px))!important;
  max-width:min(1160px,calc(100vw - 20px))!important;
  max-height:calc(100dvh - 20px)!important;
  margin:0!important;
  overflow:hidden!important;
  overscroll-behavior:none!important;
  scrollbar-width:none!important;
  border:1px solid rgba(255,190,54,.24)!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 95% 0%,rgba(255,184,0,.055),transparent 31%),
    linear-gradient(155deg,#101720 0%,#0b1017 52%,#090d13 100%)!important;
  box-shadow:0 42px 110px rgba(0,0,0,.72),0 0 0 1px rgba(255,255,255,.025) inset!important;
  contain:layout paint!important;
}
.snh-modal__dialog::-webkit-scrollbar{display:none!important}
.snh-modal__close{
  top:12px!important;
  right:auto!important;
  left:12px!important;
  display:grid!important;
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  min-height:38px!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:13px!important;
  background:rgba(9,13,19,.72)!important;
  color:#fff!important;
  box-shadow:0 10px 25px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.05)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
  font-size:22px!important;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease!important;
}
.snh-modal__close:hover{
  transform:translateY(-1px) rotate(3deg)!important;
  border-color:rgba(255,184,0,.55)!important;
  background:rgba(255,184,0,.10)!important;
  color:#ffd35a!important;
}
.snh-modal__close:focus-visible{
  outline:3px solid rgba(255,184,0,.28)!important;
  outline-offset:2px!important;
}

.snh-modal .snh-booking{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:14px!important;
  display:grid!important;
  grid-template-rows:auto auto minmax(0,1fr)!important;
  gap:8px!important;
  overflow:hidden!important;
}
.snh-modal .snh-booking *,
.snh-modal .snh-form,
.snh-modal .snh-step,
.snh-modal .snh-progress,
.snh-modal .snh-fields,
.snh-modal .snh-meeting-grid,
.snh-modal .snh-calendar,
.snh-modal .snh-calendar__grid,
.snh-modal .snh-calendar__slots,
.snh-modal .snh-review{
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}

/* Cover: full on the first step, compact branded rail afterwards. */
.snh-modal .snh-booking__header.snh-versora-cover{
  min-height:0!important;
  height:158px!important;
  grid-template-columns:minmax(0,1.42fr) minmax(260px,.58fr)!important;
  border-radius:20px!important;
  overflow:hidden!important;
  transition:height .22s ease,grid-template-columns .22s ease!important;
}
.snh-modal .snh-versora-cover__content{
  min-width:0!important;
  padding:18px 22px!important;
  justify-content:center!important;
}
.snh-modal .snh-versora-cover .snh-booking__eyebrow{
  margin:0 0 7px!important;
  padding:5px 9px!important;
  font-size:8.5px!important;
  line-height:1.2!important;
}
.snh-modal .snh-versora-cover h2{
  max-width:none!important;
  margin:0 0 7px!important;
  font-size:clamp(27px,3.15vw,42px)!important;
  line-height:1.02!important;
}
.snh-modal .snh-versora-cover__content>p{
  display:-webkit-box!important;
  max-width:650px!important;
  margin:0!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  font-size:11.5px!important;
  line-height:1.65!important;
}
.snh-modal .snh-versora-cover__meta{
  margin-top:9px!important;
  gap:5px!important;
}
.snh-modal .snh-versora-cover__meta span{
  padding:5px 8px!important;
  font-size:8.5px!important;
  line-height:1.15!important;
}
.snh-modal .snh-versora-cover__highlights{display:none!important}
.snh-modal .snh-versora-cover__visual{
  min-height:0!important;
  height:158px!important;
  overflow:hidden!important;
}
.snh-modal .snh-versora-cover__photo{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 42%!important;
  transform:scale(1.015)!important;
}
.snh-modal .snh-versora-cover__top-badge{
  top:10px!important;
  left:10px!important;
  right:auto!important;
  padding:5px 8px!important;
  font-size:8px!important;
}
.snh-modal .snh-versora-cover__mark{
  right:10px!important;
  left:10px!important;
  bottom:9px!important;
  min-height:38px!important;
  padding:6px 9px!important;
  border-radius:12px!important;
}
.snh-modal .snh-versora-cover__mark img{width:28px!important;height:28px!important}
.snh-modal .snh-versora-cover__mark strong{font-size:10px!important}
.snh-modal .snh-versora-cover__mark small{font-size:6.5px!important}

.snh-modal .snh-booking--compact-cover .snh-booking__header.snh-versora-cover{
  height:68px!important;
  grid-template-columns:minmax(0,1fr) 220px!important;
}
.snh-modal .snh-booking--compact-cover .snh-versora-cover__content{padding:9px 16px!important}
.snh-modal .snh-booking--compact-cover .snh-versora-cover .snh-booking__eyebrow{margin-bottom:3px!important;padding:0!important;border:0!important;background:transparent!important;font-size:7.5px!important}
.snh-modal .snh-booking--compact-cover .snh-versora-cover h2{margin:0!important;font-size:22px!important;line-height:1.05!important}
.snh-modal .snh-booking--compact-cover .snh-versora-cover__content>p,
.snh-modal .snh-booking--compact-cover .snh-versora-cover__meta,
.snh-modal .snh-booking--compact-cover .snh-versora-cover__top-badge{display:none!important}
.snh-modal .snh-booking--compact-cover .snh-versora-cover__visual{height:68px!important}
.snh-modal .snh-booking--compact-cover .snh-versora-cover__mark{right:8px!important;left:8px!important;bottom:7px!important;min-height:32px!important;padding:4px 7px!important}
.snh-modal .snh-booking--compact-cover .snh-versora-cover__mark img{width:23px!important;height:23px!important}

/* Compact stepper — visually clear, never wider than the dialog. */
.snh-modal .snh-progress{
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:6px!important;
  width:100%!important;
  height:38px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
.snh-modal .snh-progress li{
  position:relative!important;
  min-width:0!important;
  min-height:38px!important;
  height:38px!important;
  justify-content:center!important;
  gap:6px!important;
  padding:5px 8px!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.022)!important;
  color:#818b99!important;
  font-size:10.5px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.snh-modal .snh-progress li span{
  flex:0 0 21px!important;
  width:21px!important;
  height:21px!important;
  font-size:9.5px!important;
}
.snh-modal .snh-progress li.is-active{
  border-color:rgba(255,184,0,.64)!important;
  background:linear-gradient(135deg,rgba(255,184,0,.13),rgba(255,184,0,.035))!important;
  color:#fff!important;
  box-shadow:0 0 0 1px rgba(255,184,0,.04) inset!important;
}
.snh-modal .snh-progress li.is-complete{color:#aab2bd!important}

/* Form skeleton — the active step owns only the remaining viewport area. */
.snh-modal .snh-form{
  display:grid!important;
  grid-template-rows:minmax(0,1fr) auto auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  overflow:hidden!important;
}
.snh-modal .snh-step{
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  overflow:hidden!important;
  animation:snhVersoraStepIn .18s ease both!important;
}
@keyframes snhVersoraStepIn{from{opacity:.25;transform:translateY(4px)}to{opacity:1;transform:none}}
.snh-modal .snh-step-head{
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  grid-template-areas:"label title" "label copy"!important;
  align-items:center!important;
  column-gap:10px!important;
  row-gap:1px!important;
  min-height:42px!important;
  margin:0 0 7px!important;
  padding:0 1px!important;
}
.snh-modal .snh-step-head>span{
  grid-area:label!important;
  align-self:stretch!important;
  display:grid!important;
  place-items:center!important;
  min-width:72px!important;
  margin:0!important;
  padding:5px 8px!important;
  border:1px solid rgba(255,184,0,.20)!important;
  border-radius:11px!important;
  background:rgba(255,184,0,.055)!important;
  color:#ffc94e!important;
  font-size:8.5px!important;
  line-height:1.3!important;
  text-align:center!important;
}
.snh-modal .snh-step-head h3{
  grid-area:title!important;
  margin:0!important;
  font-size:18px!important;
  line-height:1.28!important;
}
.snh-modal .snh-step-head p{
  grid-area:copy!important;
  display:block!important;
  margin:0!important;
  color:#84909e!important;
  font-size:10.5px!important;
  line-height:1.4!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

/* Step 1: dense, premium selection cards. */
.snh-modal .snh-meeting-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:7px!important;
}
.snh-modal .snh-meeting-card{
  min-height:96px!important;
  padding:12px 13px!important;
  border-radius:14px!important;
  background:linear-gradient(150deg,#151c25,#111720)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
}
.snh-modal .snh-meeting-card:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(255,184,0,.42)!important;
  box-shadow:0 10px 24px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.03)!important;
}
.snh-modal .snh-meeting-card:has(input:checked){
  border-color:#ffb800!important;
  background:linear-gradient(145deg,rgba(255,184,0,.12),#141a22 70%)!important;
  box-shadow:0 0 0 1px rgba(255,184,0,.06) inset,0 10px 26px rgba(0,0,0,.12)!important;
}
.snh-modal .snh-meeting-card__check{top:10px!important;right:10px!important;width:21px!important;height:21px!important;font-size:11px!important}
.snh-modal .snh-meeting-card strong{padding-right:28px!important;font-size:13.5px!important;line-height:1.3!important}
.snh-modal .snh-meeting-card>span:not(.snh-meeting-card__check){
  display:-webkit-box!important;
  margin-top:5px!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  color:#8f9aa8!important;
  font-size:10.5px!important;
  line-height:1.45!important;
}
.snh-modal .snh-meeting-card small{padding-top:6px!important;font-size:8.5px!important}

/* Step 2: compact calendar. Once a day is selected, month grid collapses. */
.snh-modal .snh-timezone{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:24px!important;
  margin:0 0 5px!important;
  padding:3px 7px!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.018)!important;
  font-size:9px!important;
}
.snh-modal .snh-calendar{border-radius:15px!important;overflow:hidden!important}
.snh-modal .snh-calendar__toolbar{
  grid-template-columns:32px 1fr 32px!important;
  min-height:36px!important;
  gap:6px!important;
  padding:4px 8px!important;
}
.snh-modal .snh-calendar__month{font-size:13px!important}
.snh-modal .snh-calendar__nav{width:30px!important;height:30px!important;border-radius:9px!important;font-size:20px!important}
.snh-modal .snh-calendar__weekdays,.snh-modal .snh-calendar__grid{gap:4px!important}
.snh-modal .snh-calendar__weekdays{padding:7px 9px 2px!important}
.snh-modal .snh-calendar__weekdays span{font-size:7.5px!important}
.snh-modal .snh-calendar__grid{padding:3px 9px 8px!important}
.snh-modal .snh-calendar__blank,.snh-modal .snh-calendar__day{min-height:31px!important;height:31px!important}
.snh-modal .snh-calendar__day{padding:2px!important;border-radius:8px!important;font-size:10.5px!important}
.snh-modal .snh-calendar__day.is-today:after{inset:2px!important;border-radius:6px!important}
.snh-modal .snh-calendar__day i{right:3px!important;bottom:3px!important;width:3px!important;height:3px!important}
.snh-modal .snh-calendar__hint{min-height:28px!important;margin:0!important;padding:6px 9px!important;font-size:9px!important;line-height:1.5!important}
.snh-modal .snh-calendar__times-head{min-height:43px!important;padding:7px 10px 5px!important}
.snh-modal .snh-calendar__times-head span{margin-bottom:2px!important;font-size:7.5px!important}
.snh-modal .snh-calendar__times-head strong{font-size:11px!important}
.snh-modal .snh-calendar__times-head button{padding:5px 7px!important;border-radius:8px!important;font-size:8px!important}
.snh-modal .snh-calendar__slots{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:5px!important;
  padding:0 10px 9px!important;
  overflow:hidden!important;
}
.snh-modal .snh-calendar__slots .snh-slot span{
  min-height:43px!important;
  padding:5px 4px!important;
  border-radius:9px!important;
  gap:2px!important;
}
.snh-modal .snh-calendar__slots .snh-slot strong{font-size:11px!important}
.snh-modal .snh-calendar__slots .snh-slot small{font-size:7px!important}
.snh-modal .snh-calendar.is-date-selected .snh-calendar__toolbar,
.snh-modal .snh-calendar.is-date-selected .snh-calendar__weekdays,
.snh-modal .snh-calendar.is-date-selected .snh-calendar__grid,
.snh-modal .snh-calendar.is-date-selected .snh-calendar__hint{display:none!important}
.snh-modal .snh-calendar.is-date-selected .snh-calendar__times{border-top:0!important}

/* Step 3: all contact fields fit in a dense three-column matrix. */
.snh-modal .snh-contact-note{
  display:flex!important;
  align-items:center!important;
  min-height:38px!important;
  gap:8px!important;
  margin:0 0 6px!important;
  padding:7px 9px!important;
  border-radius:11px!important;
}
.snh-modal .snh-contact-note:before{flex:0 0 26px!important;width:26px!important;height:26px!important;border-radius:8px!important;font-size:12px!important}
.snh-modal .snh-contact-note strong{font-size:10.5px!important}
.snh-modal .snh-contact-note span{margin-top:1px!important;font-size:8.5px!important;line-height:1.35!important}
.snh-modal .snh-fields{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:5px 7px!important;
}
.snh-modal .snh-fields label{gap:3px!important;min-width:0!important}
.snh-modal .snh-fields label>span{font-size:9px!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.snh-modal .snh-field--full{grid-column:1/-1!important}
.snh-modal .snh-booking input[type=text],
.snh-modal .snh-booking input[type=email],
.snh-modal .snh-booking input[type=tel],
.snh-modal .snh-booking select{
  min-height:38px!important;
  height:38px!important;
  padding:7px 9px!important;
  border-radius:9px!important;
  font-size:11px!important;
}
.snh-modal .snh-booking textarea{
  min-height:48px!important;
  height:48px!important;
  max-height:48px!important;
  padding:7px 9px!important;
  border-radius:9px!important;
  resize:none!important;
  font-size:10.5px!important;
  line-height:1.35!important;
}

/* Step 4: three-column review, tightly packed. */
.snh-modal .snh-review{border-radius:14px!important;overflow:hidden!important}
.snh-modal .snh-review dl{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.snh-modal .snh-review dl>div{
  min-width:0!important;
  min-height:48px!important;
  padding:7px 9px!important;
  border-color:rgba(255,255,255,.065)!important;
}
.snh-modal .snh-review .is-wide{grid-column:1/-1!important}
.snh-modal .snh-review dt{margin-bottom:2px!important;font-size:7.5px!important;line-height:1.2!important}
.snh-modal .snh-review dd{
  display:-webkit-box!important;
  margin:0!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  font-size:10.5px!important;
  line-height:1.35!important;
}
.snh-modal .snh-consent{align-items:flex-start!important;gap:6px!important;margin:6px 1px 0!important;font-size:9px!important;line-height:1.45!important}
.snh-modal .snh-consent input{margin-top:1px!important}

/* Error and actions stay inside the panel, never create another scroll layer. */
.snh-modal .snh-form__error{
  min-height:0!important;
  margin:5px 0 0!important;
  padding:7px 9px!important;
  border-radius:9px!important;
  font-size:9px!important;
  line-height:1.35!important;
}
.snh-modal .snh-form__actions{
  position:static!important;
  z-index:auto!important;
  display:flex!important;
  justify-content:flex-start!important;
  gap:6px!important;
  min-height:40px!important;
  margin:7px 0 0!important;
  padding:0!important;
  background:transparent!important;
}
.snh-modal .snh-form__actions .snh-button{
  width:auto!important;
  min-width:126px!important;
  min-height:40px!important;
  height:40px!important;
  padding:8px 14px!important;
  border-radius:10px!important;
  font-size:10.5px!important;
  box-shadow:none!important;
  transition:transform .16s ease,filter .16s ease,border-color .16s ease!important;
}
.snh-modal .snh-form__actions .snh-button:hover{transform:translateY(-1px)!important;filter:brightness(1.035)!important}
.snh-modal .snh-button:focus-visible,
.snh-modal input:focus-visible,
.snh-modal textarea:focus-visible,
.snh-modal select:focus-visible{
  outline:3px solid rgba(255,184,0,.20)!important;
  outline-offset:1px!important;
}

/* Success view. */
.snh-modal .snh-step--success{padding:12px 0 4px!important;text-align:center!important}
.snh-modal .snh-success-icon{width:52px!important;height:52px!important;margin:5px auto 9px!important;font-size:25px!important;box-shadow:0 12px 30px rgba(255,184,0,.18)!important}
.snh-modal .snh-step--success h3{margin:0 0 5px!important;font-size:22px!important}
.snh-modal .snh-step--success p{margin:4px 0!important;font-size:10.5px!important}
.snh-modal .snh-success-actions{gap:6px!important;margin-top:10px!important}
.snh-modal .snh-success-actions .snh-button{min-height:40px!important;min-width:140px!important;padding:8px 14px!important;font-size:10.5px!important}

/* Laptop / tablet: retain one-piece dialog and intelligently reduce the cover. */
@media(max-width:980px){
  .snh-modal{padding:7px!important}
  .snh-modal__dialog{width:calc(100vw - 14px)!important;max-width:calc(100vw - 14px)!important;max-height:calc(100dvh - 14px)!important;border-radius:22px!important}
  .snh-modal .snh-booking{padding:10px!important;gap:6px!important}
  .snh-modal .snh-booking__header.snh-versora-cover{height:124px!important;grid-template-columns:minmax(0,1fr) 220px!important}
  .snh-modal .snh-versora-cover__visual{display:block!important;height:124px!important;min-height:0!important;border-bottom:0!important;border-right:1px solid rgba(255,255,255,.075)!important}
  .snh-modal .snh-versora-cover__content{order:1!important;padding:13px 17px!important}
  .snh-modal .snh-versora-cover__visual{order:2!important}
  .snh-modal .snh-versora-cover h2{font-size:29px!important}
  .snh-modal .snh-versora-cover__content>p{-webkit-line-clamp:1!important;font-size:10.5px!important}
  .snh-modal .snh-booking--compact-cover .snh-booking__header.snh-versora-cover{height:58px!important;grid-template-columns:minmax(0,1fr) 180px!important}
  .snh-modal .snh-booking--compact-cover .snh-versora-cover__visual{height:58px!important}
  .snh-modal .snh-booking--compact-cover .snh-versora-cover h2{font-size:19px!important}
  .snh-modal .snh-fields{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .snh-modal .snh-review dl{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .snh-modal .snh-calendar__slots{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}

/* Mobile: full-screen card, still no vertical/horizontal scroll. */
@media(max-width:768px){
  html.snh-modal-open,body.snh-modal-open{position:fixed!important;inset:0!important;width:100%!important;height:100%!important}
  .snh-modal{
    align-items:center!important;
    justify-items:center!important;
    padding:4px!important;
  }
  .snh-modal__dialog{
    width:calc(100vw - 8px)!important;
    max-width:calc(100vw - 8px)!important;
    height:calc(100dvh - 8px)!important;
    max-height:calc(100dvh - 8px)!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  .snh-modal__close{top:8px!important;left:8px!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;border-radius:10px!important;font-size:19px!important}
  .snh-modal .snh-booking{height:100%!important;padding:7px!important;gap:5px!important;grid-template-rows:auto auto minmax(0,1fr)!important}
  .snh-modal .snh-booking__header.snh-versora-cover{
    height:72px!important;
    grid-template-columns:minmax(0,1fr) 96px!important;
    border-radius:13px!important;
  }
  .snh-modal .snh-versora-cover__content{padding:8px 10px!important}
  .snh-modal .snh-versora-cover .snh-booking__eyebrow{margin-bottom:3px!important;padding:0!important;border:0!important;background:transparent!important;font-size:6.5px!important}
  .snh-modal .snh-versora-cover h2{margin:0!important;font-size:19px!important;line-height:1.06!important}
  .snh-modal .snh-versora-cover__content>p,
  .snh-modal .snh-versora-cover__meta,
  .snh-modal .snh-versora-cover__top-badge{display:none!important}
  .snh-modal .snh-versora-cover__visual{display:block!important;height:72px!important;min-height:0!important;border:0!important;border-right:1px solid rgba(255,255,255,.075)!important}
  .snh-modal .snh-versora-cover__mark{right:5px!important;left:5px!important;bottom:5px!important;min-height:25px!important;padding:3px 5px!important;border-radius:8px!important}
  .snh-modal .snh-versora-cover__mark img{width:18px!important;height:18px!important}
  .snh-modal .snh-versora-cover__mark strong{font-size:7px!important}.snh-modal .snh-versora-cover__mark small{display:none!important}
  .snh-modal .snh-booking--compact-cover .snh-booking__header.snh-versora-cover{height:48px!important;grid-template-columns:minmax(0,1fr) 72px!important}
  .snh-modal .snh-booking--compact-cover .snh-versora-cover__content{padding:6px 9px!important}
  .snh-modal .snh-booking--compact-cover .snh-versora-cover .snh-booking__eyebrow{display:none!important}
  .snh-modal .snh-booking--compact-cover .snh-versora-cover h2{font-size:15px!important}
  .snh-modal .snh-booking--compact-cover .snh-versora-cover__visual{height:48px!important}
  .snh-modal .snh-booking--compact-cover .snh-versora-cover__mark{display:none!important}

  .snh-modal .snh-progress{height:31px!important;gap:4px!important}
  .snh-modal .snh-progress li{height:31px!important;min-height:31px!important;padding:3px!important;border-radius:9px!important;font-size:0!important}
  .snh-modal .snh-progress li span{width:19px!important;height:19px!important;flex-basis:19px!important;font-size:8.5px!important}

  .snh-modal .snh-form{height:100%!important;min-height:0!important;overflow:hidden!important}
  .snh-modal .snh-step{height:auto!important;min-height:0!important;overflow:hidden!important}
  .snh-modal .snh-step-head{min-height:36px!important;grid-template-columns:52px 1fr!important;column-gap:6px!important;margin-bottom:4px!important}
  .snh-modal .snh-step-head>span{min-width:52px!important;padding:3px 4px!important;border-radius:8px!important;font-size:6.8px!important}
  .snh-modal .snh-step-head h3{font-size:13.5px!important;line-height:1.2!important}
  .snh-modal .snh-step-head p{font-size:7.5px!important;line-height:1.25!important}

  .snh-modal .snh-meeting-grid{grid-template-columns:1fr!important;gap:4px!important}
  .snh-modal .snh-meeting-card{min-height:54px!important;height:54px!important;padding:7px 10px!important;border-radius:10px!important}
  .snh-modal .snh-meeting-card__check{top:7px!important;right:7px!important;width:18px!important;height:18px!important;font-size:9px!important}
  .snh-modal .snh-meeting-card strong{padding-right:24px!important;font-size:11px!important;line-height:1.2!important}
  .snh-modal .snh-meeting-card>span:not(.snh-meeting-card__check){margin-top:2px!important;-webkit-line-clamp:1!important;font-size:7.5px!important;line-height:1.25!important}
  .snh-modal .snh-meeting-card small{position:absolute!important;left:9px!important;bottom:6px!important;padding:0!important;font-size:6.8px!important}

  .snh-modal .snh-timezone{min-height:20px!important;margin-bottom:3px!important;padding:2px 5px!important;font-size:7.5px!important;flex-direction:row!important}
  .snh-modal .snh-calendar{border-radius:11px!important}
  .snh-modal .snh-calendar__toolbar{grid-template-columns:28px 1fr 28px!important;min-height:32px!important;padding:2px 5px!important}
  .snh-modal .snh-calendar__nav{width:26px!important;height:26px!important;font-size:17px!important}.snh-modal .snh-calendar__month{font-size:10.5px!important}
  .snh-modal .snh-calendar__weekdays{padding:4px 5px 1px!important}.snh-modal .snh-calendar__weekdays span{font-size:6.3px!important}
  .snh-modal .snh-calendar__grid{gap:2px!important;padding:2px 5px 5px!important}
  .snh-modal .snh-calendar__blank,.snh-modal .snh-calendar__day{min-height:26px!important;height:26px!important}.snh-modal .snh-calendar__day{font-size:8.5px!important;border-radius:6px!important}
  .snh-modal .snh-calendar__hint{min-height:23px!important;padding:4px 5px!important;font-size:7px!important}
  .snh-modal .snh-calendar__times-head{min-height:35px!important;padding:4px 6px!important}.snh-modal .snh-calendar__times-head span{font-size:6px!important}.snh-modal .snh-calendar__times-head strong{font-size:9px!important}.snh-modal .snh-calendar__times-head button{padding:4px 6px!important;font-size:6.5px!important}
  .snh-modal .snh-calendar__slots{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:3px!important;padding:0 6px 6px!important}
  .snh-modal .snh-calendar__slots .snh-slot span{min-height:34px!important;height:34px!important;padding:3px!important;border-radius:7px!important}.snh-modal .snh-calendar__slots .snh-slot strong{font-size:9px!important}.snh-modal .snh-calendar__slots .snh-slot small{font-size:5.8px!important}

  .snh-modal .snh-contact-note{min-height:29px!important;margin-bottom:3px!important;padding:4px 6px!important;gap:5px!important}.snh-modal .snh-contact-note:before{width:20px!important;height:20px!important;flex-basis:20px!important;border-radius:6px!important;font-size:9px!important}.snh-modal .snh-contact-note strong{font-size:8px!important}.snh-modal .snh-contact-note span{font-size:6.5px!important}
  .snh-modal .snh-fields{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:3px 5px!important}
  .snh-modal .snh-fields label{gap:1px!important}.snh-modal .snh-fields label>span{font-size:7.4px!important;line-height:1.15!important}
  .snh-modal .snh-field--full{grid-column:1/-1!important}
  .snh-modal .snh-booking input[type=text],.snh-modal .snh-booking input[type=email],.snh-modal .snh-booking input[type=tel],.snh-modal .snh-booking select{min-height:35px!important;height:35px!important;padding:5px 6px!important;border-radius:7px!important;font-size:16px!important;line-height:1!important}
  .snh-modal .snh-booking textarea{min-height:40px!important;height:40px!important;max-height:40px!important;padding:5px 6px!important;border-radius:7px!important;font-size:12px!important}

  .snh-modal .snh-review dl{grid-template-columns:repeat(2,minmax(0,1fr))!important}.snh-modal .snh-review dl>div{min-height:39px!important;padding:5px 6px!important}.snh-modal .snh-review dt{font-size:6px!important}.snh-modal .snh-review dd{font-size:8px!important;line-height:1.25!important}.snh-modal .snh-review .is-wide{grid-column:1/-1!important}
  .snh-modal .snh-consent{margin-top:4px!important;font-size:7px!important;line-height:1.3!important}

  .snh-modal .snh-form__error{margin-top:3px!important;padding:4px 6px!important;font-size:7px!important}
  .snh-modal .snh-form__actions{min-height:35px!important;height:35px!important;margin-top:4px!important;gap:4px!important;display:grid!important;grid-template-columns:1fr 1fr!important}
  .snh-modal .snh-form__actions .snh-button{width:100%!important;min-width:0!important;min-height:35px!important;height:35px!important;padding:5px 8px!important;border-radius:8px!important;font-size:8.5px!important}
  .snh-modal .snh-form__actions .snh-button:only-child{grid-column:1/-1!important}
  .snh-modal .snh-booking--fa .snh-button--primary::after{margin-right:5px!important;font-size:11px!important}
}

/* Very short screens: remove nonessential chrome, never introduce a scrollbar. */
@media(max-height:700px){
  .snh-modal .snh-booking--compact-cover .snh-booking__header.snh-versora-cover{height:46px!important}
  .snh-modal .snh-booking--compact-cover .snh-versora-cover__visual{height:46px!important}
  .snh-modal .snh-step-head p{display:none!important}
  .snh-modal .snh-step-head{grid-template-areas:"label title"!important;min-height:34px!important}
}
@media(max-height:590px){
  .snh-modal .snh-booking[data-snh-current-step="2"] .snh-booking__header,
  .snh-modal .snh-booking[data-snh-current-step="3"] .snh-booking__header,
  .snh-modal .snh-booking[data-snh-current-step="4"] .snh-booking__header,
  .snh-modal .snh-booking[data-snh-current-step="success"] .snh-booking__header{display:none!important}
  .snh-modal .snh-booking[data-snh-current-step="1"] .snh-booking__header.snh-versora-cover{height:54px!important}
  .snh-modal .snh-booking[data-snh-current-step="1"] .snh-versora-cover__visual{height:54px!important}
  .snh-modal .snh-booking[data-snh-current-step="1"] .snh-versora-cover__content>p,
  .snh-modal .snh-booking[data-snh-current-step="1"] .snh-versora-cover__meta{display:none!important}
  .snh-modal .snh-progress{height:28px!important}.snh-modal .snh-progress li{height:28px!important;min-height:28px!important}
  .snh-modal .snh-step-head{min-height:30px!important;margin-bottom:2px!important}
  .snh-modal .snh-contact-note{display:none!important}
}

@media(max-width:360px){
  .snh-modal{padding:2px!important}
  .snh-modal__dialog{width:calc(100vw - 4px)!important;max-width:calc(100vw - 4px)!important;height:calc(100dvh - 4px)!important;max-height:calc(100dvh - 4px)!important;border-radius:14px!important}
  .snh-modal .snh-booking{padding:5px!important}
  .snh-modal .snh-booking__header.snh-versora-cover{grid-template-columns:minmax(0,1fr) 78px!important}
  .snh-modal .snh-versora-cover h2{font-size:17px!important}
  .snh-modal .snh-calendar__slots{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .snh-modal .snh-form__actions{grid-template-columns:1fr 1fr!important}
}

/* Accessibility / motion polish. */
@media(prefers-reduced-motion:reduce){
  .snh-modal .snh-step,
  .snh-modal__close,
  .snh-modal .snh-meeting-card,
  .snh-modal .snh-button{animation:none!important;transition:none!important}
}


/* Canonical Versora design-token bridge. Values follow the active theme rather than a parallel plugin palette. */
:root{
  --snh-yellow:var(--versora-accent,#ffb116);
  --snh-yellow-2:var(--versora-accent-2,#ffc64a);
  --snh-ink:var(--versora-dark-2,#0f1015);
  --snh-panel:var(--versora-dark,#17181e);
  --snh-panel-2:var(--versora-dark-3,#24262f);
  --snh-panel-3:#1b222d;
  --snh-text:var(--versora-paper,#fff);
  --snh-muted:#a7afbb;
  --snh-glow:rgba(255,177,22,.18);
  --snh-radius:var(--versora-button-radius,24px);
}
.snh-booking--fa,.snh-widget{font-family:var(--versora-font-body,var(--vsr-font-fa,"IRANYekan",Tahoma,Arial,sans-serif))!important}
