.mz-gateway-intro-body{
  margin:0;
  min-height:100vh;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 14% 8%,rgba(201,168,76,.14),transparent 32%),
    radial-gradient(circle at 90% 20%,rgba(232,217,184,.07),transparent 30%),
    linear-gradient(135deg,#070401 0%,#1d160b 48%,#090601 100%);
  color:#E8D9B8;
}

.mz-gateway-intro-body *{
  box-sizing:border-box;
}

.mz-gateway-intro-shell{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
  padding:42px 0 64px;
}

.mz-gateway-intro-back{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:18px;
  color:rgba(232,217,184,.74);
  text-decoration:none;
  font-size:13px;
  font-weight:700;
  letter-spacing:.02em;
  transition:color .18s ease,transform .18s ease;
}

.mz-gateway-intro-back:hover{
  color:#E8D9B8;
  transform:translateX(-2px);
}

[dir="rtl"] .mz-gateway-intro-back:hover{
  transform:translateX(2px);
}

.mz-gateway-intro-hero{
  position:relative;
  min-height:440px;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(201,168,76,.24);
  background:rgba(32,24,12,.72);
  box-shadow:0 26px 80px rgba(0,0,0,.36);
  isolation:isolate;
}

.mz-gateway-intro-hero img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.52;
  filter:saturate(.92) contrast(1.08);
  transform:scale(1.01);
}

.mz-gateway-intro-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 72% 24%,rgba(201,168,76,.16),transparent 28%),
    linear-gradient(90deg,rgba(7,4,1,.96) 0%,rgba(7,4,1,.76) 43%,rgba(7,4,1,.28) 100%);
}

[dir="rtl"] .mz-gateway-intro-hero:before{
  background:
    radial-gradient(circle at 28% 24%,rgba(201,168,76,.16),transparent 28%),
    linear-gradient(270deg,rgba(7,4,1,.96) 0%,rgba(7,4,1,.76) 43%,rgba(7,4,1,.28) 100%);
}

.mz-gateway-intro-content{
  position:relative;
  z-index:2;
  max-width:700px;
  padding:clamp(30px,5vw,62px);
}

.mz-gateway-intro-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  margin-bottom:18px;
  padding:0 12px;
  border:1px solid rgba(201,168,76,.26);
  border-radius:999px;
  background:rgba(201,168,76,.08);
  color:#C9A84C;
  font-size:11px;
  font-weight:850;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.mz-gateway-intro-title{
  max-width:760px;
  margin:0 0 18px;
  color:#FFF1CB;
  font-family:var(--font-display,Georgia,serif);
  font-size:clamp(36px,5vw,66px);
  font-weight:500;
  line-height:1.02;
  text-wrap:balance;
}

.mz-gateway-intro-lead{
  max-width:640px;
  margin:0;
  color:rgba(232,217,184,.84);
  font-size:clamp(15px,1.35vw,18px);
  line-height:1.78;
}

.mz-gateway-intro-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.mz-gateway-intro-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  font-size:13px;
  font-weight:850;
  letter-spacing:.02em;
  border:1px solid rgba(201,168,76,.42);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
}

.mz-gateway-intro-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(0,0,0,.24);
}

.mz-gateway-intro-btn--primary{
  background:linear-gradient(135deg,#C9A84C,#E8D9B8);
  color:#2C2416;
  border-color:rgba(232,217,184,.54);
}

.mz-gateway-intro-btn--ghost{
  color:#E8D9B8;
  background:rgba(8,5,1,.42);
}

.mz-gateway-intro-btn--ghost:hover{
  border-color:rgba(232,217,184,.44);
  background:rgba(232,217,184,.08);
}

.mz-gateway-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:18px;
  margin-top:20px;
}

.mz-gateway-intro-panel{
  min-width:0;
  border-radius:24px;
  border:1px solid rgba(201,168,76,.18);
  background:
    linear-gradient(180deg,rgba(201,168,76,.055),transparent 52%),
    rgba(30,23,12,.66);
  padding:24px;
  box-shadow:0 18px 48px rgba(0,0,0,.18);
}

.mz-gateway-intro-panel h2{
  margin:0 0 14px;
  color:#FFF1CB;
  font-size:22px;
  line-height:1.2;
  font-family:var(--font-display,Georgia,serif);
  font-weight:500;
}

.mz-gateway-intro-panel p,
.mz-gateway-intro-panel li{
  color:rgba(232,217,184,.77);
  font-size:14px;
  line-height:1.75;
}

.mz-gateway-intro-panel p{
  margin:0;
}

.mz-gateway-intro-panel ul{
  margin:0;
  padding-inline-start:18px;
}

.mz-gateway-intro-panel li + li{
  margin-top:8px;
}

/* Keep standalone gateway intro pages clean from PWA/app-shell overlays injected by wp_footer(). */
.mz-gateway-intro-body .mz-pwa-shell,
.mz-gateway-intro-body .mz-pwa-app-shell,
.mz-gateway-intro-body .mz-app-shell,
.mz-gateway-intro-body .mz-mobile-app-shell,
.mz-gateway-intro-body .mz-bottom-nav,
.mz-gateway-intro-body .mz-pwa-bottom-nav,
.mz-gateway-intro-body .mz-install-app,
.mz-gateway-intro-body .mz-install-prompt,
.mz-gateway-intro-body [data-mz-pwa],
.mz-gateway-intro-body [data-pwa-shell],
.mz-gateway-intro-body [data-install-prompt]{
  display:none !important;
}

@media(max-width:820px){
  .mz-gateway-intro-shell{
    width:min(100% - 24px,680px);
    padding:22px 0 42px;
  }

  .mz-gateway-intro-back{
    margin-bottom:14px;
  }

  .mz-gateway-intro-hero{
    min-height:0;
    border-radius:22px;
  }

  .mz-gateway-intro-hero img{
    opacity:.36;
  }

  .mz-gateway-intro-hero:before{
    background:linear-gradient(180deg,rgba(7,4,1,.92) 0%,rgba(7,4,1,.75) 56%,rgba(7,4,1,.50) 100%);
  }

  [dir="rtl"] .mz-gateway-intro-hero:before{
    background:linear-gradient(180deg,rgba(7,4,1,.92) 0%,rgba(7,4,1,.75) 56%,rgba(7,4,1,.50) 100%);
  }

  .mz-gateway-intro-content{
    padding:28px 20px 24px;
  }

  .mz-gateway-intro-kicker{
    max-width:100%;
    letter-spacing:.14em;
  }

  .mz-gateway-intro-title{
    font-size:clamp(32px,10vw,46px);
  }

  .mz-gateway-intro-grid{
    grid-template-columns:1fr;
    gap:14px;
    margin-top:14px;
  }

  .mz-gateway-intro-panel{
    border-radius:20px;
    padding:20px;
  }

  .mz-gateway-intro-actions{
    flex-direction:column;
    margin-top:24px;
  }

  .mz-gateway-intro-btn{
    width:100%;
  }
}

@media(max-width:420px){
  .mz-gateway-intro-shell{
    width:min(100% - 18px,680px);
  }

  .mz-gateway-intro-content{
    padding:24px 16px 20px;
  }

  .mz-gateway-intro-title{
    font-size:31px;
  }

  .mz-gateway-intro-lead{
    font-size:14px;
    line-height:1.68;
  }
}

/* Gateway policy / store intro additions */
.mz-gateway-intro-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.mz-gateway-intro-mini{
  min-width:0;
  border:1px solid rgba(201,168,76,.18);
  border-radius:18px;
  background:rgba(30,23,12,.58);
  color:#FFF1CB;
  padding:14px 16px;
  font-size:13px;
  font-weight:850;
  letter-spacing:.03em;
  text-align:center;
  box-shadow:0 14px 34px rgba(0,0,0,.14);
}

.mz-gateway-intro-panel--policy{
  background:
    radial-gradient(circle at 90% 0%,rgba(201,168,76,.12),transparent 34%),
    linear-gradient(180deg,rgba(201,168,76,.075),transparent 56%),
    rgba(30,23,12,.70);
}

.mz-gateway-intro-panel ol{
  margin:0;
  padding-inline-start:20px;
}

.mz-gateway-intro-steps li + li{
  margin-top:10px;
}

.mz-gateway-intro-note{
  margin-top:16px !important;
  padding:13px 14px;
  border-radius:16px;
  border:1px solid rgba(201,168,76,.18);
  background:rgba(0,0,0,.18);
  color:rgba(255,241,203,.86) !important;
}

.mz-gateway-intro-body--store .mz-gateway-intro-kicker{
  background:rgba(201,168,76,.11);
}

.mz-gateway-intro-body--store .mz-gateway-intro-btn--primary{
  background:linear-gradient(135deg,#E8D9B8,#C9A84C);
}

@media(max-width:820px){
  .mz-gateway-intro-mini-grid{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:14px;
  }

  .mz-gateway-intro-mini{
    text-align:start;
  }
}


/* Direction-aware luxury refinement for Gateway Intro pages */
.mz-gateway-intro-body{
  direction:inherit;
  text-align:start;
}

.mz-gateway-intro-shell{
  width:min(1320px,calc(100% - 40px));
}

.mz-gateway-intro-back{
  width:min(1040px,100%);
  margin-inline:auto;
}

.mz-gateway-intro-hero{
  width:min(1040px,100%);
  margin-inline:auto;
  min-height:500px;
}

.mz-gateway-intro-content{
  min-height:500px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:start;
}

.mz-gateway-intro-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  width:max-content;
  max-width:100%;
  margin-bottom:18px;
  padding:7px 12px;
  border:1px solid rgba(201,168,76,.28);
  border-radius:999px;
  background:rgba(201,168,76,.08);
}

.mz-gateway-intro-icon{
  width:30px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(232,217,184,.08);
  border:1px solid rgba(201,168,76,.18);
  flex:0 0 auto;
}

.mz-gateway-intro-icon img{
  position:static;
  width:20px;
  height:20px;
  object-fit:contain;
  opacity:1;
  filter:none;
  transform:none;
}

.mz-gateway-intro-badge .mz-gateway-intro-kicker{
  margin:0;
  padding:0;
  min-height:auto;
  border:0;
  background:transparent;
}

.mz-gateway-intro-actions{
  justify-content:flex-start;
}

[dir="rtl"] .mz-gateway-intro-actions{
  justify-content:flex-start;
}

.mz-gateway-intro-mini-grid{
  width:min(1040px,100%);
  margin-inline:auto;
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.mz-gateway-intro-grid{
  width:min(1040px,100%);
  margin-inline:auto;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
}

.mz-gateway-intro-panel{
  text-align:start;
}

.mz-gateway-intro-panel ul,
.mz-gateway-intro-panel ol{
  padding-inline-start:22px;
  padding-inline-end:0;
}

.mz-gateway-intro-mini{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  background:
    radial-gradient(circle at 50% 0%,rgba(201,168,76,.12),transparent 38%),
    rgba(30,23,12,.68);
}

@media(max-width:820px){
  .mz-gateway-intro-shell{
    width:min(100% - 24px,680px);
  }

  .mz-gateway-intro-back,
  .mz-gateway-intro-hero,
  .mz-gateway-intro-mini-grid,
  .mz-gateway-intro-grid{
    width:100%;
  }

  .mz-gateway-intro-hero,
  .mz-gateway-intro-content{
    min-height:0;
  }

  .mz-gateway-intro-content{
    justify-content:flex-start;
  }

  .mz-gateway-intro-badge{
    width:100%;
  }

  .mz-gateway-intro-mini{
    justify-content:flex-start;
  }
}


/* Free corner SVG icon + plain kicker refinement */
.mz-gateway-intro-hero{
  overflow:hidden;
}

.mz-gateway-intro-hero-icon{
  position:absolute;
  z-index:3;
  top:28px;
  inset-inline-end:28px;
  width:88px;
  height:88px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  backdrop-filter:none;
}

.mz-gateway-intro-hero-icon img{
  position:static;
  width:58px;
  height:58px;
  object-fit:contain;
  opacity:1;
  filter:none;
  transform:none;
}

.mz-gateway-intro-kicker{
  display:block;
  width:max-content;
  max-width:100%;
  min-height:0;
  margin:0 0 18px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#C9A84C;
  font-size:12px;
  font-weight:900;
  letter-spacing:.24em;
  text-transform:uppercase;
}

.mz-gateway-intro-badge{
  display:contents;
}

.mz-gateway-intro-badge .mz-gateway-intro-kicker{
  margin:0 0 18px;
}

.mz-gateway-intro-icon{
  display:none !important;
}

[dir="rtl"] .mz-gateway-intro-kicker{
  letter-spacing:.12em;
}

@media(max-width:820px){
  .mz-gateway-intro-hero-icon{
    top:18px;
    inset-inline-end:18px;
    width:68px;
    height:68px;
  }

  .mz-gateway-intro-hero-icon img{
    width:44px;
    height:44px;
  }

  .mz-gateway-intro-content{
    padding-top:92px;
  }
}

/* MA-ZAL Consulting Request Wizard */
.mz-consulting-service-card .mz-gateway-intro-actions {
  margin-top: 18px;
}

.mz-consulting-wizard {
  margin: 22px 0;
  padding: 22px;
  border: 1px solid rgba(201,168,76,.42);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(201,168,76,.12), transparent 36%),
    linear-gradient(145deg, rgba(52,40,22,.96), rgba(44,36,22,.96));
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.mz-consulting-wizard[hidden] {
  display: none !important;
}

.mz-consulting-wizard__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.mz-consulting-wizard__head h2 {
  margin: 6px 0 0;
  color: #E8D9B8;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.25;
}

.mz-consulting-wizard__close {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(201,168,76,.42);
  border-radius: 999px;
  background: rgba(232,217,184,.08);
  color: #E8D9B8;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.mz-consulting-wizard__progress {
  margin: 12px 0 18px;
  color: #C4AC7A;
  font-size: 13px;
}

.mz-consulting-wizard__progress b {
  display: block;
  height: 8px;
  margin-top: 8px;
  border-radius: 999px;
  background: rgba(232,217,184,.12);
  overflow: hidden;
}

.mz-consulting-wizard__progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #C9A84C, #E8D9B8);
  transition: width .28s ease;
}

.mz-consulting-wizard__body {
  min-height: 185px;
}

.mz-consulting-wizard__question {
  color: #E8D9B8;
  font-size: clamp(18px, 2.1vw, 25px);
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 16px;
}

.mz-consulting-wizard__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mz-consulting-wizard__option {
  padding: 13px 14px;
  border: 1px solid rgba(201,168,76,.34);
  border-radius: 16px;
  background: rgba(232,217,184,.07);
  color: #E8D9B8;
  text-align: start;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.mz-consulting-wizard__option:hover,
.mz-consulting-wizard__option.is-selected {
  border-color: rgba(201,168,76,.86);
  background: rgba(201,168,76,.16);
  transform: translateY(-1px);
}

.mz-consulting-wizard__textarea {
  width: 100%;
  resize: vertical;
  min-height: 118px;
  padding: 14px;
  border: 1px solid rgba(201,168,76,.36);
  border-radius: 18px;
  background: rgba(20,16,10,.42);
  color: #E8D9B8;
  outline: none;
}

.mz-consulting-wizard__summary {
  color: #E8D9B8;
}

.mz-consulting-wizard__summary h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.mz-consulting-wizard__summary ul {
  margin: 14px 0;
  padding-inline-start: 20px;
}

.mz-consulting-wizard__summary li + li {
  margin-top: 10px;
}

.mz-consulting-wizard__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.mz-consulting-wizard__actions button:disabled {
  opacity: .42;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .mz-consulting-wizard {
    padding: 16px;
    border-radius: 22px;
  }

  .mz-consulting-wizard__head {
    gap: 12px;
  }

  .mz-consulting-wizard__options {
    grid-template-columns: 1fr;
  }

  .mz-consulting-wizard__actions {
    align-items: stretch;
  }

  .mz-consulting-wizard__actions .mz-gateway-intro-btn {
    width: 100%;
    justify-content: center;
  }
}


/* MA-ZAL Consulting Wizard Assistant Preferences */
.mz-consulting-wizard__intro {
  padding: 2px 0 8px;
  color: #E8D9B8;
}

.mz-consulting-wizard__intro h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.25;
}

.mz-consulting-wizard__intro p {
  margin: 0 0 16px;
  color: #C4AC7A;
  line-height: 1.7;
}

.mz-consulting-wizard__switch {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid rgba(201,168,76,.34);
  border-radius: 18px;
  background: rgba(232,217,184,.06);
  cursor: pointer;
}

.mz-consulting-wizard__switch + .mz-consulting-wizard__switch {
  margin-top: 10px;
}

.mz-consulting-wizard__switch input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  accent-color: #C9A84C;
  cursor: pointer;
}

.mz-consulting-wizard__switch strong {
  display: block;
  color: #E8D9B8;
  font-size: 15px;
  margin-bottom: 4px;
}

.mz-consulting-wizard__switch small {
  display: block;
  color: #C4AC7A;
  font-size: 12px;
  line-height: 1.55;
}

.mz-consulting-wizard__switch:has(input:checked) {
  border-color: rgba(201,168,76,.78);
  background: rgba(201,168,76,.13);
}
