/* myguideqr 2.21.0 — editable sale-ready homepage system.
   Scope: sales homepage only. Owns the mq-home-v220 namespace. */
body.myguideqr-sales-template{
  --mq-home-page-bg-top:#FFFFFF;
  --mq-home-page-bg-mid:#F5F7FB;
  --mq-home-page-bg-bottom:#EEF3F8;
  --mq-home-ink:#101828;
  --mq-home-text:#263447;
  --mq-home-muted:#475467;
  --mq-home-line:#D8E0EA;
  --mq-home-card:#FFFFFF;
  --mq-home-soft:#F6F8FB;
  --mq-home-dark:#101828;
  --mq-home-dark-2:#172A46;
  --mq-home-hero-ink:#FFFFFF;
  --mq-home-dark-muted:#E6EEF8;
  --mq-home-gold:#D8AA4F;
  --mq-home-gold-2:#F4D17B;
  --mq-home-gold-soft:#FFF4D9;
  --mq-home-hero-min:620px;
  --mq-home-title-scale:1;
  --mq-home-body-scale:1;
  --mq-home-radius:24px;
  --mq-home-radius-lg:34px;
  --mq-home-max:1180px;
  --mq-home-shadow:0 20px 52px rgba(16,24,40,.10);
  --mq-home-shadow-strong:0 28px 80px rgba(16,24,40,.20);
  background:
    radial-gradient(circle at 8% 12%, rgba(244,209,123,.18), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(191,219,254,.28), transparent 28%),
    linear-gradient(180deg,var(--mq-home-page-bg-top) 0%,var(--mq-home-page-bg-mid) 48%,var(--mq-home-page-bg-bottom) 100%)!important;
  color:var(--mq-home-ink)!important;
  font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
}
body.myguideqr-sales-template .myguideqr-page-shell{
  min-height:100vh;
  background:transparent!important;
}
.myguideqr-sales-main.mq-home-v220{
  width:min(var(--mq-home-max), calc(100% - 32px))!important;
  margin:0 auto!important;
  padding:clamp(24px,4vw,44px) 0 72px!important;
}
.mq-home-v220,
.mq-home-v220 *{
  box-sizing:border-box;
}
.mq-home-v220 :where(h1,h2,h3,strong,summary){
  color:var(--mq-home-ink);
}
.mq-home-v220 :where(h1,h2,h3){
  text-wrap:balance;
  overflow-wrap:normal;
  hyphens:none;
  text-rendering:optimizeLegibility;
}
.mq-home-v220 :where(p,li,small,span,strong){
  text-rendering:optimizeLegibility;
}
.mq-home-v220 :where(p,li){
  color:var(--mq-home-muted);
  text-wrap:pretty;
}
.mq-home-v220 .mq-kicker,
.mq-home-v220 .mq-kicker-light{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.105em;
  line-height:1;
  text-transform:uppercase;
}
.mq-home-v220 .mq-kicker{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.24);
  color:var(--mq-home-hero-ink);
}
.mq-home-v220 .mq-kicker-light{
  background:var(--mq-home-gold-soft);
  border:1px solid rgba(216,170,79,.38);
  color:#6F4C13;
}
.mq-home-v220 .mq-hero{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(350px,.88fr);
  align-items:center;
  gap:clamp(28px,4.6vw,58px);
  min-height:var(--mq-home-hero-min);
  padding:clamp(34px,5.2vw,70px);
  border:1px solid rgba(255,255,255,.16);
  border-radius:var(--mq-home-radius-lg);
  background:
    radial-gradient(circle at 94% 12%, rgba(244,209,123,.18), transparent 28%),
    radial-gradient(circle at 8% 94%, rgba(191,219,254,.20), transparent 28%),
    linear-gradient(135deg,var(--mq-home-dark) 0%,var(--mq-home-dark-2) 72%,#203756 100%);
  color:#FFFFFF;
  overflow:hidden;
  box-shadow:var(--mq-home-shadow-strong);
}
.mq-home-v220 .mq-hero:before,
.mq-home-v220 .mq-hero:after{
  content:"";
  position:absolute;
  z-index:-1;
  pointer-events:none;
  border-radius:999px;
  filter:blur(2px);
}
.mq-home-v220 .mq-hero:before{
  width:260px;
  height:260px;
  left:-90px;
  top:-80px;
  background:rgba(244,209,123,.16);
}
.mq-home-v220 .mq-hero:after{
  width:360px;
  height:360px;
  right:-140px;
  bottom:-150px;
  background:rgba(255,255,255,.09);
}
.mq-home-v220 .mq-hero-copy{
  min-width:0;
  max-width:760px;
}
.mq-home-v220 .mq-hero h1{
  max-width:760px;
  margin:18px 0 18px;
  color:var(--mq-home-hero-ink);
  font-size:calc(clamp(42px,5.45vw,70px) * var(--mq-home-title-scale));
  line-height:1.015;
  letter-spacing:-.052em;
  font-weight:880;
}
.mq-home-v220 .mq-lead{
  max-width:720px;
  margin:0;
  color:var(--mq-home-dark-muted)!important;
  font-size:calc(clamp(16.5px,1.42vw,19px) * var(--mq-home-body-scale))!important;
  line-height:1.68!important;
}
.mq-home-v220 .mq-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.mq-home-v220 .mq-pills span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:var(--mq-home-hero-ink);
  font-size:calc(13px * var(--mq-home-body-scale));
  font-weight:820;
  letter-spacing:.005em;
}
.mq-home-v220 .mq-home-proof-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  max-width:660px;
  margin-top:22px;
}
.mq-home-v220 .mq-home-proof-row span{
  display:grid;
  align-content:center;
  gap:3px;
  min-height:82px;
  padding:14px 15px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
}
.mq-home-v220 .mq-home-proof-row strong{
  color:var(--mq-home-hero-ink);
  font-size:calc(17px * var(--mq-home-body-scale));
  font-weight:920;
  line-height:1.1;
}
.mq-home-v220 .mq-home-proof-row small{
  color:rgba(248,250,252,.80);
  font-size:12px;
  font-weight:740;
  line-height:1.28;
  letter-spacing:.005em;
}
.mq-home-v220 .mq-cta-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
}
.mq-home-v220 .mq-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border:1px solid transparent;
  border-radius:999px;
  text-decoration:none!important;
  font-size:calc(14px * var(--mq-home-body-scale));
  font-weight:900;
  line-height:1.14;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.mq-home-v220 .mq-btn:hover{
  transform:translateY(-1px);
}
.mq-home-v220 .mq-btn-primary{
  background:#101828;
  color:#FFFFFF!important;
  border-color:#101828;
  box-shadow:0 12px 28px rgba(16,24,40,.14);
}
.mq-home-v220 .mq-hero .mq-btn-primary,
.mq-home-v220 .mq-final-cta .mq-btn-primary{
  background:#FFFFFF;
  color:#101828!important;
  border-color:#FFFFFF;
  box-shadow:0 14px 32px rgba(0,0,0,.18);
}
.mq-home-v220 .mq-btn-gold{
  background:linear-gradient(145deg,var(--mq-home-gold-2),var(--mq-home-gold));
  color:#101828!important;
  border-color:rgba(161,111,27,.45);
  box-shadow:0 12px 28px rgba(216,170,79,.20);
}
.mq-home-v220 .mq-btn-secondary{
  background:rgba(255,255,255,.12);
  color:#FFFFFF!important;
  border-color:rgba(255,255,255,.28);
}
.mq-home-v220 .mq-guide-preview{
  position:relative;
  display:grid;
  justify-items:center;
  align-self:center;
  min-width:0;
}
.mq-home-v220 .mq-home-visual-stack{
  align-content:center;
  min-height:520px;
}
.mq-home-v220 .mq-home-orbit{
  position:absolute;
  z-index:1;
  inset:auto auto 6px -18px;
  width:min(78%,378px);
  opacity:.98;
  transform:rotate(-5deg);
}
.mq-home-v220 .mq-phone-card{
  position:relative;
  z-index:2;
  width:min(100%,356px);
  padding:24px 18px 20px;
  border:11px solid #0D1B31;
  border-radius:32px;
  background:linear-gradient(180deg,#FFFFFF,#F8FAFC);
  color:#101828;
  box-shadow:0 26px 70px rgba(0,0,0,.30);
}
.mq-home-v220 .mq-phone-card:before{
  content:"";
  position:absolute;
  top:-6px;
  left:50%;
  width:86px;
  height:8px;
  border-radius:999px;
  background:#111827;
  transform:translateX(-50%);
  opacity:.28;
}
.mq-home-v220 .mq-phone-logo{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  margin:4px auto 16px;
  border-radius:18px;
  background:#101828;
  color:#FFFFFF;
  font-weight:950;
}
.mq-home-v220 .mq-phone-card h2{
  max-width:14ch;
  margin:0 auto;
  color:#101828;
  font-size:22px;
  line-height:1.12;
  letter-spacing:.035em;
  text-align:center;
}
.mq-home-v220 .mq-phone-card>p{
  margin:8px 0 16px;
  color:#475467!important;
  font-size:11px!important;
  font-weight:850;
  letter-spacing:.10em;
  text-align:center;
  text-transform:uppercase;
}
.mq-home-v220 .mq-phone-list{
  display:grid;
  gap:9px;
}
.mq-home-v220 .mq-phone-list span{
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:10px;
  align-items:center;
  min-height:54px;
  padding:8px 10px;
  border:1px solid #E3E8EF;
  border-radius:15px;
  background:#FFFFFF;
}
.mq-home-v220 .mq-phone-list i,
.mq-home-v220 .mq-card i,
.mq-home-v220 .mq-strip i,
.mq-home-v220 .mq-plan li i{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid rgba(216,170,79,.34);
  border-radius:14px;
  background:var(--mq-home-gold-soft);
  color:#101828;
  font-style:normal;
}
.mq-home-v220 .mq-phone-list svg,
.mq-home-v220 .mq-card svg,
.mq-home-v220 .mq-strip svg,
.mq-home-v220 .mq-plan li svg{
  width:21px;
  height:21px;
  stroke:currentColor;
}
.mq-home-v220 .mq-phone-list b{
  color:#101828;
  font-size:14px;
  font-weight:850;
}
.mq-home-v220 .mq-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:28px;
}
.mq-home-v220 .mq-strip article,
.mq-home-v220 .mq-card,
.mq-home-v220 .mq-plan,
.mq-home-v220 .mq-faq details,
.mq-home-v220 .mq-demo-section{
  border:1px solid var(--mq-home-line);
  border-radius:var(--mq-home-radius);
  background:rgba(255,255,255,.92);
  box-shadow:var(--mq-home-shadow);
}
.mq-home-v220 .mq-strip article{
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  gap:14px;
  align-items:center;
  padding:18px;
}
.mq-home-v220 .mq-strip strong{
  color:#101828;
  font-size:17px;
  line-height:1.22;
  letter-spacing:-.015em;
}
.mq-home-v220 .mq-strip p{
  grid-column:2;
  margin:0;
  color:#475467;
  font-size:14px;
  line-height:1.46;
}
.mq-home-v220 .mq-card,
.mq-home-v220 .mq-strip article,
.mq-home-v220 .mq-steps li,
.mq-home-v220 .mq-plan,
.mq-home-v220 .mq-faq details{
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.mq-home-v220 .mq-card:hover,
.mq-home-v220 .mq-strip article:hover,
.mq-home-v220 .mq-steps li:hover,
.mq-home-v220 .mq-plan:hover,
.mq-home-v220 .mq-faq details:hover{
  transform:translateY(-2px);
  border-color:#C8D2DF;
  box-shadow:0 24px 62px rgba(16,24,40,.13);
}
.mq-home-v220 .mq-section{
  margin-top:clamp(44px,6vw,70px);
}
.mq-home-v220 .mq-section-head{
  max-width:830px;
  margin:0 auto 24px;
  text-align:center;
}
.mq-home-v220 .mq-section-head h2,
.mq-home-v220 .mq-demo-section h2,
.mq-home-v220 .mq-final-cta h2{
  max-width:760px;
  margin:12px auto 8px;
  color:#101828;
  font-size:calc(clamp(30px,3.8vw,50px) * var(--mq-home-title-scale));
  line-height:1.08;
  letter-spacing:-.042em;
  font-weight:850;
}
.mq-home-v220 .mq-section-head p{
  max-width:690px;
  margin-left:auto;
  margin-right:auto;
  color:#475467;
  font-size:calc(16px * var(--mq-home-body-scale));
  line-height:1.62;
}
.mq-home-v220 .mq-card-grid{
  display:grid;
  gap:14px;
}
.mq-home-v220 .mq-card-grid-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.mq-home-v220 .mq-card-grid-2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.mq-home-v220 .mq-card{
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  gap:14px;
  align-items:start;
  padding:22px;
}
.mq-home-v220 .mq-card strong{
  color:#101828;
  font-size:18px;
  line-height:1.22;
  letter-spacing:-.015em;
}
.mq-home-v220 .mq-card p{
  grid-column:2;
  margin:0;
  color:#475467;
  font-size:14.5px;
  line-height:1.52;
}
.mq-home-v220 .mq-showcase{
  display:grid;
  gap:22px;
}
.mq-home-v220 .mq-showcase-row{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(390px,1fr);
  gap:clamp(24px,4vw,44px);
  align-items:center;
  padding:clamp(24px,3.6vw,42px);
  border:1px solid var(--mq-home-line);
  border-radius:var(--mq-home-radius-lg);
  background:rgba(255,255,255,.90);
  box-shadow:var(--mq-home-shadow);
}
.mq-home-v220 .mq-showcase-row--reverse{
  grid-template-columns:minmax(390px,1fr) minmax(0,.88fr);
}
.mq-home-v220 .mq-showcase-row--reverse .mq-showcase-copy{
  grid-column:2;
}
.mq-home-v220 .mq-showcase-row--reverse .mq-showcase-visual{
  grid-column:1;
  grid-row:1;
}
.mq-home-v220 .mq-showcase-copy{
  max-width:570px;
}
.mq-home-v220 .mq-showcase-copy h2{
  max-width:560px;
  margin:14px 0 12px;
  color:#101828;
  font-size:calc(clamp(28px,3.2vw,44px) * var(--mq-home-title-scale));
  line-height:1.09;
  letter-spacing:-.04em;
  font-weight:850;
}
.mq-home-v220 .mq-showcase-copy p{
  color:#3D4B5F!important;
  font-size:16px;
  line-height:1.62;
}
.mq-home-v220 .mq-showcase-points{
  list-style:none;
  display:grid;
  gap:9px;
  margin:18px 0 0;
  padding:0;
}
.mq-home-v220 .mq-showcase-points li{
  position:relative;
  min-height:28px;
  padding-left:28px;
  color:#263447;
  font-size:14px;
  font-weight:780;
  line-height:1.45;
}
.mq-home-v220 .mq-showcase-points li:before{
  content:"";
  position:absolute;
  left:0;
  top:.35em;
  width:16px;
  height:16px;
  border-radius:999px;
  background:linear-gradient(145deg,var(--mq-home-gold-2),var(--mq-home-gold));
  box-shadow:inset 0 0 0 5px rgba(255,255,255,.72);
}
.mq-home-v220 .mq-showcase-visual{
  display:grid;
  place-items:center;
  min-width:0;
  margin:0;
  padding:clamp(4px,1vw,10px);
}
.mq-home-v220 .mq-home-svg{
  display:block;
  width:100%;
  max-width:620px;
  height:auto;
  color:#101828;
}
.mq-home-v220 .mq-home-svg--qr{
  max-width:378px;
}
.mq-home-v220 .mq-steps{
  list-style:none;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:0;
  padding:0;
}
.mq-home-v220 .mq-steps li{
  padding:20px;
  border:1px solid var(--mq-home-line);
  border-radius:var(--mq-home-radius);
  background:#FFFFFF;
  box-shadow:var(--mq-home-shadow);
}
.mq-home-v220 .mq-steps li>span{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:12px;
  border-radius:999px;
  background:#101828;
  color:var(--mq-home-hero-ink);
  font-size:calc(13px * var(--mq-home-body-scale));
  font-weight:950;
}
.mq-home-v220 .mq-steps strong{
  color:#101828;
  font-size:17px;
  line-height:1.22;
  letter-spacing:-.015em;
}
.mq-home-v220 .mq-steps p{
  margin:8px 0 0;
  color:#475467;
  font-size:14px;
  line-height:1.5;
}
.mq-home-v220 .mq-package-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.mq-home-v220 .mq-plan{
  display:flex;
  flex-direction:column;
  padding:28px;
  overflow:hidden;
}
.mq-home-v220 .mq-plan-label{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  min-height:32px;
  padding:0 12px;
  border:1px solid rgba(216,170,79,.38);
  border-radius:999px;
  background:var(--mq-home-gold-soft);
  color:#6F4C13!important;
  font-size:11px!important;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.mq-home-v220 .mq-price{
  margin:16px 0;
  padding:18px;
  border:1px solid rgba(216,170,79,.34);
  border-radius:18px;
  background:#FFF7E7;
  color:#101828;
}
.mq-home-v220 .mq-price strong,
.mq-home-v220 .mq-price span{
  display:block;
  color:#101828;
}
.mq-home-v220 .mq-price strong{
  font-size:clamp(36px,4vw,56px);
  line-height:1;
  font-weight:820;
  letter-spacing:-.035em;
}
.mq-home-v220 .mq-price span{
  margin-top:6px;
  font-size:17px;
  font-weight:900;
}
.mq-home-v220 .mq-plan>p:not(.mq-plan-label){
  margin:0;
  color:#475467;
  font-size:15px;
  line-height:1.58;
}
.mq-home-v220 .mq-plan ul{
  list-style:none;
  display:grid;
  gap:10px;
  margin:18px 0 0;
  padding:0;
}
.mq-home-v220 .mq-plan li{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:12px;
  align-items:center;
  min-height:56px;
  padding:8px 12px;
  border:1px solid #E3E8EF;
  border-radius:16px;
  background:#FFFFFF;
}
.mq-home-v220 .mq-plan li span{
  color:#263447;
  font-size:14.5px;
  font-weight:780;
  line-height:1.28;
}
.mq-home-v220 .mq-plan .mq-btn{
  margin-top:18px;
  align-self:flex-start;
}
.mq-home-v220 .mq-plan-pro{
  border-color:rgba(255,255,255,.16);
  background:linear-gradient(145deg,#101828,#203756);
  color:#FFFFFF;
}
.mq-home-v220 .mq-plan-pro :where(strong){
  color:#FFFFFF;
}
.mq-home-v220 .mq-plan-pro>p:not(.mq-plan-label){
  color:rgba(248,250,252,.84)!important;
}
.mq-home-v220 .mq-plan-pro .mq-plan-label{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.24);
  color:#FFFFFF!important;
}
.mq-home-v220 .mq-plan-pro .mq-price-pro{
  background:linear-gradient(145deg,var(--mq-home-gold-2),var(--mq-home-gold));
  border-color:rgba(255,255,255,.22);
  color:#101828;
}
.mq-home-v220 .mq-plan-pro li{
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.10);
}
.mq-home-v220 .mq-plan-pro li i{
  border-color:#FFFFFF;
  background:#FFFFFF;
  color:#101828;
}
.mq-home-v220 .mq-plan-pro li span{
  color:#FFFFFF;
}
.mq-home-v220 .mq-demo-section{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding:clamp(24px,3.4vw,36px);
  background:linear-gradient(145deg,#FFFFFF,#F8FAFC);
}
.mq-home-v220 .mq-demo-section>div:first-child{
  max-width:760px;
}
.mq-home-v220 .mq-demo-section h2{
  margin-left:0;
}
.mq-home-v220 .mq-demo-section p{
  color:#475467;
}
.mq-home-v220 .mq-demo-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
}
.mq-home-v220 .mq-demo-actions .mq-btn-secondary{
  background:#FFFFFF;
  color:#101828!important;
  border-color:#D8E0EA;
}
.mq-home-v220 .mq-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.mq-home-v220 .mq-faq details{
  padding:20px;
}
.mq-home-v220 .mq-faq summary{
  cursor:pointer;
  color:#101828;
  font-size:17px;
  font-weight:880;
}
.mq-home-v220 .mq-faq p{
  margin:12px 0 0;
  color:#475467;
}
.mq-home-v220 .mq-final-cta{
  margin-top:clamp(44px,6vw,70px);
  padding:34px;
  border-radius:30px;
  background:linear-gradient(135deg,#101828,#203756);
  color:#FFFFFF;
  text-align:center;
  box-shadow:var(--mq-home-shadow-strong);
}
.mq-home-v220 .mq-final-cta h2{
  margin-top:0;
  color:#FFFFFF;
}
.mq-home-v220 .mq-final-cta p{
  color:rgba(248,250,252,.86)!important;
}
.mq-home-v220 .mq-final-cta .mq-cta-grid{
  justify-content:center;
}
@media(max-width:1080px){
  .myguideqr-sales-main.mq-home-v220{
    width:min(100% - 24px, var(--mq-home-max))!important;
    padding-top:24px!important;
  }
  .mq-home-v220 .mq-hero,
  .mq-home-v220 .mq-showcase-row,
  .mq-home-v220 .mq-showcase-row--reverse{
    grid-template-columns:1fr;
  }
  .mq-home-v220 .mq-hero-copy,
  .mq-home-v220 .mq-showcase-copy{
    max-width:none;
  }
  .mq-home-v220 .mq-home-visual-stack{
    min-height:auto;
  }
  .mq-home-v220 .mq-home-orbit{
    left:0;
    bottom:0;
    width:min(64%,320px);
  }
  .mq-home-v220 .mq-showcase-row--reverse .mq-showcase-copy,
  .mq-home-v220 .mq-showcase-row--reverse .mq-showcase-visual{
    grid-column:auto;
    grid-row:auto;
  }
  .mq-home-v220 .mq-card-grid-3,
  .mq-home-v220 .mq-card-grid-2,
  .mq-home-v220 .mq-steps,
  .mq-home-v220 .mq-package-grid,
  .mq-home-v220 .mq-faq-grid,
  .mq-home-v220 .mq-strip,
  .mq-home-v220 .mq-demo-section{
    grid-template-columns:1fr;
  }
  .mq-home-v220 .mq-demo-actions{
    justify-content:flex-start;
  }
}
@media(max-width:680px){
  .myguideqr-sales-main.mq-home-v220{
    width:calc(100% - 20px)!important;
    padding-bottom:46px!important;
  }
  .mq-home-v220 .mq-hero{
    padding:24px 20px 26px;
    border-radius:26px;
  }
  .mq-home-v220 .mq-hero h1{
    max-width:100%;
    font-size:clamp(34px,10.6vw,48px);
    line-height:1.04;
    letter-spacing:-.045em;
  }
  .mq-home-v220 .mq-lead{
    font-size:16px!important;
  }
  .mq-home-v220 .mq-pills,
  .mq-home-v220 .mq-cta-grid,
  .mq-home-v220 .mq-demo-actions{
    display:grid;
  }
  .mq-home-v220 .mq-pills span,
  .mq-home-v220 .mq-btn{
    width:100%;
  }
  .mq-home-v220 .mq-home-proof-row{
    grid-template-columns:1fr;
  }
  .mq-home-v220 .mq-home-orbit{
    display:none;
  }
  .mq-home-v220 .mq-phone-card{
    width:min(100%,318px);
    padding:20px 14px 16px;
    border-width:10px;
  }
  .mq-home-v220 .mq-phone-card h2{
    font-size:21px;
  }
  .mq-home-v220 .mq-strip article,
  .mq-home-v220 .mq-card{
    grid-template-columns:46px minmax(0,1fr);
    padding:16px;
  }
  .mq-home-v220 .mq-strip p,
  .mq-home-v220 .mq-card p{
    grid-column:1/-1;
  }
  .mq-home-v220 .mq-section{
    margin-top:36px;
  }
  .mq-home-v220 .mq-section-head,
  .mq-home-v220 .mq-section-head p{
    text-align:left;
  }
  .mq-home-v220 .mq-section-head h2,
  .mq-home-v220 .mq-demo-section h2,
  .mq-home-v220 .mq-final-cta h2{
    max-width:none;
    font-size:clamp(28px,8.6vw,39px);
    line-height:1.1;
    text-align:left;
  }
  .mq-home-v220 .mq-showcase-row{
    padding:18px;
    border-radius:26px;
  }
  .mq-home-v220 .mq-showcase-visual{
    margin-left:-8px;
    margin-right:-8px;
  }
  .mq-home-v220 .mq-showcase-copy h2{
    font-size:clamp(27px,8.3vw,38px);
    line-height:1.11;
  }
  .mq-home-v220 .mq-plan{
    padding:20px;
  }
  .mq-home-v220 .mq-price strong{
    font-size:42px;
  }
  .mq-home-v220 .mq-final-cta,
  .mq-home-v220 .mq-final-cta h2{
    text-align:left;
  }
  .mq-home-v220 .mq-final-cta .mq-cta-grid{
    justify-content:stretch;
  }
  .mq-home-v220 .mq-card:hover,
  .mq-home-v220 .mq-strip article:hover,
  .mq-home-v220 .mq-steps li:hover,
  .mq-home-v220 .mq-plan:hover,
  .mq-home-v220 .mq-faq details:hover{
    transform:none;
  }
}
@media(prefers-reduced-motion:reduce){
  .mq-home-v220 .mq-btn,
  .mq-home-v220 .mq-card,
  .mq-home-v220 .mq-strip article,
  .mq-home-v220 .mq-steps li,
  .mq-home-v220 .mq-plan,
  .mq-home-v220 .mq-faq details{
    transition:none;
  }
  .mq-home-v220 .mq-btn:hover{
    transform:none;
  }
}

/* 2.21.0 editable homepage support */
.mq-home-v220.mq-home-managed .mq-home-hero-visual-solo{
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:min(100%,520px);
  padding:clamp(8px,1.6vw,18px);
}
.mq-home-v220 .mq-home-custom-image{
  display:block;
  width:100%;
  max-width:620px;
  height:auto;
  border:1px solid rgba(226,232,240,.92);
  border-radius:clamp(24px,3.2vw,38px);
  background:#FFFFFF;
  box-shadow:0 26px 70px rgba(16,24,40,.16);
  object-fit:cover;
}
.mq-home-v220 .mq-home-orbit .mq-home-custom-image{
  max-width:380px;
}
.mq-home-v220 .mq-home-hero-visual-solo .mq-home-svg--qr,
.mq-home-v220 .mq-home-hero-visual-solo .mq-home-custom-image{
  max-width:520px;
}
.mq-home-v220 .mq-showcase-visual:empty{
  display:none;
}
@media(max-width:980px){
  .mq-home-v220.mq-home-managed .mq-home-hero-visual-solo{
    width:100%;
    max-width:620px;
  }
}

/* 2.32.42 homepage rework — product visuals and cleaner hero/showcase framing */
.mq-home-v220 .mq-home-photo{
  display:block;
  width:100%;
  height:auto;
  border:1px solid rgba(226,232,240,.92);
  border-radius:30px;
  background:#FFFFFF;
  box-shadow:0 30px 72px rgba(16,24,40,.18);
  object-fit:cover;
}
.mq-home-v220 .mq-home-svg--guest.mq-home-photo,
.mq-home-v220 .mq-home-svg--owner.mq-home-photo{
  max-width:640px;
}
.mq-home-v220 .mq-home-svg--qr.mq-home-photo{
  max-width:400px;
}
.mq-home-v220 .mq-home-visual-stack--visual-only{
  min-height:auto;
}
.mq-home-v220 .mq-home-visual-stack--visual-only .mq-home-orbit{
  position:relative;
  inset:auto;
  width:min(100%, 500px);
  transform:none;
}
.mq-home-v220 .mq-home-visual-stack--visual-only .mq-home-orbit .mq-home-photo{
  max-width:500px;
}
.mq-home-v220 .mq-showcase-row{
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.94));
}
.mq-home-v220 .mq-showcase-visual{
  padding:0;
}
.mq-home-v220 .mq-showcase-visual .mq-home-photo{
  width:100%;
  max-width:620px;
}
@media(max-width:1080px){
  .mq-home-v220 .mq-home-visual-stack--visual-only .mq-home-orbit{
    width:min(100%, 420px);
  }
}
@media(max-width:680px){
  .mq-home-v220 .mq-home-photo{
    border-radius:24px;
  }
  .mq-home-v220 .mq-home-visual-stack--visual-only .mq-home-orbit{
    width:100%;
  }
}


/* 2.32.43 homepage commercial pass — tighter hero, stronger product framing, safer responsive rhythm */
body.myguideqr-sales-template{
  --mq-home-max:1240px;
  --mq-home-shadow:0 18px 46px rgba(16,24,40,.085);
  --mq-home-shadow-strong:0 30px 82px rgba(16,24,40,.18);
}
.mq-home-v220 .mq-hero{
  overflow:visible;
}
.mq-home-v220 .mq-hero-copy{
  position:relative;
  z-index:2;
}
.mq-home-v220 .mq-home-photo{
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center;
}
.mq-home-v220 .mq-home-visual-stack--visual-only .mq-home-orbit{
  filter:drop-shadow(0 26px 60px rgba(0,0,0,.22));
}
.mq-home-v220 .mq-home-visual-stack--visual-only .mq-home-orbit .mq-home-photo{
  border-color:rgba(255,255,255,.42);
  box-shadow:0 26px 64px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.55);
}
.mq-home-v220 .mq-strip article,
.mq-home-v220 .mq-card,
.mq-home-v220 .mq-plan,
.mq-home-v220 .mq-faq details,
.mq-home-v220 .mq-demo-section,
.mq-home-v220 .mq-showcase-row{
  backdrop-filter:blur(12px);
}
.mq-home-v220 .mq-strip article,
.mq-home-v220 .mq-card,
.mq-home-v220 .mq-steps li{
  border-color:rgba(216,224,234,.92);
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.92));
}
.mq-home-v220 .mq-strip i,
.mq-home-v220 .mq-card i,
.mq-home-v220 .mq-plan li i{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82);
}
.mq-home-v220 .mq-showcase-row{
  border-radius:34px;
  overflow:hidden;
}
.mq-home-v220 .mq-showcase-copy p{
  max-width:58ch;
}
.mq-home-v220 .mq-showcase-visual .mq-home-photo{
  border-radius:30px;
}
.mq-home-v220 .mq-process .mq-section-head,
.mq-home-v220 .mq-packages .mq-section-head,
.mq-home-v220 .mq-faq .mq-section-head{
  margin-bottom:28px;
}
.mq-home-v220 .mq-steps li{
  position:relative;
  overflow:hidden;
}
.mq-home-v220 .mq-steps li:after{
  content:"";
  position:absolute;
  inset:auto -24px -36px auto;
  width:110px;
  height:110px;
  border-radius:999px;
  background:color-mix(in srgb,var(--mq-home-gold) 15%,transparent);
  pointer-events:none;
}
.mq-home-v220 .mq-final-cta{
  position:relative;
  overflow:hidden;
}
.mq-home-v220 .mq-final-cta:after{
  content:"";
  position:absolute;
  right:-120px;
  top:-140px;
  width:330px;
  height:330px;
  border-radius:999px;
  background:rgba(244,209,123,.16);
  pointer-events:none;
}
.mq-home-v220 .mq-final-cta > *{
  position:relative;
  z-index:1;
}
@media(min-width:1081px){
  .myguideqr-sales-main.mq-home-v220{
    padding-top:clamp(30px,3.2vw,46px)!important;
  }
  .mq-home-v220 .mq-hero{
    grid-template-columns:minmax(0,.92fr) minmax(440px,1fr);
    gap:clamp(36px,4.8vw,68px);
    min-height:clamp(600px,54vw,690px);
    padding:clamp(42px,4.5vw,66px);
    border-radius:42px;
  }
  .mq-home-v220 .mq-hero h1{
    max-width:690px;
    font-size:calc(clamp(48px,5.05vw,72px) * var(--mq-home-title-scale));
    letter-spacing:-.058em;
  }
  .mq-home-v220 .mq-lead{
    max-width:680px;
  }
  .mq-home-v220 .mq-home-visual-stack--visual-only .mq-home-orbit{
    width:min(100%,570px);
  }
  .mq-home-v220 .mq-home-visual-stack--visual-only .mq-home-orbit .mq-home-photo,
  .mq-home-v220 .mq-home-svg--qr.mq-home-photo{
    max-width:570px;
  }
  .mq-home-v220 .mq-cta-grid .mq-btn{
    min-width:178px;
  }
  .mq-home-v220 .mq-strip{
    margin-top:34px;
  }
  .mq-home-v220 .mq-showcase-row{
    padding:clamp(30px,3.8vw,48px);
  }
  .mq-home-v220 .mq-showcase-copy h2{
    max-width:620px;
  }
  .mq-home-v220 .mq-showcase-visual .mq-home-photo{
    max-width:650px;
  }
}
@media(max-width:1080px){
  .mq-home-v220 .mq-hero{
    overflow:hidden;
  }
  .mq-home-v220 .mq-home-visual-stack--visual-only .mq-home-orbit .mq-home-photo{
    max-width:440px;
  }
}
@media(max-width:680px){
  .mq-home-v220 .mq-home-visual-stack--visual-only .mq-home-orbit .mq-home-photo{
    max-width:100%;
  }
  .mq-home-v220 .mq-showcase-row,
  .mq-home-v220 .mq-final-cta{
    border-radius:26px;
  }
  .mq-home-v220 .mq-showcase-visual .mq-home-photo{
    border-radius:22px;
  }
}


/* 2.32.54 homepage hero image clarity fix */
.mq-home-v220 .mq-home-photo--hero{
  max-width: 640px !important;
  box-shadow: 0 34px 84px rgba(16,24,40,.20);
}
@media(max-width:1200px){
  .mq-home-v220 .mq-home-photo--hero{
    max-width: 600px !important;
  }
}
@media(max-width:1080px){
  .mq-home-v220 .mq-home-photo--hero{
    max-width: 500px !important;
  }
}
@media(max-width:680px){
  .mq-home-v220 .mq-home-photo--hero{
    max-width: 100% !important;
  }
}

/* 2.39.9 public Aurelia demo sample QR card — homepage only. */
.mq-home-v220 .mq-demo-section{
  grid-template-columns:minmax(0,1fr) minmax(230px,292px);
  align-items:stretch;
}
.mq-home-v220 .mq-demo-copy{
  min-width:0;
}
.mq-home-v220 .mq-demo-copy .mq-demo-actions{
  justify-content:flex-start;
  margin-top:20px;
}
.mq-home-v220 .mq-demo-live-card{
  display:grid;
  align-content:start;
  gap:14px;
  min-width:0;
  padding:18px;
  border:1px solid rgba(216,170,79,.42);
  border-radius:22px;
  background:linear-gradient(180deg,#FFFFFF,#FFF9EA);
  box-shadow:0 18px 42px rgba(16,24,40,.10);
}
.mq-home-v220 .mq-demo-live-card__head{
  display:grid;
  gap:4px;
}
.mq-home-v220 .mq-demo-live-card__head span{
  color:#8A5E15;
  font-size:10px;
  font-weight:950;
  line-height:1;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.mq-home-v220 .mq-demo-live-card__head strong{
  color:#101828;
  font-size:18px;
  font-weight:920;
  line-height:1.15;
  letter-spacing:-.018em;
}
.mq-home-v220 .mq-demo-live-card__qr{
  display:grid;
  place-items:center;
  width:min(100%,176px);
  margin:0 auto;
  padding:10px;
  border:1px solid #E6D7B2;
  border-radius:18px;
  background:#FFFFFF;
  color:#101828;
  text-decoration:none!important;
}
.mq-home-v220 .mq-demo-live-card__qr svg{
  display:block;
  width:100%;
  height:auto;
}
.mq-home-v220 .mq-demo-live-card p{
  margin:0;
  color:#475467!important;
  font-size:13px;
  line-height:1.46;
}
.mq-home-v220 .mq-demo-live-card__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border:1px solid rgba(16,24,40,.14);
  border-radius:999px;
  background:#101828;
  color:#FFFFFF!important;
  text-decoration:none!important;
  font-size:13px;
  font-weight:900;
}
@media(max-width:1080px){
  .mq-home-v220 .mq-demo-section{
    grid-template-columns:1fr;
  }
  .mq-home-v220 .mq-demo-live-card{
    max-width:420px;
  }
}
@media(max-width:680px){
  .mq-home-v220 .mq-demo-live-card{
    max-width:none;
    padding:16px;
  }
  .mq-home-v220 .mq-demo-live-card__qr{
    width:min(100%,164px);
  }
  .mq-home-v220 .mq-demo-live-card__link{
    width:100%;
  }
}
/* 2.39.10 — public demo QR fallback URL */
.mq-demo-live-card__url{display:block;margin:8px 0 10px;padding:8px 10px;border-radius:12px;background:rgba(15,23,42,.055);color:inherit;text-decoration:none;font-size:12px;font-weight:800;line-height:1.25;word-break:break-word;}
.mq-demo-live-card__url:hover,.mq-demo-live-card__url:focus-visible{text-decoration:underline;}

/* 2.39.29 — AI Chat marketing section */
.mq-home-v220 .mq-ai-chat-feature{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);
  gap:clamp(22px,4vw,56px);
  align-items:center;
  padding:clamp(24px,4.6vw,58px);
  border:1px solid rgba(16,24,40,.12);
  border-radius:34px;
  background:
    radial-gradient(circle at 18% 8%, rgba(244,209,123,.26), transparent 34%),
    radial-gradient(circle at 92% 22%, rgba(90,123,255,.16), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(245,248,252,.94));
  box-shadow:0 26px 70px rgba(16,24,40,.12);
}
.mq-home-v220 .mq-ai-chat-feature:before{
  content:"";
  position:absolute;
  inset:auto -12% -34% 42%;
  height:56%;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(216,170,79,.18), rgba(16,24,40,.08));
  filter:blur(8px);
  pointer-events:none;
}
.mq-home-v220 .mq-ai-chat-feature__visual,
.mq-home-v220 .mq-ai-chat-feature__copy{
  position:relative;
  z-index:1;
  min-width:0;
}
.mq-home-v220 .mq-ai-chat-feature__visual{
  min-height:clamp(360px,42vw,520px);
}
.mq-home-v220 .mq-ai-chat-photo{
  overflow:hidden;
  position:absolute;
  inset:0 13% 0 0;
  margin:0;
  border:1px solid rgba(255,255,255,.74);
  border-radius:32px;
  background:#EAF0F7;
  box-shadow:0 28px 64px rgba(16,24,40,.18);
}
.mq-home-v220 .mq-ai-chat-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.mq-home-v220 .mq-ai-chat-window{
  position:absolute;
  right:0;
  bottom:clamp(18px,4vw,38px);
  width:min(86%,370px);
  padding:16px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:26px;
  background:rgba(16,24,40,.88);
  color:#fff;
  box-shadow:0 26px 70px rgba(16,24,40,.28);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}
.mq-home-v220 .mq-ai-chat-window__top{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}
.mq-home-v220 .mq-ai-chat-window__top span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--mq-home-gold,#D8AA4F),var(--mq-home-gold-2,#F4D17B));
  color:#101828;
  font-weight:1000;
  letter-spacing:-.04em;
}
.mq-home-v220 .mq-ai-chat-window__top strong{
  font-size:15px;
  font-weight:950;
}
.mq-home-v220 .mq-ai-chat-window__top small{
  margin-left:auto;
  color:rgba(255,255,255,.62);
  font-size:11px;
  font-weight:800;
}
.mq-home-v220 .mq-ai-chat-bubble{
  display:block;
  width:fit-content;
  max-width:90%;
  margin:8px 0;
  padding:10px 12px;
  border-radius:16px;
  background:rgba(255,255,255,.1);
  color:rgba(255,255,255,.91);
  font-size:13px;
  line-height:1.4;
  font-weight:750;
}
.mq-home-v220 .mq-ai-chat-bubble.is-user{
  margin-left:auto;
  border-bottom-right-radius:7px;
  background:rgba(244,209,123,.96);
  color:#101828;
}
.mq-home-v220 .mq-ai-chat-bubble.is-assistant{
  border-bottom-left-radius:7px;
  background:rgba(255,255,255,.14);
}
.mq-home-v220 .mq-ai-chat-bubble.is-answer{
  width:100%;
  max-width:none;
  margin-top:12px;
  border:1px solid rgba(244,209,123,.32);
  background:rgba(255,255,255,.09);
  color:#fff;
}
.mq-home-v220 .mq-ai-chat-feature__copy h2{
  max-width:720px;
  margin:10px 0 14px;
  color:var(--mq-home-ink,#101828);
  font-size:clamp(32px,4.2vw,58px);
  line-height:.96;
  letter-spacing:-.055em;
}
.mq-home-v220 .mq-ai-chat-feature__copy>p{
  max-width:690px;
  color:var(--mq-home-text,#263447);
  font-size:clamp(16px,1.6vw,19px);
  line-height:1.58;
}
.mq-home-v220 .mq-ai-chat-points{
  display:grid;
  gap:12px;
  margin-top:22px;
}
.mq-home-v220 .mq-ai-chat-points article{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:4px 12px;
  align-items:start;
  padding:14px;
  border:1px solid rgba(16,24,40,.1);
  border-radius:20px;
  background:rgba(255,255,255,.72);
  box-shadow:0 12px 34px rgba(16,24,40,.06);
}
.mq-home-v220 .mq-ai-chat-points i{
  grid-row:1 / span 2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(216,170,79,.26),rgba(244,209,123,.14));
  color:var(--mq-home-gold,#D8AA4F);
}
.mq-home-v220 .mq-ai-chat-points i svg{
  width:21px;
  height:21px;
}
.mq-home-v220 .mq-ai-chat-points strong{
  color:var(--mq-home-ink,#101828);
  font-size:15px;
  font-weight:950;
}
.mq-home-v220 .mq-ai-chat-points span{
  color:var(--mq-home-muted,#475467);
  font-size:13px;
  line-height:1.46;
  font-weight:700;
}
.mq-home-v220 .mq-ai-chat-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:18px;
}
.mq-home-v220 .mq-ai-chat-stats span{
  padding:13px 12px;
  border:1px solid rgba(16,24,40,.09);
  border-radius:18px;
  background:#FFFFFF;
  box-shadow:0 10px 26px rgba(16,24,40,.055);
}
.mq-home-v220 .mq-ai-chat-stats b{
  display:block;
  color:var(--mq-home-ink,#101828);
  font-size:18px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-.035em;
}
.mq-home-v220 .mq-ai-chat-stats small{
  display:block;
  margin-top:6px;
  color:var(--mq-home-muted,#475467);
  font-size:11px;
  line-height:1.25;
  font-weight:800;
}
@media(max-width:980px){
  .mq-home-v220 .mq-ai-chat-feature{
    grid-template-columns:1fr;
  }
  .mq-home-v220 .mq-ai-chat-feature__visual{
    min-height:440px;
    max-width:680px;
    width:100%;
    margin:0 auto;
  }
}
@media(max-width:640px){
  .mq-home-v220 .mq-ai-chat-feature{
    padding:20px;
    border-radius:26px;
  }
  .mq-home-v220 .mq-ai-chat-feature__visual{
    min-height:390px;
  }
  .mq-home-v220 .mq-ai-chat-photo{
    inset:0 0 82px 0;
    border-radius:24px;
  }
  .mq-home-v220 .mq-ai-chat-window{
    right:10px;
    bottom:0;
    width:calc(100% - 20px);
    padding:13px;
    border-radius:22px;
  }
  .mq-home-v220 .mq-ai-chat-feature__copy h2{
    font-size:clamp(30px,11vw,42px);
  }
  .mq-home-v220 .mq-ai-chat-stats{
    grid-template-columns:1fr;
  }
}
