/* myguideqr v2.13.0 — unified visual page system
   Purpose: stabilize public, sales, client and delivery pages without changing business logic. */
:root{
  --mq-ui-ink:#0f172a;
  --mq-ui-text:#273449;
  --mq-ui-muted:#667085;
  --mq-ui-line:#d9e2ee;
  --mq-ui-soft:#f5f7fb;
  --mq-ui-card:#ffffff;
  --mq-ui-gold:#d9ad57;
  --mq-ui-gold-soft:#fbf1d9;
  --mq-ui-radius:24px;
  --mq-ui-radius-lg:34px;
  --mq-ui-shadow:0 22px 60px rgba(15,23,42,.10);
  --mq-ui-shadow-soft:0 12px 32px rgba(15,23,42,.07);
  --mq-ui-max:1220px;
}
body.sgwp-guide,
body.sgwp-client-panel,
body.sgwp-delivery-pack,
body.sgwp-qr-card-page,
body.myguideqr-sales-template,
body.sgwp-sales-start,
body.sgwp-sales-editor,
body.sgwp-sales-demo{
  min-width:0!important;
  overflow-x:hidden!important;
  -webkit-font-smoothing:antialiased!important;
  text-rendering:optimizeLegibility!important;
}
body.sgwp-guide *,
body.sgwp-client-panel *,
body.sgwp-delivery-pack *,
body.sgwp-qr-card-page *,
body.myguideqr-sales-template *,
body.sgwp-sales-start *,
body.sgwp-sales-editor *,
body.sgwp-sales-demo *{
  box-sizing:border-box!important;
}
body.sgwp-guide img,
body.sgwp-client-panel img,
body.myguideqr-sales-template img,
body.sgwp-sales-start img,
body.sgwp-sales-editor img,
body.sgwp-sales-demo img,
body.sgwp-delivery-pack img,
body.sgwp-qr-card-page img{
  max-width:100%!important;
  height:auto!important;
}
body.sgwp-guide :is(a,button,input,select,textarea),
body.sgwp-client-panel :is(a,button,input,select,textarea),
body.myguideqr-sales-template :is(a,button,input,select,textarea),
body.sgwp-sales-start :is(a,button,input,select,textarea),
body.sgwp-sales-editor :is(a,button,input,select,textarea),
body.sgwp-sales-demo :is(a,button,input,select,textarea){
  font:inherit!important;
}
body.sgwp-guide :is(a,button,input,select,textarea):focus-visible,
body.sgwp-client-panel :is(a,button,input,select,textarea):focus-visible,
body.myguideqr-sales-template :is(a,button,input,select,textarea):focus-visible,
body.sgwp-sales-start :is(a,button,input,select,textarea):focus-visible,
body.sgwp-sales-editor :is(a,button,input,select,textarea):focus-visible,
body.sgwp-sales-demo :is(a,button,input,select,textarea):focus-visible{
  outline:3px solid rgba(31,111,235,.28)!important;
  outline-offset:3px!important;
}


/* Header layout is owned by assets/css/header-system.css from v2.13.0 onward. */

body.sgwp-qr-card-page{
  display:block!important;
  place-items:initial!important;
  padding:0 0 28px!important;
}
body.sgwp-qr-card-page .sgwp-qr-card-wrap,
body.sgwp-qr-print-page .sgwp-print-shell{
  margin-top:28px!important;
  margin-bottom:28px!important;
}

/* Public guest guide */
body.sgwp-guide{
  background:
    radial-gradient(circle at 15% 0%, rgba(184,162,122,.18), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(31,111,235,.09), transparent 30%),
    linear-gradient(180deg,#f7f8fb 0%,#eef2f7 100%)!important;
  color:var(--mq-ui-text)!important;
}
body.sgwp-guide .sgwp-icon-shell{
  width:min(100% - 28px, 980px)!important;
  margin:0 auto!important;
  padding:28px 0 44px!important;
}
body.sgwp-guide .sgwp-icon-card{
  width:100%!important;
  min-height:auto!important;
  padding:clamp(22px,4vw,42px)!important;
  border:1px solid rgba(15,23,42,.10)!important;
  border-radius:var(--mq-ui-radius-lg)!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:var(--mq-ui-shadow)!important;
  backdrop-filter:blur(18px)!important;
}
body.sgwp-guide .sgwp-icon-brand{
  display:grid!important;
  justify-items:center!important;
  text-align:center!important;
  gap:10px!important;
  margin:0 0 20px!important;
}
body.sgwp-guide :is(.sgwp-icon-logo,.sgwp-icon-monogram){
  width:82px!important;
  height:82px!important;
  border-radius:26px!important;
  background:#fff!important;
  border:1px solid rgba(15,23,42,.10)!important;
  box-shadow:var(--mq-ui-shadow-soft)!important;
}
body.sgwp-guide .sgwp-icon-brand h1{
  margin:4px 0 0!important;
  max-width:760px!important;
  font-size:clamp(32px,7vw,58px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  color:var(--mq-ui-ink)!important;
}
body.sgwp-guide :is(.sgwp-icon-subtitle,.sgwp-icon-note,.sgwp-icon-welcome){
  max-width:720px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  color:var(--mq-ui-muted)!important;
  line-height:1.55!important;
}
body.sgwp-guide .sgwp-icon-welcome{
  margin-top:18px!important;
  padding:18px 20px!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#fff,#f8fafc)!important;
}
body.sgwp-guide .sgwp-icon-quick-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;
  gap:12px!important;
  margin:22px 0!important;
}
body.sgwp-guide .sgwp-icon-quick,
body.sgwp-guide .sgwp-visitor-accordion{
  border:1px solid rgba(15,23,42,.09)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(15,23,42,.06)!important;
  overflow:hidden!important;
}
body.sgwp-guide .sgwp-icon-quick{
  min-height:74px!important;
  padding:14px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
  color:var(--mq-ui-ink)!important;
  text-align:left!important;
}
body.sgwp-guide :is(.sgwp-icon-quick-symbol,.sgwp-visitor-accordion-symbol){
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:15px!important;
  background:var(--mq-ui-gold-soft)!important;
  color:var(--mq-ui-ink)!important;
}
body.sgwp-guide :is(.sgwp-icon-quick-symbol,.sgwp-visitor-accordion-symbol) svg{
  width:21px!important;
  height:21px!important;
}
body.sgwp-guide .sgwp-visitor-accordion-list{
  display:grid!important;
  gap:12px!important;
  margin-top:12px!important;
}
body.sgwp-guide .sgwp-visitor-accordion-toggle{
  width:100%!important;
  min-height:68px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) 28px!important;
  gap:14px!important;
  align-items:center!important;
  padding:13px 15px!important;
  color:var(--mq-ui-ink)!important;
  background:#fff!important;
  border:0!important;
  text-align:left!important;
}
body.sgwp-guide .sgwp-visitor-accordion-title{
  font-weight:900!important;
  line-height:1.18!important;
  overflow-wrap:anywhere!important;
}
body.sgwp-guide .sgwp-visitor-accordion-body{
  border-top:1px solid rgba(15,23,42,.07)!important;
  padding:18px!important;
  background:#fbfcfe!important;
}
body.sgwp-guide .sgwp-visitor-accordion-content{
  color:var(--mq-ui-text)!important;
  line-height:1.6!important;
  overflow-wrap:anywhere!important;
}
body.sgwp-guide :is(.sgwp-action-surface,.sgwp-action-primary){
  min-height:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px 16px!important;
  border-radius:999px!important;
  background:var(--mq-ui-ink)!important;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900!important;
}

/* Client login and editor panel */
body.sgwp-client-panel{
  --sgwp-panel-max:1320px;
  background:
    radial-gradient(circle at 8% 0%, rgba(184,162,122,.22), transparent 34%),
    radial-gradient(circle at 96% 12%, rgba(31,111,235,.08), transparent 30%),
    linear-gradient(180deg,#f6f7fb 0%,#eef2f7 100%)!important;
  color:var(--mq-ui-text)!important;
}
body.sgwp-client-panel .sgwp-client-shell,
body.sgwp-client-login-page .sgwp-login-shell{
  width:min(100% - 28px, var(--sgwp-panel-max))!important;
  margin:0 auto!important;
  padding:28px 0 58px!important;
}
body.sgwp-client-panel .sgwp-client-header{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:22px!important;
  margin:0 0 18px!important;
  padding:28px!important;
  border:1px solid rgba(15,23,42,.10)!important;
  border-radius:32px!important;
  background:linear-gradient(145deg,#0f172a,#1f3355)!important;
  box-shadow:var(--mq-ui-shadow)!important;
  color:#fff!important;
}
body.sgwp-client-panel .sgwp-client-header :is(h1,p,span,strong){
  color:inherit!important;
}
body.sgwp-client-panel .sgwp-client-header h1{
  margin:4px 0 8px!important;
  font-size:clamp(32px,6vw,56px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
}
body.sgwp-client-panel .sgwp-client-subtitle{
  max-width:760px!important;
  color:rgba(255,255,255,.78)!important;
  line-height:1.45!important;
}
body.sgwp-client-panel .sgwp-client-brand,
body.sgwp-client-panel .sgwp-client-eyebrow,
body.sgwp-client-panel .sgwp-client-card-kicker{
  text-transform:uppercase!important;
  letter-spacing:.13em!important;
  font-size:12px!important;
  font-weight:950!important;
}
body.sgwp-client-panel .sgwp-client-hero-metrics{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:16px!important;
}
body.sgwp-client-panel .sgwp-client-hero-metrics span{
  display:inline-flex!important;
  width:auto!important;
  min-height:34px!important;
  align-items:center!important;
  padding:7px 11px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  font-weight:850!important;
  font-size:12px!important;
}
body.sgwp-client-panel .sgwp-client-header-actions,
body.sgwp-client-panel .sgwp-client-project-actions,
body.sgwp-client-panel .sgwp-client-link-actions,
body.sgwp-client-panel .sgwp-client-editing-toolbar-actions,
body.sgwp-client-panel .sgwp-client-action-grid{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  justify-content:flex-end!important;
  align-items:center!important;
}
body.sgwp-client-panel :is(.sgwp-client-button,.sgwp-client-form button,.sgwp-login-card input[type="submit"],.sgwp-social-edit-button,.sgwp-contact-edit-button,.sgwp-module-edit-button,.sgwp-icon-builder .button,.sgwp-icon-row-actions .button,.sgwp-suite-row-actions .button,.sgwp-place-row-actions .button,.sgwp-client-card-toggle){
  min-height:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:10px 16px!important;
  border-radius:999px!important;
  border:1px solid rgba(15,23,42,.12)!important;
  background:#fff!important;
  color:var(--mq-ui-ink)!important;
  text-decoration:none!important;
  font-weight:900!important;
  line-height:1.1!important;
  box-shadow:0 10px 24px rgba(15,23,42,.06)!important;
  cursor:pointer!important;
  white-space:normal!important;
}
body.sgwp-client-panel :is(.sgwp-client-button-primary,.sgwp-client-submit-bar .sgwp-client-button-primary,.sgwp-client-card-highlight .sgwp-client-button-primary){
  background:var(--mq-ui-ink)!important;
  border-color:var(--mq-ui-ink)!important;
  color:#fff!important;
}
body.sgwp-client-panel .sgwp-client-header .sgwp-client-button{
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.18)!important;
  box-shadow:none!important;
}
body.sgwp-client-panel .sgwp-client-grid{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(300px,360px) minmax(0,1fr)!important;
  gap:18px!important;
  align-items:start!important;
}
body.sgwp-client-panel .sgwp-client-sidebar{
  min-width:0!important;
  display:grid!important;
  gap:16px!important;
  position:sticky!important;
  top:18px!important;
}
body.sgwp-client-panel .sgwp-client-main{
  min-width:0!important;
  display:grid!important;
  gap:16px!important;
}
body.sgwp-client-panel :is(.sgwp-client-card,.sgwp-client-project-summary,.sgwp-client-editing-toolbar,.sgwp-client-step-card,.sgwp-client-action-row,.sgwp-client-brand-preview,.sgwp-social-builder-card,.sgwp-review-builder-card,.sgwp-emergency-builder-card,.sgwp-contact-builder-card,.sgwp-location-builder-card,.sgwp-completion-list li,.sgwp-icon-builder-toolbar,.sgwp-icon-builder-row,.sgwp-client-mini-phone,.sgwp-color-current-summary,.sgwp-font-current-summary,.sgwp-login-form-card,.sgwp-login-property-card){
  border:1px solid rgba(15,23,42,.09)!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 14px 36px rgba(15,23,42,.07)!important;
  color:var(--mq-ui-text)!important;
}
body.sgwp-client-panel :is(.sgwp-client-card,.sgwp-client-project-summary,.sgwp-client-editing-toolbar,.sgwp-client-step-card,.sgwp-client-action-row,.sgwp-client-brand-preview,.sgwp-social-builder-card,.sgwp-review-builder-card,.sgwp-emergency-builder-card,.sgwp-contact-builder-card,.sgwp-location-builder-card){
  padding:clamp(17px,2.4vw,24px)!important;
}
body.sgwp-client-panel :is(.sgwp-client-card h2,.sgwp-client-card h3,.sgwp-card-title-row h2,.sgwp-client-project-copy h2,.sgwp-client-step-card h3,.sgwp-social-builder-head strong,.sgwp-contact-builder-head strong){
  margin-top:0!important;
  color:var(--mq-ui-ink)!important;
  letter-spacing:-.025em!important;
  line-height:1.12!important;
}
body.sgwp-client-panel :is(.sgwp-client-muted,.sgwp-client-card p,.sgwp-client-small,small,.description,.sgwp-builder-toggle-label,.sgwp-client-field small,.sgwp-client-project-copy p,.sgwp-client-progress-copy p){
  color:var(--mq-ui-muted)!important;
  line-height:1.48!important;
}
body.sgwp-client-panel .sgwp-client-project-summary{
  display:grid!important;
  gap:18px!important;
  margin-bottom:18px!important;
}
body.sgwp-client-panel .sgwp-client-project-main{
  display:grid!important;
  grid-template-columns:80px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:18px!important;
}
body.sgwp-client-panel .sgwp-client-project-logo,
body.sgwp-client-panel .sgwp-client-logo-mini,
body.sgwp-client-panel .sgwp-client-mini-logo{
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  border:1px solid rgba(15,23,42,.10)!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(15,23,42,.06)!important;
}
body.sgwp-client-panel .sgwp-client-project-logo{
  width:80px!important;
  height:80px!important;
  border-radius:24px!important;
}
body.sgwp-client-panel .sgwp-client-progress-row{
  display:grid!important;
  grid-template-columns:82px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  padding:16px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#fff,#f8fafc)!important;
  border:1px solid rgba(15,23,42,.08)!important;
}
body.sgwp-client-panel .sgwp-client-step-nav{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr))!important;
  gap:10px!important;
  margin:16px 0 0!important;
  padding:12px!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.82)!important;
  box-shadow:0 10px 28px rgba(15,23,42,.05)!important;
}
body.sgwp-client-panel .sgwp-client-step-pill{
  min-height:58px!important;
  display:grid!important;
  gap:4px!important;
  align-content:center!important;
  justify-items:start!important;
  padding:11px 13px!important;
  border-radius:18px!important;
  border:1px solid rgba(15,23,42,.08)!important;
  background:#fff!important;
  color:var(--mq-ui-ink)!important;
  text-align:left!important;
  box-shadow:none!important;
}
body.sgwp-client-panel .sgwp-client-step-pill.is-ready{
  border-color:rgba(22,163,74,.24)!important;
  background:#f0fdf4!important;
}
body.sgwp-client-panel .sgwp-client-step-pill.is-missing{
  border-color:rgba(217,119,6,.24)!important;
  background:#fffbeb!important;
}
body.sgwp-client-panel .sgwp-client-editing-toolbar{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:16px!important;
  align-items:center!important;
}
body.sgwp-client-panel .sgwp-client-form{
  display:grid!important;
  gap:18px!important;
}
body.sgwp-client-panel :is(.sgwp-client-two-cols,.sgwp-contact-builder-grid,.sgwp-review-builder-grid,.sgwp-emergency-builder-grid,.sgwp-social-builder-grid,.sgwp-color-theme-grid,.sgwp-font-theme-grid,.sgwp-client-mini-icon-grid,.sgwp-client-module-live-grid){
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}
body.sgwp-client-panel .sgwp-client-field{
  display:grid!important;
  gap:7px!important;
  min-width:0!important;
}
body.sgwp-client-panel .sgwp-client-field label,
body.sgwp-client-panel .sgwp-client-field > span,
body.sgwp-client-panel label{
  color:var(--mq-ui-ink)!important;
  font-weight:850!important;
  line-height:1.25!important;
}
body.sgwp-client-panel :is(input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="number"],input[type="tel"],select,textarea,.sgwp-client-copy){
  width:100%!important;
  min-height:46px!important;
  padding:10px 13px!important;
  border:1px solid rgba(15,23,42,.13)!important;
  border-radius:16px!important;
  background:#fff!important;
  color:var(--mq-ui-ink)!important;
  box-shadow:inset 0 1px 0 rgba(15,23,42,.03)!important;
}
body.sgwp-client-panel textarea{
  min-height:112px!important;
  resize:vertical!important;
}
body.sgwp-client-panel .sgwp-client-submit-bar{
  position:sticky!important;
  bottom:14px!important;
  z-index:40!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:12px!important;
  padding:14px!important;
  border:1px solid rgba(15,23,42,.10)!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:0 20px 50px rgba(15,23,42,.14)!important;
  backdrop-filter:blur(16px)!important;
}
body.sgwp-client-panel .sgwp-client-notice{
  border-radius:20px!important;
  padding:14px 16px!important;
  border:1px solid rgba(15,23,42,.10)!important;
  box-shadow:0 10px 24px rgba(15,23,42,.06)!important;
}
body.sgwp-client-panel .sgwp-client-notice-success{background:#ecfdf3!important;color:#067647!important;border-color:#abe7c5!important;}
body.sgwp-client-panel .sgwp-client-notice-error{background:#fff1f3!important;color:#b42318!important;border-color:#fecdca!important;}
body.sgwp-client-login-page .sgwp-login-shell{
  min-height:100vh!important;
  display:grid!important;
  place-items:center!important;
}
body.sgwp-client-login-page .sgwp-login-hero-card{
  width:min(520px,100%)!important;
  padding:clamp(24px,4vw,38px)!important;
  border-radius:32px!important;
  background:#fff!important;
  border:1px solid rgba(15,23,42,.10)!important;
  box-shadow:var(--mq-ui-shadow)!important;
}

/* Sales homepage */
body.myguideqr-sales-template .myguideqr-page-shell,
body.sgwp-sales-demo .myguideqr-page-shell{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.myguideqr-sales-template .myguideqr-sales-main{
  width:min(100% - 28px, var(--mq-ui-max))!important;
  margin:0 auto!important;
}
body.myguideqr-sales-template .mq-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.78fr)!important;
  align-items:center!important;
  gap:28px!important;
  padding:clamp(28px,5vw,56px)!important;
  border-radius:36px!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:var(--mq-ui-shadow)!important;
}
body.myguideqr-sales-template .mq-hero h1,
body.myguideqr-sales-template .mq-section-head h2,
body.myguideqr-sales-template .mq-final-cta h2{
  letter-spacing:-.06em!important;
  line-height:.98!important;
}
body.myguideqr-sales-template :is(.mq-card-grid,.mq-package-grid,.mq-steps,.mq-faq-grid,.mq-strip){
  gap:16px!important;
}
body.myguideqr-sales-template :is(.mq-card,.mq-plan,.mq-strip article,.mq-demo-section,.mq-faq details){
  border:1px solid rgba(15,23,42,.09)!important;
  border-radius:26px!important;
  box-shadow:0 14px 36px rgba(15,23,42,.07)!important;
  overflow:hidden!important;
}
body.myguideqr-sales-template .mq-card{
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
}
body.myguideqr-sales-template .mq-card p{
  grid-column:1 / -1!important;
}
body.myguideqr-sales-template .mq-btn{
  min-height:48px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  white-space:normal!important;
}
body.myguideqr-sales-template .mq-phone-card{
  width:min(100%,360px)!important;
  margin:0 auto!important;
}

/* Sales demo, start and editor */
body.sgwp-sales-demo,
body.sgwp-sales-editor,
body.sgwp-sales-start{
  background:linear-gradient(180deg,#f6f7fb 0%,#eef2f7 100%)!important;
  color:var(--mq-ui-text)!important;
}
body.sgwp-sales-demo .mq-demo,
body.sgwp-sales-editor .sgde-wrap,
body.sgwp-sales-start .sgs-wrap{
  width:min(100% - 28px, var(--mq-ui-max))!important;
  margin:0 auto!important;
  padding:26px 0 54px!important;
}
body.sgwp-sales-demo .mq-demo-hero,
body.sgwp-sales-editor .sgde-top,
body.sgwp-sales-start .sgs-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:22px!important;
  align-items:center!important;
  padding:clamp(24px,4vw,42px)!important;
  border:1px solid rgba(15,23,42,.09)!important;
  border-radius:34px!important;
  background:linear-gradient(145deg,#fff,#f8fafc)!important;
  box-shadow:var(--mq-ui-shadow)!important;
}
body.sgwp-sales-demo :is(.mq-demo-card,.mq-step,.mq-package,.mq-demo-qr-card,.mq-demo-final),
body.sgwp-sales-editor :is(.sgde-step-card,.sgde-preview-card,.sgde-help-card,.sgde-help-checklist,.sgde-qr-card),
body.sgwp-sales-start :is(.sgs-card,.sgs-step,.sgs-check,.sgs-plan-card){
  border:1px solid rgba(15,23,42,.09)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 14px 36px rgba(15,23,42,.07)!important;
  overflow:hidden!important;
}
body.sgwp-sales-demo :is(.mq-demo-card,.mq-step,.mq-package,.mq-demo-qr-card,.mq-demo-final),
body.sgwp-sales-editor :is(.sgde-step-card,.sgde-preview-card,.sgde-help-card,.sgde-help-checklist,.sgde-qr-card),
body.sgwp-sales-start :is(.sgs-card,.sgs-plan-card){
  padding:clamp(18px,2.4vw,26px)!important;
}
body.sgwp-sales-editor .sgde-layout,
body.sgwp-sales-start .sgs-grid,
body.sgwp-sales-start .sgs-plan-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,.8fr)!important;
  gap:18px!important;
  align-items:start!important;
}
body.sgwp-sales-editor .sgde-preview-card{
  position:sticky!important;
  top:18px!important;
}
body.sgwp-sales-editor :is(.sgde-two,.sgde-palette-grid,.sgde-font-grid,.sgde-toggles,.sgde-live-grid,.sgde-help-grid),
body.sgwp-sales-start :is(.sgs-fields,.sgs-checks,.sgs-process){
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;
  gap:14px!important;
}
body.sgwp-sales-editor :is(.sgde-field,.sgs-field),
body.sgwp-sales-start .sgs-field{
  display:grid!important;
  gap:7px!important;
}
body.sgwp-sales-editor :is(input,select,textarea),
body.sgwp-sales-start :is(input,select,textarea){
  width:100%!important;
  min-height:46px!important;
  border:1px solid rgba(15,23,42,.13)!important;
  border-radius:16px!important;
  background:#fff!important;
  color:var(--mq-ui-ink)!important;
  padding:10px 13px!important;
}
body.sgwp-sales-editor textarea,
body.sgwp-sales-start textarea{min-height:110px!important;resize:vertical!important;}
body.sgwp-sales-demo :is(.mq-demo-button),
body.sgwp-sales-editor :is(.sgde-button,.sgde-step-title button),
body.sgwp-sales-start :is(.sgs-button,.sgs-submit button){
  min-height:48px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  white-space:normal!important;
}

/* Delivery, QR card and print-like pages */
body.sgwp-delivery-pack .sgwp-delivery-shell,
body.sgwp-qr-card-page .sgwp-qr-card-wrap{
  width:min(100% - 28px, 1180px)!important;
}
body.sgwp-delivery-pack .sgwp-delivery-hero,
body.sgwp-delivery-pack .sgwp-delivery-card,
body.sgwp-qr-card-page .sgwp-qr-card{
  border-radius:30px!important;
  border:1px solid rgba(15,23,42,.10)!important;
  box-shadow:var(--mq-ui-shadow)!important;
}
body.sgwp-delivery-pack .sgwp-delivery-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.8fr)!important;
  gap:18px!important;
  align-items:start!important;
}
body.sgwp-delivery-pack .sgwp-delivery-button,
body.sgwp-qr-card-page .sgwp-qr-actions a,
body.sgwp-qr-card-page .sgwp-qr-actions button{
  min-height:46px!important;
  border-radius:999px!important;
}

/* Mobile normalization */
@media (max-width: 1080px){
  body.sgwp-client-panel .sgwp-client-grid,
  body.sgwp-sales-editor .sgde-layout,
  body.sgwp-sales-start .sgs-grid,
  body.sgwp-sales-start .sgs-plan-grid,
  body.sgwp-delivery-pack .sgwp-delivery-grid,
  body.myguideqr-sales-template .mq-hero,
  body.sgwp-sales-demo .mq-demo-hero,
  body.sgwp-sales-editor .sgde-top,
  body.sgwp-sales-start .sgs-hero{
    grid-template-columns:1fr!important;
  }
  body.sgwp-client-panel .sgwp-client-sidebar,
  body.sgwp-sales-editor .sgde-preview-card{
    position:static!important;
  }
  body.sgwp-client-panel .sgwp-client-header,
  body.sgwp-client-panel .sgwp-client-project-main,
  body.sgwp-client-panel .sgwp-client-editing-toolbar{
    grid-template-columns:1fr!important;
  }
  body.sgwp-client-panel :is(.sgwp-client-header-actions,.sgwp-client-project-actions,.sgwp-client-link-actions,.sgwp-client-editing-toolbar-actions){
    justify-content:flex-start!important;
  }
}
@media (max-width: 700px){
  body.sgwp-guide .sgwp-icon-shell,
  body.sgwp-client-panel .sgwp-client-shell,
  body.sgwp-client-login-page .sgwp-login-shell,
  body.myguideqr-sales-template .myguideqr-sales-main,
  body.sgwp-sales-demo .mq-demo,
  body.sgwp-sales-editor .sgde-wrap,
  body.sgwp-sales-start .sgs-wrap,
  body.sgwp-delivery-pack .sgwp-delivery-shell,
  body.sgwp-qr-card-page .sgwp-qr-card-wrap{
    width:min(100% - 20px, var(--mq-ui-max))!important;
    padding-top:14px!important;
  }
  body.sgwp-guide .sgwp-icon-card,
  body.sgwp-client-panel .sgwp-client-header,
  body.sgwp-client-panel :is(.sgwp-client-card,.sgwp-client-project-summary,.sgwp-client-editing-toolbar,.sgwp-client-step-card,.sgwp-client-action-row,.sgwp-client-brand-preview,.sgwp-social-builder-card,.sgwp-review-builder-card,.sgwp-emergency-builder-card,.sgwp-contact-builder-card,.sgwp-location-builder-card),
  body.myguideqr-sales-template .mq-hero,
  body.sgwp-sales-demo .mq-demo-hero,
  body.sgwp-sales-editor .sgde-top,
  body.sgwp-sales-start .sgs-hero,
  body.sgwp-delivery-pack .sgwp-delivery-hero,
  body.sgwp-delivery-pack .sgwp-delivery-card{
    border-radius:22px!important;
    padding:18px!important;
  }
  body.sgwp-client-panel .sgwp-client-step-nav{
    grid-template-columns:1fr!important;
    padding:8px!important;
  }
  body.sgwp-client-panel :is(.sgwp-client-button,.sgwp-client-form button,.sgwp-login-card input[type="submit"],.sgwp-social-edit-button,.sgwp-contact-edit-button,.sgwp-module-edit-button,.sgwp-icon-builder .button,.sgwp-icon-row-actions .button,.sgwp-suite-row-actions .button,.sgwp-place-row-actions .button,.sgwp-client-card-toggle),
  body.myguideqr-sales-template .mq-btn,
  body.sgwp-sales-demo .mq-demo-button,
  body.sgwp-sales-editor .sgde-button,
  body.sgwp-sales-start .sgs-button,
  body.sgwp-sales-start .sgs-submit button{
    width:100%!important;
  }
  body.sgwp-guide .sgwp-icon-quick-grid,
  body.sgwp-client-panel :is(.sgwp-client-two-cols,.sgwp-contact-builder-grid,.sgwp-review-builder-grid,.sgwp-emergency-builder-grid,.sgwp-social-builder-grid,.sgwp-color-theme-grid,.sgwp-font-theme-grid,.sgwp-client-mini-icon-grid,.sgwp-client-module-live-grid),
  body.sgwp-sales-editor :is(.sgde-two,.sgde-palette-grid,.sgde-font-grid,.sgde-toggles,.sgde-live-grid,.sgde-help-grid),
  body.sgwp-sales-start :is(.sgs-fields,.sgs-checks,.sgs-process){
    grid-template-columns:1fr!important;
  }
  body.sgwp-guide .sgwp-visitor-accordion-toggle{
    grid-template-columns:38px minmax(0,1fr) 24px!important;
    gap:10px!important;
    padding:12px!important;
  }
  body.sgwp-guide :is(.sgwp-icon-quick-symbol,.sgwp-visitor-accordion-symbol){
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
  }
}
@media print{
  body.sgwp-client-panel .sgwp-client-submit-bar,
  body.myguideqr-sales-template .mq-app-header,
  body.sgwp-sales-demo .mq-app-header,
  body.sgwp-sales-editor .mq-app-header,
  body.sgwp-sales-start .mq-app-header{
    display:none!important;
  }
  body.sgwp-guide,
  body.sgwp-client-panel,
  body.sgwp-delivery-pack{
    background:#fff!important;
  }
}
body.sgwp-qr-print-page{
  margin:0!important;
  min-height:100vh!important;
  background:linear-gradient(180deg,#f6f7fb 0%,#eef2f7 100%)!important;
  color:var(--mq-ui-text)!important;
  overflow-x:hidden!important;
}
body.sgwp-qr-print-page .sgwp-print-shell{
  width:min(100% - 28px,760px)!important;
  margin:28px auto 52px!important;
}
body.sgwp-qr-print-page .sgwp-print-card{
  border-radius:30px!important;
  border:1px solid rgba(15,23,42,.10)!important;
  box-shadow:var(--mq-ui-shadow)!important;
  padding:clamp(22px,4vw,38px)!important;
}
body.sgwp-qr-print-page .sgwp-print-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
body.sgwp-qr-print-page .sgwp-print-button{
  min-height:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
}
@media(max-width:700px){body.sgwp-qr-print-page .sgwp-print-button{width:100%!important;}body.sgwp-qr-print-page .sgwp-print-shell{width:calc(100% - 20px)!important;margin-top:14px!important;}}
@media print{body.sgwp-qr-print-page{background:#fff!important;}body.sgwp-qr-print-page .sgwp-print-actions{display:none!important;}}

/* v2.32.17 — guide icon unification for Weather and Guest Details. */
body.sgwp-guide.sgwp-visitor-system-v032 .sgwp-icon-quick.sgwp-icon-quick-weather,
body.sgwp-guide.sgwp-visitor-system-v032 .sgwp-icon-quick.sgwp-icon-quick-guest_details,
body.sgwp-guide.sgwp-visitor-system-v032 .sgwp-visitor-accordion.sgwp-visitor-accordion-weather,
body.sgwp-guide.sgwp-visitor-system-v032 .sgwp-visitor-accordion.sgwp-visitor-accordion-guest_details{
  border:1px solid rgba(15,23,42,.09)!important;
  border-radius:22px!important;
  background:#fff!important;
  color:var(--mq-ui-ink,#0f172a)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.06)!important;
  overflow:hidden!important;
}
body.sgwp-guide.sgwp-visitor-system-v032 .sgwp-icon-quick.sgwp-icon-quick-weather .sgwp-icon-quick-symbol,
body.sgwp-guide.sgwp-visitor-system-v032 .sgwp-icon-quick.sgwp-icon-quick-guest_details .sgwp-icon-quick-symbol,
body.sgwp-guide.sgwp-visitor-system-v032 .sgwp-visitor-accordion.sgwp-visitor-accordion-weather .sgwp-visitor-accordion-symbol,
body.sgwp-guide.sgwp-visitor-system-v032 .sgwp-visitor-accordion.sgwp-visitor-accordion-guest_details .sgwp-visitor-accordion-symbol{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:15px!important;
  background:var(--mq-ui-gold-soft,#fbf1d9)!important;
  color:var(--mq-ui-ink,#0f172a)!important;
  border-color:rgba(15,23,42,.09)!important;
  box-shadow:none!important;
}
body.sgwp-guide.sgwp-visitor-system-v032 .sgwp-icon-quick.sgwp-icon-quick-weather .sgwp-icon-quick-symbol svg,
body.sgwp-guide.sgwp-visitor-system-v032 .sgwp-icon-quick.sgwp-icon-quick-guest_details .sgwp-icon-quick-symbol svg,
body.sgwp-guide.sgwp-visitor-system-v032 .sgwp-visitor-accordion.sgwp-visitor-accordion-weather .sgwp-visitor-accordion-symbol svg,
body.sgwp-guide.sgwp-visitor-system-v032 .sgwp-visitor-accordion.sgwp-visitor-accordion-guest_details .sgwp-visitor-accordion-symbol svg{
  width:21px!important;
  height:21px!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
  opacity:1!important;
}
