/* Canonical source: multazm-ui-canonical @ 5fd81033f35056af3d2c543a90915dbc66704b84
   pages/public/about/shared/styles.css + page-specific refinements. */
.mz-about-family-page{
  --mz-primary:#1199F4;
  --mz-primary-dark:#0B7FCB;
  --mz-primary-soft:#E9F6FF;
  --mz-orange:#FF9B4C;
  --mz-orange-soft:#FFF2E8;
  --mz-green:#66D1AA;
  --mz-green-soft:#ECFBF5;
  --mz-heading:#1F2A30;
  --mz-text:#50585B;
  --mz-muted:#6F7A7E;
  --mz-page:#F8FBFC;
  --mz-surface:#FFFFFF;
  --mz-frame:#ECF2F3;
  --mz-border:#D9E5E8;
  --mz-border-blue:rgba(17,153,244,.28);
  --mz-shadow:0 18px 46px rgba(31,42,48,.08);
  --mz-shadow-soft:0 10px 28px rgba(17,153,244,.07);
  --mz-radius-sm:12px;
  --mz-radius-md:16px;
  --mz-radius-lg:22px;
  --mz-shell:1280px;
  --mz-footer:#10233F;
}
.mz-about-family-page,.mz-about-family-page *{box-sizing:border-box}
.mz-about-family-page{
  color:var(--mz-text);
  background:var(--mz-page);
  font-size:15px;
  line-height:1.8;
  text-rendering:optimizeLegibility;
}
.mz-about-family-page a{color:inherit;text-decoration:none}
.mz-about-family-page button,.mz-about-family-page input,.mz-about-family-page select,.mz-about-family-page textarea{font:inherit}
.mz-about-family-page button{cursor:pointer}
.mz-about-family-page img,.mz-about-family-page svg{display:block}
.mz-about-family-page .mz-btn{
  min-height:42px;padding:9px 16px;border-radius:11px;border:1px solid transparent;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-weight:800;font-size:13px;transition:.2s ease
}
.mz-about-family-page .mz-btn:hover{transform:translateY(-1px)}
.mz-about-family-page .mz-btn--primary{background:var(--mz-primary);color:#fff;box-shadow:0 9px 20px rgba(17,153,244,.2)}
.mz-about-family-page .mz-btn--primary:hover{background:var(--mz-primary-dark)}
.mz-about-family-page .mz-btn--outline{border-color:var(--mz-border-blue);background:#fff;color:var(--mz-primary-dark)}
.mz-about-family-page .mz-btn--soft{background:var(--mz-primary-soft);color:var(--mz-primary-dark)}
.mz-about-family-page .mz-btn--orange{background:var(--mz-orange);color:#fff}
.mz-about-family-page .mz-breadcrumb{padding:18px 0 0;font-size:12px;color:var(--mz-muted)}
.mz-about-family-page .mz-breadcrumb a{color:var(--mz-primary-dark);font-weight:700}
.mz-about-family-page .mz-breadcrumb span{margin-inline:7px}
.mz-about-family-page .mz-hero{padding:26px 0 62px}
.mz-about-family-page .mz-hero__panel{
  position:relative;overflow:hidden;border:1px solid var(--mz-border-blue);
  background:
    radial-gradient(circle at 16% 18%,rgba(112,199,254,.22),transparent 30%),
    radial-gradient(circle at 86% 82%,rgba(255,155,76,.12),transparent 24%),
    linear-gradient(145deg,#fff,#F1F9FE);
  border-radius:26px;box-shadow:var(--mz-shadow);padding:52px
}
.mz-about-family-page .mz-hero__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:48px;align-items:center}
.mz-about-family-page .mz-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--mz-primary-dark);background:var(--mz-primary-soft);
  border:1px solid rgba(17,153,244,.18);padding:7px 11px;border-radius:999px;
  font-size:12px;font-weight:900;margin-bottom:16px
}
.mz-about-family-page .mz-eyebrow__dot{width:7px;height:7px;background:var(--mz-primary);border-radius:50%}
.mz-about-family-page h1,.mz-about-family-page h2,.mz-about-family-page h3,.mz-about-family-page p{margin-top:0}
.mz-about-family-page h1{
  margin-bottom:16px;color:var(--mz-heading);font-size:clamp(1.95rem,3.7vw,2.8rem);
  line-height:1.35;letter-spacing:-.02em;font-weight:900
}
.mz-about-family-page h2{
  color:var(--mz-heading);font-size:clamp(1.45rem,2.5vw,2rem);
  line-height:1.45;font-weight:900;margin-bottom:12px
}
.mz-about-family-page h3{color:var(--mz-heading);font-size:1.08rem;line-height:1.55;font-weight:900;margin-bottom:7px}
.mz-about-family-page .mz-lead{font-size:1.02rem;line-height:1.95;color:#53646F;max-width:760px;margin-bottom:22px}
.mz-about-family-page .mz-hero__actions{display:flex;flex-wrap:wrap;gap:10px}
.mz-about-family-page .mz-meta-line{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.mz-about-family-page .mz-meta-chip{
  display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;
  background:#fff;border:1px solid var(--mz-border);color:#53646F;font-size:12px;font-weight:700
}
.mz-about-family-page .mz-icon{
  width:42px;height:42px;border-radius:13px;display:grid;place-items:center;
  background:var(--mz-primary-soft);color:var(--mz-primary-dark);flex:0 0 auto
}
.mz-about-family-page .mz-icon svg{width:22px;height:22px}
.mz-about-family-page .mz-visual{
  border:1px solid var(--mz-border-blue);border-radius:22px;padding:18px;
  background:rgba(255,255,255,.86);box-shadow:var(--mz-shadow-soft)
}
.mz-about-family-page .mz-visual__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.mz-about-family-page .mz-visual__title{font-weight:900;color:var(--mz-heading)}
.mz-about-family-page .mz-status{
  display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 9px;
  background:var(--mz-green-soft);color:#267E62;font-size:11px;font-weight:900
}
.mz-about-family-page .mz-status::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--mz-green)}
.mz-about-family-page .mz-section{padding:72px 0}
.mz-about-family-page .mz-section--alt{background:#EFF6F8;border-block:1px solid #E2ECEF}
.mz-about-family-page .mz-section__head{max-width:790px;margin-bottom:30px}
.mz-about-family-page .mz-kicker{color:var(--mz-primary-dark);font-weight:900;font-size:12px;margin-bottom:8px}
.mz-about-family-page .mz-section__intro{color:#5E6C74;max-width:820px;margin-bottom:0}
.mz-about-family-page .mz-grid{display:grid;gap:18px}
.mz-about-family-page .mz-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.mz-about-family-page .mz-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.mz-about-family-page .mz-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.mz-about-family-page .mz-card{
  background:#fff;border:1px solid var(--mz-border);border-radius:18px;
  padding:22px;box-shadow:0 8px 26px rgba(31,42,48,.045)
}
.mz-about-family-page .mz-card--blue{border-color:var(--mz-border-blue)}
.mz-about-family-page .mz-card--soft{background:linear-gradient(145deg,#fff,#F8FCFE)}
.mz-about-family-page .mz-card__top{display:flex;align-items:flex-start;gap:13px;margin-bottom:11px}
.mz-about-family-page .mz-card p{margin-bottom:0}
.mz-about-family-page .mz-card__action{margin-top:16px}
.mz-about-family-page .mz-number{
  width:34px;height:34px;border-radius:11px;background:var(--mz-primary);color:#fff;
  display:grid;place-items:center;font-weight:900;box-shadow:0 7px 16px rgba(17,153,244,.2);flex:0 0 auto
}
.mz-about-family-page .mz-note{
  display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border-radius:15px;
  border:1px solid var(--mz-border-blue);background:var(--mz-primary-soft);color:#3E5867
}
.mz-about-family-page .mz-note strong{color:var(--mz-heading)}
.mz-about-family-page .mz-note--neutral{background:#fff;border-color:var(--mz-border)}
.mz-about-family-page .mz-note--orange{background:var(--mz-orange-soft);border-color:#FFD3B2}
.mz-about-family-page .mz-note__icon{width:24px;height:24px;color:var(--mz-primary-dark);flex:0 0 auto;margin-top:2px}
.mz-about-family-page .mz-flow{display:grid;gap:11px}
.mz-about-family-page .mz-flow__row{
  display:flex;gap:12px;align-items:center;padding:13px;border-radius:14px;
  background:#fff;border:1px solid var(--mz-border)
}
.mz-about-family-page .mz-flow__row strong{display:block;color:var(--mz-heading)}
.mz-about-family-page .mz-flow__row small{color:var(--mz-muted)}
.mz-about-family-page .mz-divider{height:1px;background:var(--mz-border);margin:22px 0}
.mz-about-family-page .mz-list{padding:0;margin:0;list-style:none;display:grid;gap:10px}
.mz-about-family-page .mz-list li{position:relative;padding-inline-start:24px}
.mz-about-family-page .mz-list li::before{
  content:"";position:absolute;inset-inline-start:4px;top:.75em;width:8px;height:8px;border-radius:50%;
  background:var(--mz-primary)
}
.mz-about-family-page .mz-cta{
  padding:34px;border-radius:22px;background:linear-gradient(135deg,#0D7ECC,#1199F4);
  color:#fff;box-shadow:0 18px 44px rgba(17,153,244,.22)
}
.mz-about-family-page .mz-cta h2,.mz-about-family-page .mz-cta h3{color:#fff}
.mz-about-family-page .mz-cta p{color:rgba(255,255,255,.86)}
.mz-about-family-page .mz-cta__grid{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}
.mz-about-family-page .mz-cta__actions{display:flex;flex-wrap:wrap;gap:9px}
.mz-about-family-page .mz-cta .mz-btn--outline{background:#fff;border-color:#fff}
.mz-about-family-page .mz-tag{
  display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;
  font-size:11px;font-weight:900;background:var(--mz-primary-soft);color:var(--mz-primary-dark)
}
.mz-about-family-page .mz-tag--orange{background:var(--mz-orange-soft);color:#9A551F}
.mz-about-family-page .mz-tag--neutral{background:#EEF2F4;color:#53646F}
.mz-about-family-page .mz-empty{
  text-align:center;padding:48px 24px;border:1px dashed var(--mz-border-blue);
  border-radius:20px;background:#fff
}
.mz-about-family-page .mz-empty__icon{
  width:64px;height:64px;border-radius:20px;background:var(--mz-primary-soft);color:var(--mz-primary-dark);
  display:grid;place-items:center;margin:0 auto 16px
}
.mz-about-family-page .mz-empty__icon svg{width:30px;height:30px}
.mz-about-family-page .mz-form-wrap{display:none}
.mz-about-family-page .mz-form-wrap.is-visible{display:block}
.mz-about-family-page .mz-form{display:grid;gap:16px}
.mz-about-family-page .mz-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.mz-about-family-page .mz-field{display:grid;gap:7px}
.mz-about-family-page .mz-field label{color:var(--mz-heading);font-size:13px;font-weight:800}
.mz-about-family-page .mz-field small{color:var(--mz-muted)}
.mz-about-family-page .mz-field input,.mz-about-family-page .mz-field select,.mz-about-family-page .mz-field textarea{
  width:100%;border:1px solid var(--mz-border);border-radius:12px;background:#fff;
  min-height:46px;padding:10px 12px;color:var(--mz-heading);outline:none
}
.mz-about-family-page .mz-field textarea{min-height:130px;resize:vertical}
.mz-about-family-page .mz-field input:focus,.mz-about-family-page .mz-field select:focus,.mz-about-family-page .mz-field textarea:focus{
  border-color:var(--mz-primary);box-shadow:0 0 0 3px rgba(17,153,244,.12)
}
.mz-about-family-page .mz-check{display:flex;align-items:flex-start;gap:10px}
.mz-about-family-page .mz-check input{margin-top:7px;accent-color:var(--mz-primary)}
.mz-about-family-page .mz-success{display:none}
.mz-about-family-page .mz-success.is-visible{display:block}
.mz-about-family-page .mz-subtle{color:var(--mz-muted);font-size:12px}
.mz-about-family-page .mz-horizontal-scroll{overflow:auto;padding-bottom:4px}
.mz-about-family-page .mz-chip-row{display:flex;gap:8px;flex-wrap:wrap}
.mz-about-family-page .mz-chip{
  border:1px solid var(--mz-border);background:#fff;color:#53646F;
  padding:7px 11px;border-radius:999px;font-size:12px;font-weight:800
}
.mz-about-family-page .mz-chip[aria-pressed="true"]{background:var(--mz-primary);color:#fff;border-color:var(--mz-primary)}
.mz-about-family-page .mz-topic{cursor:pointer;transition:.2s ease}
.mz-about-family-page .mz-topic:hover,.mz-about-family-page .mz-topic:focus-within{border-color:var(--mz-primary);transform:translateY(-2px);box-shadow:var(--mz-shadow-soft)}
.mz-about-family-page .mz-topic.is-selected{border-color:var(--mz-primary);box-shadow:0 0 0 3px rgba(17,153,244,.12)}
.mz-about-family-page .mz-topic button{border:0;background:none;padding:0;color:var(--mz-primary-dark);font-weight:900}
.mz-about-family-page .mz-country-context{
  display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:15px;
  background:#fff;border:1px solid var(--mz-border)
}
.mz-about-family-page .mz-country-context strong{color:var(--mz-heading)}
.mz-about-family-page .mz-country-context svg{width:24px;height:24px;color:var(--mz-primary-dark);flex:0 0 auto;margin-top:2px}
@media (max-width:1060px){
  .mz-about-family-page .mz-hero__grid{grid-template-columns:1fr}
  .mz-about-family-page .mz-visual{max-width:680px}
  .mz-about-family-page .mz-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:720px){
  .mz-about-family-page{font-size:14px}
  .mz-about-family-page .mz-hero{padding:14px 0 44px}
  .mz-about-family-page .mz-hero__panel{padding:28px 20px;border-radius:20px}
  .mz-about-family-page .mz-hero__grid{gap:28px}
  .mz-about-family-page h1{font-size:clamp(1.8rem,8vw,2.35rem)}
  .mz-about-family-page h2{font-size:clamp(1.35rem,6.5vw,1.75rem)}
  .mz-about-family-page .mz-section{padding:54px 0}
  .mz-about-family-page .mz-grid--2,.mz-about-family-page .mz-grid--3,.mz-about-family-page .mz-grid--4{grid-template-columns:1fr}
  .mz-about-family-page .mz-form__row{grid-template-columns:1fr}
  .mz-about-family-page .mz-cta{padding:25px 20px}
  .mz-about-family-page .mz-cta__grid{grid-template-columns:1fr}
  .mz-about-family-page .mz-hero__actions,.mz-about-family-page .mz-cta__actions{align-items:stretch}
  .mz-about-family-page .mz-hero__actions .mz-btn,.mz-about-family-page .mz-cta__actions .mz-btn{width:100%}
}
@media (prefers-reduced-motion:reduce){
  .mz-about-family-page,.mz-about-family-page *{transition:none!important}
}

/* Production scoping and preview-to-production utilities. */
.mz-about-family-page {
  width: 100%;
  color: var(--mz-text);
  background: var(--mz-page);
}
.mz-about-family-page [hidden] { display: none !important; }
.mz-about-family-page .mz-success { display: block; }
.mz-about-family-page .mz-icon-inline { width: 18px; height: 18px; }
.mz-about-family-page .mz-space-top { margin-top: 18px; }
.mz-about-family-page .mz-space-bottom { margin-bottom: 18px; }
.mz-about-family-page .mz-space-top-sm { margin-top: 12px; }
.mz-about-family-page .mz-gap-tight { gap: 10px; }
.mz-about-family-page .mz-card--compact { padding: 15px; }
.mz-about-family-page .mz-card--muted { background: #fafcfd; }
.mz-about-family-page .mz-btn--white-blue { background: #fff; color: var(--mz-primary-dark); }
.mz-about-family-page h1 { font-size: clamp(1.85rem, 3.2vw, 2.55rem); }
.mz-about-family-page h2 { font-size: clamp(1.35rem, 2.35vw, 1.85rem); }
.mz-about-family-page section[id] { scroll-margin-top: 92px; }
.mz-about-family-page .mz-topic button { width: 100%; text-align: start; }
.mz-about-family-page .mz-result-summary { display: grid; gap: 10px; margin: 18px 0; }
.mz-about-family-page .mz-result-summary div { display: grid; grid-template-columns: minmax(120px, .35fr) 1fr; gap: 12px; padding: 10px 12px; border-radius: 12px; background: #f8fbfc; border: 1px solid var(--mz-border); }
.mz-about-family-page .mz-result-summary dt { color: var(--mz-muted); font-weight: 800; }
.mz-about-family-page .mz-result-summary dd { margin: 0; color: var(--mz-heading); overflow-wrap: anywhere; }
.mz-about-family-page .mz-result-state--error { border-color: #f1b7b7; background: #fff8f8; }
.mz-about-family-page .mz-result-state--error .mz-icon { color: #9b2c2c; background: #ffe8e8; font-weight: 900; }
.mz-about-family-page .mz-form-status { margin: 0; color: var(--mz-muted); }
@media (max-width: 720px) {
  .mz-about-family-page .mz-result-summary div { grid-template-columns: 1fr; gap: 4px; }
}

/* PAGE-PUB-HOW-IT-WORKS — page-specific refinements; country panels are Host-controlled. */
.mz-how-it-works-page [data-mz-country-panel="JO"] { width: 100%; }
/* PAGE-PUB-WHY-MULTAZM — all approved visual rules are shared by the About family. */
.mz-why-multazm-page { width: 100%; }
/* PAGE-PUB-WHATS-NEW — all approved visual rules are shared by the About family. */
.mz-whats-new-page { width: 100%; }

/* Real host adapter: the canonical page owns its internal shell and section backgrounds. */
.mz-canonical-fullwidth { width: 100%; max-width: none; margin: 0; }
