/* myguideqr 2.18.0 — canonical page chrome footer with editable columns, legal pages and map. */
html{min-height:100%;}
body.sgwp-guide,
body.sgwp-client-panel,
body.sgwp-client-login-page,
body.sgwp-delivery-pack,
body.sgwp-qr-card-page,
body.sgwp-qr-print-page,
body.myguideqr-sales-template,
body.sgwp-sales-start,
body.sgwp-sales-editor,
body.sgwp-sales-demo,
body.sgwp-legal-page-template{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
body.sgwp-guide > main,
body.sgwp-client-panel > main,
body.sgwp-client-login-page > main,
body.sgwp-delivery-pack > main,
body.sgwp-qr-card-page > main,
body.sgwp-qr-print-page > main,
body.myguideqr-sales-template > main,
body.sgwp-sales-start > main,
body.sgwp-sales-editor > main,
body.sgwp-sales-demo > main,
body.sgwp-legal-page-template > main{flex:1 0 auto;}
body.sgwp-guide > .mq-site-footer,
body.sgwp-client-panel > .mq-site-footer,
body.sgwp-client-login-page > .mq-site-footer,
body.sgwp-delivery-pack > .mq-site-footer,
body.sgwp-qr-card-page > .mq-site-footer,
body.sgwp-qr-print-page > .mq-site-footer,
body.myguideqr-sales-template > .mq-site-footer,
body.sgwp-sales-start > .mq-site-footer,
body.sgwp-sales-editor > .mq-site-footer,
body.sgwp-sales-demo > .mq-site-footer,
body.sgwp-legal-page-template > .mq-site-footer{flex:0 0 auto;}
body.myguideqr-sales-template > .myguideqr-page-shell{flex:1 0 auto;min-height:100vh;display:flex;flex-direction:column;}
body.myguideqr-sales-template > .myguideqr-page-shell > main{flex:1 0 auto;}
body.myguideqr-sales-template > .myguideqr-page-shell > .mq-site-footer{flex:0 0 auto;}
/* v2.32.39: all public menu pages use the same direct footer placement as the Edit demo page. */
body.mq-page-chrome{min-height:100vh;display:flex;flex-direction:column;}
body.mq-page-chrome > .myguideqr-page-shell{
  flex:1 0 auto;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  width:100%;
}
body.mq-page-chrome > .myguideqr-page-shell > main{flex:1 0 auto;}
body.mq-page-chrome > .mq-site-footer{flex:0 0 auto;}
body.mq-page-chrome > .myguideqr-page-shell + .mq-site-footer{margin-top:0;}
body.sgwp-commerce-canonical-footer .sgwp-commerce-canonical-footer-slot{
  width:100%;
  display:block;
  clear:both;
  margin:clamp(38px,6vw,76px) 0 0;
  padding:0;
}
body.sgwp-commerce-canonical-footer .sgwp-commerce-canonical-footer-slot > .mq-site-footer{
  width:100%!important;
  max-width:none!important;
  margin-top:0!important;
  display:block!important;
}
body.sgwp-commerce-canonical-footer .sgwp-commerce-canonical-footer-slot .mq-site-footer,
body.sgwp-commerce-canonical-footer .sgwp-commerce-canonical-footer-slot .mq-site-footer *{box-sizing:border-box;}
body.sgwp-commerce-canonical-footer :is(footer.site-footer,#colophon,.wp-site-blocks > footer,.wp-block-template-part[area="footer"]){display:none!important;}
body.sgwp-commerce-canonical-footer .sgwp-commerce-canonical-footer-slot .mq-site-footer{display:block!important;}

.mq-site-footer,
.mq-site-footer *,
.mq-site-footer *::before,
.mq-site-footer *::after{box-sizing:border-box;}
.mq-site-footer{
  --mq-site-footer-max:1160px;
  --mq-site-footer-bg:#0b1120;
  --mq-site-footer-panel:#111827;
  --mq-site-footer-ink:#f8fafc;
  --mq-site-footer-muted:#cbd5e1;
  --mq-site-footer-soft:#94a3b8;
  --mq-site-footer-line:rgba(255,255,255,.12);
  --mq-site-footer-accent:#d8aa4f;
  --mq-site-footer-brand-size:18px;
  --mq-site-footer-summary-size:12px;
  --mq-site-footer-heading-size:10px;
  --mq-site-footer-nav-size:11px;
  --mq-site-footer-bottom-size:10px;
  width:100%;
  margin:clamp(38px,6vw,76px) 0 0;
  padding:0;
  clear:both;
  background:radial-gradient(circle at 12% 0,rgba(216,170,79,.14),transparent 28%),linear-gradient(180deg,var(--mq-site-footer-panel),var(--mq-site-footer-bg));
  color:var(--mq-site-footer-ink);
  font-family:Inter,"Noto Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.42;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  isolation:isolate;
}
.mq-site-footer__inner{width:min(var(--mq-site-footer-max),calc(100% - 32px));margin:0 auto;padding:clamp(24px,4vw,44px) 0 16px;}
.mq-site-footer__top{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:clamp(18px,3vw,36px);align-items:stretch;margin-bottom:clamp(20px,3vw,34px);}
.mq-site-footer__brand-block{min-width:0;display:grid;align-content:center;gap:10px;padding:clamp(16px,2.3vw,24px);border:1px solid var(--mq-site-footer-line);border-radius:22px;background:rgba(255,255,255,.045);box-shadow:0 18px 48px rgba(0,0,0,.16);}
.mq-site-footer__brand{display:inline-grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;max-width:100%;color:var(--mq-site-footer-ink);text-decoration:none;}
.mq-site-footer__brand:hover,
.mq-site-footer__brand:focus{color:var(--mq-site-footer-ink);text-decoration:none;}
.mq-site-footer__mark{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035));color:#fff;font-size:11px;line-height:1;font-weight:950;letter-spacing:.08em;}
.mq-site-footer__brand-copy{display:grid;gap:3px;min-width:0;}
.mq-site-footer__brand-copy strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;color:#fff;font-size:var(--mq-site-footer-brand-size);line-height:1.08;font-weight:900;letter-spacing:-.025em;white-space:nowrap;}
.mq-site-footer__brand-copy small{display:block;color:var(--mq-site-footer-soft);font-size:var(--mq-site-footer-summary-size);line-height:1.35;font-weight:650;letter-spacing:.01em;}
.mq-site-footer__address-line{margin:0;color:var(--mq-site-footer-muted);font-size:var(--mq-site-footer-summary-size);line-height:1.5;font-weight:560;}
.mq-site-footer__map{min-width:0;display:grid;gap:8px;}
.mq-site-footer__map h2,
.mq-site-footer__group h2{margin:0 0 6px;color:#fff;font-size:var(--mq-site-footer-heading-size);line-height:1.1;font-weight:850;letter-spacing:.12em;text-transform:uppercase;}
.mq-site-footer__columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:clamp(18px,3vw,40px);align-items:start;}
.mq-site-footer__columns[data-mq-footer-columns="1"]{grid-template-columns:minmax(0,1fr);}
.mq-site-footer__columns[data-mq-footer-columns="2"]{grid-template-columns:repeat(2,minmax(180px,1fr));}
.mq-site-footer__columns[data-mq-footer-columns="3"]{grid-template-columns:repeat(3,minmax(160px,1fr));}
.mq-site-footer__group{min-width:0;display:grid;align-content:start;gap:4px;margin:0;font-style:normal;}
.mq-site-footer__group a,
.mq-site-footer__group span{display:inline-flex;align-items:center;width:max-content;max-width:100%;min-height:20px;color:var(--mq-site-footer-muted);text-decoration:none;font-size:var(--mq-site-footer-nav-size);line-height:1.22;font-weight:620;}
.mq-site-footer__group--business span,.mq-site-footer__group--contact span{width:auto;max-width:280px;color:var(--mq-site-footer-muted);}
.mq-site-footer__group--contact a[href^="mailto:"],
.mq-site-footer__group--contact a[href^="tel:"]{color:#f8fafc;font-weight:720;}
.mq-site-footer__group--contact a[href*="epikoinonia"],
.mq-site-footer__small-action{margin-top:3px;color:var(--mq-site-footer-accent)!important;font-weight:780!important;}
.mq-site-footer__group a:hover,
.mq-site-footer__group a:focus{color:#fff;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;}
.mq-site-footer__bottom{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:12px 18px;margin-top:clamp(22px,3.5vw,38px);padding-top:14px;border-top:1px solid var(--mq-site-footer-line);color:var(--mq-site-footer-soft);}
.mq-site-footer__bottom-copy{display:grid;gap:4px;min-width:0;}
.mq-site-footer__bottom p{margin:0;color:inherit;font-size:var(--mq-site-footer-bottom-size);line-height:1.42;font-weight:620;}
.mq-site-footer__bottom-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:7px 12px;min-width:0;}
.mq-site-footer__bottom-links span{color:var(--mq-site-footer-soft);font-size:var(--mq-site-footer-bottom-size);line-height:1.25;font-weight:650;}
.mq-site-footer :is(a,button):focus-visible{outline:3px solid rgba(216,170,79,.42);outline-offset:3px;border-radius:8px;}
.mq-site-footer--compact{margin-top:clamp(24px,4vw,44px);}
.mq-site-footer--compact .mq-site-footer__top{grid-template-columns:1fr;margin-bottom:20px;}
.mq-site-footer--compact .mq-site-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 28px;}

.sgwp-legal-shell{width:100%;padding:clamp(18px,4vw,42px) 0 0;}
.sgwp-legal-page-template .sgwp-legal-page{margin-top:0;margin-bottom:0;}
@media(max-width:1020px){
  .mq-site-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
  .mq-site-footer{margin-top:34px;}
  .mq-site-footer__inner{width:min(100% - 24px,var(--mq-site-footer-max));padding:24px 0 16px;}
  .mq-site-footer__top{grid-template-columns:1fr;gap:16px;margin-bottom:22px;}
  .mq-site-footer__brand-block{padding:16px;border-radius:18px;}
  .mq-site-footer__brand{grid-template-columns:38px minmax(0,1fr);gap:10px;}
  .mq-site-footer__mark{width:38px;height:38px;border-radius:12px;}
  .mq-site-footer__brand-copy strong{font-size:var(--mq-site-footer-brand-size);white-space:normal;}
  .mq-site-footer__columns,
  .mq-site-footer--compact .mq-site-footer__columns{grid-template-columns:1fr;gap:18px;}
  .mq-site-footer__group{gap:4px;}
  .mq-site-footer__group a,
  .mq-site-footer__group span{min-height:23px;font-size:var(--mq-site-footer-nav-size);}
  .mq-site-footer__bottom{display:grid;grid-template-columns:1fr;justify-items:start;}
  .mq-site-footer__bottom-links{justify-content:flex-start;}
}
@media(prefers-reduced-motion:reduce){
  .mq-site-footer,
  .mq-site-footer *{transition:none;}
}
@media print{
  .mq-site-footer{display:none;}
}
/* Footer-hosted legal map rendered by SGWP_Legal_Pages. */
.mq-site-footer__map .sgwp-legal-map{display:grid;gap:8px;height:100%;min-height:0;margin:0;padding:0;border:0;background:transparent;color:var(--mq-site-footer-muted);}
.mq-site-footer__map .sgwp-legal-map h2{margin:0 0 6px;color:#fff;font-size:var(--mq-site-footer-heading-size);line-height:1.1;font-weight:850;letter-spacing:.12em;text-transform:uppercase;}
.mq-site-footer__map .sgwp-legal-map iframe{display:block;width:100%;min-height:116px;border:0;border-radius:18px;background:var(--mq-site-footer-panel);box-shadow:0 16px 42px rgba(0,0,0,.16);}
.mq-site-footer__map .sgwp-legal-map p{display:flex;flex-wrap:wrap;gap:6px 9px;align-items:center;margin:0;color:var(--mq-site-footer-soft);font-size:var(--mq-site-footer-bottom-size);line-height:1.3;font-weight:650;}
.mq-site-footer__map .sgwp-legal-map a{color:var(--mq-site-footer-accent);font-size:var(--mq-site-footer-nav-size);font-weight:780;text-decoration:none;}
.mq-site-footer__map .sgwp-legal-map a:hover,.mq-site-footer__map .sgwp-legal-map a:focus{color:#fff;text-decoration:underline;text-underline-offset:4px;}
.mq-site-footer__summary{max-width:680px;margin:2px 0 0;color:var(--mq-site-footer-muted);font-size:var(--mq-site-footer-summary-size);line-height:1.55;font-weight:560;}
.mq-site-footer__bottom-links a{color:var(--mq-site-footer-soft);font-size:var(--mq-site-footer-bottom-size);line-height:1.25;font-weight:690;text-decoration:none;}
.mq-site-footer__bottom-links a:hover,.mq-site-footer__bottom-links a:focus{color:#fff;text-decoration:underline;text-underline-offset:4px;}


/* myguideqr v2.32.40 — hard footer typography isolation.
   Some menu pages apply broad `font: inherit !important` rules to links/buttons.
   The footer must stay identical to the Edit-demo footer on every menu page. */
body.mq-page-chrome .mq-site-footer,
body.mq-page-chrome .mq-site-footer *{
  font-family:Inter,"Noto Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  text-rendering:optimizeLegibility!important;
}
body.mq-page-chrome .mq-site-footer{
  font-size:16px!important;
  line-height:1.42!important;
}
body.mq-page-chrome .mq-site-footer .mq-site-footer__brand-copy strong{
  font-size:var(--mq-site-footer-brand-size)!important;
  line-height:1.08!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
  color:#fff!important;
  text-transform:none!important;
}
body.mq-page-chrome .mq-site-footer .mq-site-footer__brand-copy small,
body.mq-page-chrome .mq-site-footer .mq-site-footer__summary,
body.mq-page-chrome .mq-site-footer .mq-site-footer__address-line{
  font-size:var(--mq-site-footer-summary-size)!important;
  line-height:1.45!important;
  font-weight:560!important;
  letter-spacing:normal!important;
  text-transform:none!important;
}
body.mq-page-chrome .mq-site-footer .mq-site-footer__brand-copy small{
  font-weight:650!important;
}
body.mq-page-chrome .mq-site-footer .mq-site-footer__group h2,
body.mq-page-chrome .mq-site-footer .mq-site-footer__map .sgwp-legal-map h2{
  margin:0 0 6px!important;
  color:#fff!important;
  font-size:var(--mq-site-footer-heading-size)!important;
  line-height:1.1!important;
  font-weight:850!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
body.mq-page-chrome .mq-site-footer .mq-site-footer__group a,
body.mq-page-chrome .mq-site-footer .mq-site-footer__group span{
  color:var(--mq-site-footer-muted)!important;
  font-size:var(--mq-site-footer-nav-size)!important;
  line-height:1.22!important;
  font-weight:620!important;
  letter-spacing:normal!important;
  text-transform:none!important;
  text-decoration:none!important;
  white-space:normal!important;
}
body.mq-page-chrome .mq-site-footer .mq-site-footer__group--contact a[href^="mailto:"],
body.mq-page-chrome .mq-site-footer .mq-site-footer__group--contact a[href^="tel:"]{
  color:#f8fafc!important;
  font-weight:720!important;
}
body.mq-page-chrome .mq-site-footer .mq-site-footer__group--contact a[href*="epikoinonia"],
body.mq-page-chrome .mq-site-footer .mq-site-footer__small-action,
body.mq-page-chrome .mq-site-footer .mq-site-footer__map .sgwp-legal-map a{
  color:var(--mq-site-footer-accent)!important;
  font-size:var(--mq-site-footer-nav-size)!important;
  line-height:1.22!important;
  font-weight:780!important;
  letter-spacing:normal!important;
  text-transform:none!important;
}
body.mq-page-chrome .mq-site-footer .mq-site-footer__bottom p,
body.mq-page-chrome .mq-site-footer .mq-site-footer__bottom-links a,
body.mq-page-chrome .mq-site-footer .mq-site-footer__bottom-links span,
body.mq-page-chrome .mq-site-footer .mq-site-footer__map .sgwp-legal-map p{
  color:var(--mq-site-footer-soft)!important;
  font-size:var(--mq-site-footer-bottom-size)!important;
  line-height:1.3!important;
  font-weight:650!important;
  letter-spacing:normal!important;
  text-transform:none!important;
}
body.mq-page-chrome .mq-site-footer .mq-site-footer__bottom-links a{
  font-weight:690!important;
  text-decoration:none!important;
}
body.mq-page-chrome .mq-site-footer .mq-site-footer__group a:hover,
body.mq-page-chrome .mq-site-footer .mq-site-footer__group a:focus,
body.mq-page-chrome .mq-site-footer .mq-site-footer__bottom-links a:hover,
body.mq-page-chrome .mq-site-footer .mq-site-footer__bottom-links a:focus,
body.mq-page-chrome .mq-site-footer .mq-site-footer__map .sgwp-legal-map a:hover,
body.mq-page-chrome .mq-site-footer .mq-site-footer__map .sgwp-legal-map a:focus{
  color:#fff!important;
  text-decoration:underline!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:4px!important;
}
