
.mzuzi-section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff5730;
  margin-bottom: 10px;
}

.mzuzi-section-heading {
  font-size: 28px;
  font-weight: 700;
  color: #222222;
  line-height: 1.3;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
}

.mzuzi-section-sub {
  font-size: 15px;
  color: #606060;
  line-height: 1.8;
  max-width: 640px;
  margin: 0 auto 10px;
}

.mzuzi-body-text {
  font-size: 15px;
  color: #606060;
  line-height: 1.85;
  margin-bottom: 20px;
}

.mzuzi-accent {
  color: #ff5730;
}

.mzuzi-cta-btn {
  padding: 12px 28px !important;
  font-size: 15px !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.mzuzi-cta-btn-outline {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 12px 28px !important;
  font-size: 15px !important;
}


/*--------------------------------------------------------------
  SECTION 1 — TAGLINE RIBBON
--------------------------------------------------------------*/
.mzuzi-tagline-ribbon {
  background: #ff5730;
  padding: 18px 0;
  min-height:74px !important;
}

.mzuzi-tagline-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mzuzi-tagline-text {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 2px 14px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.mzuzi-tagline-text strong {
  color: #fff;
  font-weight: 800;
}


.mzuzi-word-cycle {
  display: inline-flex;
  align-items: center;
  
  padding: 2px 14px;
  border-radius: 20px;
  min-width: 210px;
  min-height: 1.6em;
  justify-content: flex-start;
}


.mzuzi-typing-word {
  /*font-weight: 800;*/
  font-family: "Poppins", sans-serif;
  color: #fff;
  letter-spacing: 0.01em;
}


.mzuzi-cursor {
  display: inline-block;
  font-weight: 300;
  font-size: 1.1em;
  color: #fff;
  margin-left: 1px;
  animation: mzuzi-blink 0.75s step-end infinite;
  line-height: 1;
  opacity: 1;
}

@keyframes mzuzi-blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

@media (max-width: 767px) {
  .mzuzi-tagline-text { font-size: 15px; }
  .mzuzi-word-cycle   { min-width: 160px; }
  .mzuzi-tagline-ribbon {
    
    min-height:97px !important;
}
}

/*--------------------------------------------------------------
  SECTION 2 — MBAC EXPLAINER
--------------------------------------------------------------*/
.mzuzi-mbac-explainer {
  background: #fff;
}

.mzuzi-check-list {
  list-style: none !important;
  padding: 0;
  margin: 0 0 25px;
}

.mzuzi-check-list li {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  line-height: 1;
  padding: 9px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mzuzi-check-list li:last-child {
  border-bottom: none;
}

.mzuzi-check-list li i {
  color: #ff5730;
  font-size: 16px;
  flex-shrink: 0;
}

/* Code anatomy card */
.mzuzi-code-card {
  background: #1a1f2e;
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}

.mzuzi-code-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff5730;
  margin-bottom: 24px;
}

.mzuzi-code-display {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 28px;
  border: 1px solid rgba(255,255,255,0.08);
}

.mzuzi-code-part {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mzuzi-code-part.outward .mzuzi-code-chars {
  color: #ff5730;
}

.mzuzi-code-part.inward .mzuzi-code-chars {
  color: #4ecdc4;
}

.mzuzi-code-chars {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  font-family: "Courier New", monospace;
}

.mzuzi-code-name {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-top: 8px;
}

.mzuzi-code-desc {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  font-weight: 400;
}

.mzuzi-code-spacer {
  width: 1px;
  height: 70px;
  background: rgba(255,255,255,0.12);
  margin: 0 16px;
  flex-shrink: 0;
}

.mzuzi-code-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.mzuzi-code-meta-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
}

.mzuzi-code-meta-item i {
  color: #ff5730;
  font-size: 13px;
}

@media (max-width: 576px) {
  .mzuzi-code-chars { font-size: 28px; }
  .mzuzi-code-meta { flex-direction: column; gap: 8px; }
}


/*--------------------------------------------------------------
  SECTION 3 — CLAIM CTA
--------------------------------------------------------------*/
.mzuzi-claim-cta {
  background: #f7f7f7;
  border-top: 3px solid #ff5730;
  padding: 40px 0;
}

.mzuzi-claim-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.mzuzi-claim-left { flex: 1 1 400px; }
.mzuzi-claim-right { flex-shrink: 0; text-align: center; }

.mzuzi-claim-badge {
  display: inline-block;
  background: rgba(255,87,48,0.1);
  color: #ff5730;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.mzuzi-claim-heading {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.mzuzi-claim-sub {
  font-size: 14px;
  color: #606060;
  line-height: 1.7;
  margin: 0;
}

.mzuzi-claim-login {
  font-size: 13px;
  color: #888;
  margin-top: 12px;
  margin-bottom: 0;
}

.mzuzi-claim-login a {
  color: #ff5730;
  font-weight: 600;
}

.mzuzi-claim-login a:hover {
  text-decoration: underline;
}


/*--------------------------------------------------------------
  SECTION 4 — HOW IT WORKS
--------------------------------------------------------------*/
.mzuzi-how-it-works {
    background: #f7f7f7;
}
.mzuzi-step-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.mzuzi-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.mzuzi-step-card--featured {
  background: #ff5730;
}

.mzuzi-step-card--featured .mzuzi-step-number,
.mzuzi-step-card--featured .mzuzi-step-title,
.mzuzi-step-card--featured .mzuzi-step-desc,
.mzuzi-step-card--featured .mzuzi-step-icon i {
  color: #fff;
}

.mzuzi-step-number {
  font-size: 56px;
  font-weight: 800;
  color: rgba(34,34,34,0.06);
  line-height: 1;
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: "Poppins", sans-serif;
}

.mzuzi-step-card--featured .mzuzi-step-number {
  color: rgba(255,255,255,0.15);
}

.mzuzi-step-icon {
  width: 64px;
  height: 64px;
  background: rgba(255,87,48,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.mzuzi-step-card--featured .mzuzi-step-icon {
  background: rgba(255,255,255,0.2);
}

.mzuzi-step-icon i {
  font-size: 26px;
  color: #ff5730;
}

.mzuzi-step-title {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
}

.mzuzi-step-desc {
  font-size: 14px;
  color: #777;
  line-height: 1.7;
  margin: 0;
}


/*--------------------------------------------------------------
  SECTION 5 — IDENTITY GRID
--------------------------------------------------------------*/
.mzuzi-identity-grid {
  background: #fff;
}

.mzuzi-identity-card {
  border-radius: 12px;
  padding: 30px 22px;
  height: 100%;
   
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transition: transform 0.3s, box-shadow 0.3s;
  background: #fff;
}

.mzuzi-identity-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.11);
}

 

.mzuzi-identity-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.mzuzi-identity-card--orange .mzuzi-identity-icon { background: rgba(255,87,48,0.1); }
.mzuzi-identity-card--blue   .mzuzi-identity-icon { background: rgba(74,144,217,0.1); }
.mzuzi-identity-card--green  .mzuzi-identity-icon { background: rgba(39,174,96,0.1); }
.mzuzi-identity-card--purple .mzuzi-identity-icon { background: rgba(142,68,173,0.1); }

.mzuzi-identity-card--orange .mzuzi-identity-icon i { color: #ff5730; }
.mzuzi-identity-card--blue   .mzuzi-identity-icon i { color: #4a90d9; }
.mzuzi-identity-card--green  .mzuzi-identity-icon i { color: #27ae60; }
.mzuzi-identity-card--purple .mzuzi-identity-icon i { color: #8e44ad; }

.mzuzi-identity-icon i { font-size: 24px; }

.mzuzi-identity-title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.mzuzi-identity-desc {
  font-size: 13.5px;
  color: #777;
  line-height: 1.7;
  margin: 0;
}


/*--------------------------------------------------------------
  SECTION 6 — STATS
--------------------------------------------------------------*/
.mzuzi-stats-section {
  background: #1a1f2e;
  padding: 60px 0;
}

.mzuzi-stat-item {
  text-align: center;
  padding: 20px 10px;
  border-right: 1px solid rgba(255,255,255,0.08);
}

.mzuzi-stat-item:last-child {
  border-right: none;
}

.mzuzi-stat-icon {
  margin-bottom: 12px;
}

.mzuzi-stat-icon i {
  font-size: 28px;
  color: #ff5730;
}

.mzuzi-stat-number {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
}

.mzuzi-stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

@media (max-width: 767px) {
  .mzuzi-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .mzuzi-stat-item:last-child { border-bottom: none; }
  .mzuzi-stat-number { font-size: 32px; }
}


/*--------------------------------------------------------------
  SECTION 7 — FEATURES
--------------------------------------------------------------*/
.mzuzi-features {
  background: #f7f7f7;
}

.mzuzi-feature-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.mzuzi-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255,87,48,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.mzuzi-feature-icon i {
  font-size: 18px;
  color: #ff5730;
}

.mzuzi-feature-title {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.mzuzi-feature-desc {
  font-size: 13px;
  color: #777;
  line-height: 1.65;
  margin: 0;
}


/*--------------------------------------------------------------
  SECTION 8 — TESTIMONIALS
--------------------------------------------------------------*/
.mzuzi-testimonials {
  background: #fff;
}

.mzuzi-testimonial-card {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 28px 24px;
  height: 100%;
  position: relative;
  border-left: 4px solid #ff5730;
  transition: box-shadow 0.3s;
}

.mzuzi-testimonial-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.mzuzi-testimonial-quote-icon {
  color: #ff5730;
  font-size: 20px;
  margin-bottom: 14px;
  opacity: 0.6;
}

.mzuzi-testimonial-text {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 20px;
}

.mzuzi-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mzuzi-testimonial-avatar {
  width: 42px;
  height: 42px;
  background: #ff5730;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
}

.mzuzi-testimonial-info strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  font-family: "Poppins", sans-serif;
}

.mzuzi-testimonial-info span {
  font-size: 12px;
  color: #999;
}


/*--------------------------------------------------------------
  SECTION 9 — PARTNERS
--------------------------------------------------------------*/
.mzuzi-partners {
  background: #f7f7f7;
}

.mzuzi-partners-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #aaa;
  margin: 0;
}

.mzuzi-partner-logo {
  background: #fff;
  border-radius: 8px;
  padding: 16px 12px;
  text-align: center;
  border: 1px solid #eee;
  transition: box-shadow 0.3s, transform 0.3s;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mzuzi-partner-logo:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.mzuzi-partner-logo span {
  font-size: 12px;
  font-weight: 600;
  color: #bbb;
  text-align: center;
  line-height: 1.3;
}

/* When you add real logos, use this class on your <img> tags */
.mzuzi-partner-img {
  max-height: 50px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s, opacity 0.3s;
}

.mzuzi-partner-logo:hover .mzuzi-partner-img {
  filter: grayscale(0%);
  opacity: 1;
}


/*--------------------------------------------------------------
  SECTION 10 — CORE VALUES
--------------------------------------------------------------*/
.mzuzi-values {
  background: #fff;
}

.mzuzi-value-card {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 30px 22px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}

.mzuzi-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  background: #fff;
}

.mzuzi-value-icon {
  width: 60px;
  height: 60px;
  background: rgba(255,87,48,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: background 0.3s;
}

.mzuzi-value-card:hover .mzuzi-value-icon {
  background: #ff5730;
}

.mzuzi-value-icon i {
  font-size: 24px;
  color: #ff5730;
  transition: color 0.3s;
}

.mzuzi-value-card:hover .mzuzi-value-icon i {
  color: #fff;
}

.mzuzi-value-title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
}

.mzuzi-value-desc {
  font-size: 13.5px;
  color: #777;
  line-height: 1.7;
  margin: 0;
}


/*--------------------------------------------------------------
  SECTION 11 — FINAL CTA BANNER
--------------------------------------------------------------*/
.mzuzi-final-cta {
  background: #ff5730;
  padding: 50px 0;
}

.mzuzi-final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.mzuzi-final-cta-text { flex: 1 1 400px; }

.mzuzi-final-cta-text h3 {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
}

.mzuzi-final-cta-text p {
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  margin: 0;
}

.mzuzi-final-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* Override btn.vfx3 in the orange CTA section to be white */
.mzuzi-final-cta .btn.vfx3 {
  background: #fff;
  color: #ff5730 !important;
  border-color: transparent;
}

.mzuzi-final-cta .btn.vfx3:hover {
  background: #222;
  color: #fff !important;
}

@media (max-width: 767px) {
  .mzuzi-claim-inner  { flex-direction: column; }
  .mzuzi-final-cta-inner { flex-direction: column; text-align: center; }
  .mzuzi-final-cta-actions { justify-content: center; }
  .mzuzi-section-heading { font-size: 22px; }
}