/*
Theme Name: Hello Elementor Child
Theme URI: https://mezohaib.com
Description: Child theme for Zohaib A. - custom blog layout
Author: Zohaib A.
Template: hello-elementor
Version: 1.0
*/

/* ===== Global typography ===== */
:root {
  --mz-font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mz-font-heading: 'Poppins', var(--mz-font-body);
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body.mz-nav-open {
  overflow: hidden;
  touch-action: none;
}

body,
button,
input,
select,
textarea,
.mz-blog,
.mz-site-footer {
  font-family: var(--mz-font-body);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -0.011em;
}

h1, h2, h3, h4, h5, h6,
.mz-blog-head h1,
.mz-post-title,
.mz-case-full .mz-case-title,
.mz-card-title,
.mz-card-title a,
.mz-site-footer .mz-footer-heading,
.mz-site-footer .mz-footer-logo-text {
  font-family: var(--mz-font-heading);
  letter-spacing: -0.025em;
}

.mz-meta,
.mz-post-meta,
.mz-share-label,
.mz-footer-heading {
  letter-spacing: 0.06em;
}

/* ===== Pro site header (matches landing page) ===== */
.mz-site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(7, 11, 22, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}
.mz-site-header.is-scrolled {
  background: rgba(7, 11, 22, 0.96);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
.mz-header-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.mz-header-logo { flex-shrink: 0; line-height: 0; }
.mz-header-logo-img { height: 44px; width: auto; max-width: 190px; display: block; }
.mz-header-logo-text {
  color: #f1f5f9;
  font-family: var(--mz-font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}
.mz-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  margin-left: auto;
}
.mz-header-link {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
  transition: color .18s ease;
}
.mz-header-link:hover,
.mz-header-link.is-active { color: #fff; }
.mz-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: 8px;
}
.mz-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 11px 18px;
  border-radius: 12px;
  font-family: var(--mz-font-heading);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
  border: none;
}
.mz-header-upwork {
  background: rgba(255, 255, 255, 0.06);
  color: #f1f5f9 !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}
.mz-header-upwork:hover {
  background: rgba(34, 197, 94, 0.14);
  border-color: rgba(74, 222, 128, 0.45);
  transform: translateY(-1px);
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.mz-upwork-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  flex-shrink: 0;
  background: #14a800;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.28);
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.mz-upwork-mark {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.mz-header-upwork:hover .mz-upwork-icon-badge,
.mz-btn-upwork .elementor-button:hover .mz-upwork-icon-badge,
.mz-sticky-cta-upwork:hover .mz-upwork-icon-badge,
.mz-about-btn-upwork:hover .mz-upwork-icon-badge {
  background: #16bd00;
  box-shadow: 0 3px 10px rgba(20, 168, 0, 0.5);
}
.mz-header-upwork span { line-height: 1; }

/* Elementor homepage header Upwork button */
.mz-btn-upwork .elementor-button {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  color: #f1f5f9 !important;
  padding: 10px 16px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: var(--mz-font-heading) !important;
  border-radius: 12px !important;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease !important;
}
.mz-btn-upwork .elementor-button-content-wrapper {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  flex-direction: row !important;
}
.mz-btn-upwork .elementor-button-icon.mz-upwork-btn-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  order: -1;
}
.mz-btn-upwork .elementor-button-text {
  line-height: 1;
  letter-spacing: 0.01em;
}
.mz-btn-upwork .elementor-button:hover,
.mz-btn-upwork .elementor-button:focus {
  background: rgba(34, 197, 94, 0.14) !important;
  border-color: rgba(74, 222, 128, 0.45) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}
.mz-header-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  cursor: pointer;
}
.mz-header-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: #e2e8f0;
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.mz-header-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 20px;
  border-top: 1px solid transparent;
  background: rgba(7, 11, 22, 0.98);
  transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease, border-color 0.25s ease;
}
.mz-header-mobile-nav .mz-header-link {
  padding: 14px 4px;
  min-height: 48px;
  display: flex;
  align-items: center;
  font-size: 16px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: color 0.18s ease, padding-left 0.18s ease;
}
.mz-header-mobile-nav .mz-header-link:active,
.mz-header-mobile-nav .mz-header-link.is-active {
  color: #fff;
  padding-left: 8px;
}
.mz-header-mobile-nav .mz-header-cta-mobile {
  margin: 14px 0 4px;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
}
.mz-site-header.is-mobile-open .mz-header-mobile-nav {
  max-height: 520px;
  opacity: 1;
  padding: 6px 20px 18px;
  border-top-color: rgba(255,255,255,.08);
}
.mz-site-header.is-mobile-open .mz-header-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mz-site-header.is-mobile-open .mz-header-toggle span:nth-child(2) { opacity: 0; }
.mz-site-header.is-mobile-open .mz-header-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

header.site-header:not(.mz-site-header) { display: none !important; }

@media (max-width: 1024px) {
  .mz-header-nav,
  .mz-header-actions { display: none; }
  .mz-header-toggle { display: flex; }
  .mz-header-wrap { padding: 12px 20px; gap: 16px; }
  .mz-header-upwork span { display: none; }
}
@media (max-width: 480px) {
  .mz-header-logo-img { height: 38px; max-width: 160px; }
  .mz-header-wrap { padding: 10px 16px; }
}

/* Hide legacy Elementor homepage header — unified PHP nav used instead */
body.home .elementor-element-6098a34,
body.home .elementor-section.mz-header {
  display: none !important;
}

/* ===== Homepage hero hierarchy ===== */
#home .mz-pill .elementor-heading-title {
  margin-bottom: 0 !important;
}
#home .mz-hero-title .elementor-heading-title,
#home .elementor-element-fc6011c .elementor-heading-title {
  font-size: clamp(1.75rem, 4.2vw, 2.65rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  color: #f8fafc !important;
  margin: 0 auto !important;
  max-width: 900px;
}
#home .mz-hero-creds .elementor-heading-title {
  font-size: clamp(0.85rem, 1.8vw, 0.95rem) !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  color: #cbd5e1 !important;
  margin: 18px auto 0 !important;
  max-width: 720px;
  background: none !important;
  -webkit-text-fill-color: #cbd5e1 !important;
  letter-spacing: 0.01em;
}
#home .mz-hero-subline .elementor-heading-title {
  font-size: clamp(1.05rem, 2.4vw, 1.2rem) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  color: #94a3b8 !important;
  margin: 14px auto 0 !important;
  max-width: 580px;
  background: none !important;
  -webkit-text-fill-color: #94a3b8 !important;
}
#home .mz-hero-lead .elementor-widget-container {
  max-width: 640px;
  margin: 22px auto 0 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
  color: #94a3b8 !important;
}
#home .mz-hero-quote .elementor-widget-container {
  text-align: left;
  padding-left: 18px;
  border-left: 3px solid rgba(148, 163, 184, 0.35);
  color: #94a3b8 !important;
}
#home .elementor-element-ec79a80,
#home .elementor-element-85e0c32,
#home .elementor-element-952c9cd,
#home .mz-hero-extra {
  display: none !important;
}
#home .mz-hero-niche .elementor-widget-container {
  max-width: 760px;
  margin: 20px auto 4px !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #64748b !important;
  text-align: center;
}
#home .mz-hero-niche .elementor-widget-container p {
  margin: 0;
}

/* Hero proof bar — above CTAs, inside hero */
#home .elementor-element-b7proof1 .elementor-widget-container {
  max-width: 1120px;
  margin: 24px auto 8px !important;
  padding: 0 16px;
}
.mz-hero-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
}
.mz-proof-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #cbd5e1;
  line-height: 1.2;
  white-space: nowrap;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.mz-proof-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(96, 165, 250, 0.25);
}
.mz-proof-emoji {
  font-size: 15px;
  line-height: 1;
  flex-shrink: 0;
}
.mz-proof-label {
  letter-spacing: 0.01em;
}
@media (max-width: 640px) {
  .mz-hero-proof {
    gap: 8px;
  }
  .mz-proof-item {
    padding: 8px 12px;
    font-size: 12px;
  }
  .mz-proof-emoji {
    font-size: 14px;
  }
}
#home .elementor-element-80af6e0 {
  margin-top: 8px;
}
#home .elementor-element-80af6e0 > .elementor-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap;
  gap: 16px;
}
#home .elementor-element-80af6e0 > .elementor-container > .elementor-column {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
}
#home .elementor-element-80af6e0 .elementor-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .elementor-element-a6c8d31,
#home .elementor-element-59f45d4 {
  margin: 0 !important;
}
#home .elementor-element-80af6e0 .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px;
  box-sizing: border-box !important;
  line-height: 1.2 !important;
  vertical-align: middle;
}
#home .elementor-element-80af6e0 .elementor-button-content-wrapper {
  align-items: center;
  gap: 8px;
}
#home .elementor-element-80af6e0 .mz-btn-primary .elementor-button {
  border: 1px solid transparent !important;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.32);
}
#home .elementor-element-27de336 {
  margin-top: 8px;
}

@media (max-width: 768px) {
  #home .elementor-element-80af6e0 > .elementor-container {
    flex-direction: column;
    align-items: stretch !important;
    gap: 12px;
    width: 100%;
  }
  #home .elementor-element-80af6e0 > .elementor-container > .elementor-column {
    width: 100% !important;
  }
  #home .elementor-element-80af6e0 .elementor-widget-button,
  #home .elementor-element-80af6e0 .elementor-button {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  #home .mz-hero-niche .elementor-widget-container {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  #home .mz-hero-quote .elementor-widget-container {
    font-size: 16px !important;
  }
  .mz-hero-proof {
    gap: 8px;
    padding: 0 4px;
  }
  .mz-proof-item {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    white-space: normal;
    text-align: center;
    min-width: 140px;
  }
}

@media (max-width: 480px) {
  #home .elementor-element-80af6e0 .elementor-button {
    min-height: 48px;
    font-size: 15px !important;
  }
  .mz-proof-item {
    flex: 1 1 100%;
  }
  .mz-sticky-cta {
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    gap: 6px;
  }
  .mz-sticky-cta a {
    padding: 10px 10px;
    font-size: 12px;
  }
  .mz-sticky-cta-primary {
    max-width: none;
    flex: 1.2;
  }
}

/* ===== Blog listing ===== */
.mz-blog { background:#070b16; color:#e2e8f0; }
.mz-blog-wrap { max-width:1140px; margin:0 auto; padding:90px 20px 100px; }
.mz-blog-head { text-align:center; margin-bottom:48px; }
.mz-blog-head h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 12px;
  background: linear-gradient(135deg,#3b82f6,#8b5cf6);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.mz-blog-head p { color:#94a3b8; font-size:1.0625rem; line-height:1.6; margin:0; font-weight:400; }

.mz-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
@media (max-width:980px){ .mz-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:640px){ .mz-grid{ grid-template-columns:1fr; } }

.mz-card {
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08); border-radius:18px; overflow:hidden;
  display:flex; flex-direction:column;
  transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.mz-card:hover {
  transform:translateY(-6px); border-color:rgba(139,92,246,.5);
  box-shadow:0 18px 40px -18px rgba(59,130,246,.55);
}
.mz-card-media { display:block; position:relative; aspect-ratio:16/9; overflow:hidden; }
.mz-card-media img { width:100%; height:100%; object-fit:cover; display:block; }
.mz-noimg {
  position:absolute; inset:0;
  background:radial-gradient(circle at 28% 26%,rgba(255,255,255,.20),transparent 55%),linear-gradient(135deg,#1e3a8a,#6d28d9);
}
.mz-noimg::after {
  content:""; position:absolute; inset:0;
  background-image:radial-gradient(rgba(255,255,255,.28) 1.5px,transparent 1.6px);
  background-size:18px 18px; opacity:.30;
}
.mz-noimg .mz-mono {
  position:absolute; right:16px; bottom:12px; color:rgba(255,255,255,.85);
  font-weight:800; font-size:15px; letter-spacing:.3px;
}

.mz-card-body { padding:22px 22px 24px; display:flex; flex-direction:column; flex:1; }
.mz-meta { font-size:12.5px; color:#7c8aa5; text-transform:uppercase; letter-spacing:.6px; margin-bottom:10px; }
.mz-card-title { font-size:1.25rem; line-height:1.35; font-weight:600; margin:0 0 12px; }
.mz-card-title a { color:#f1f5f9; text-decoration:none; }
.mz-card-title a:hover { color:#a78bfa; }
.mz-card-excerpt { color:#94a3b8; font-size:0.9375rem; line-height:1.65; margin:0 0 18px; flex:1; }
.mz-readmore { align-self:flex-start; color:#60a5fa; font-weight:500; text-decoration:none; font-size:0.9375rem; }
.mz-readmore:hover { color:#a78bfa; }

/* Homepage Elementor case cards — feature images */
#home .elementor-element-024dd2b.mz-case-studies-grid .elementor-container,
#home .elementor-element-024dd2b .elementor-container {
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
#home .elementor-element-024dd2b .mz-case-card-col {
  display: flex;
  align-self: stretch;
}
#home .elementor-element-024dd2b .mz-case-card-col > .elementor-widget-wrap {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
}
#home .elementor-element-024dd2b .mz-case-card-col > .elementor-widget-wrap > .elementor-element {
  width: 100%;
}
#home .mz-case-card-img .elementor-widget-container {
  margin: 0 !important;
  line-height: 0;
}
#home .mz-case-card-img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 16px 16px 0 0;
}
#home .elementor-element-024dd2b .mz-case-card-col .elementor-widget:not(.mz-case-card-img) .elementor-widget-container {
  padding-left: 24px;
  padding-right: 24px;
}
#home .elementor-element-024dd2b .mz-case-card-col .elementor-widget:first-of-type:not(.mz-case-card-img) .elementor-widget-container,
#home .elementor-element-024dd2b .mz-case-card-col .mz-case-card-img + .elementor-widget .elementor-widget-container {
  padding-top: 20px;
}
#home .elementor-element-024dd2b .mz-case-card-col .elementor-widget-text-editor {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#home .elementor-element-024dd2b .mz-case-card-col .elementor-widget-text-editor .elementor-widget-container {
  flex: 1;
  padding-bottom: 24px;
}
#home .elementor-element-024dd2b .mz-case-card-col .elementor-widget-text-editor p {
  margin: 0;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home .elementor-element-024dd2b .mz-case-card-col .elementor-widget-heading:nth-child(4) .elementor-heading-title {
  font-size: 17px !important;
  line-height: 1.35 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 981px) {
  #home .elementor-element-024dd2b .mz-case-card-col {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 980px) and (min-width: 641px) {
  #home .elementor-element-024dd2b .mz-case-card-col {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 640px) {
  #home .elementor-element-024dd2b .mz-case-card-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #home .elementor-element-024dd2b .elementor-container {
    gap: 20px;
  }
}

/* ===== Pagination ===== */
.mz-pagination { margin-top:56px; }
.mz-pagination .nav-links { display:flex; justify-content:center; gap:10px; flex-wrap:wrap; }
.mz-pagination .page-numbers {
  display:inline-flex; align-items:center; justify-content:center;
  min-width:44px; height:44px; padding:0 16px; border-radius:12px;
  border:1px solid rgba(255,255,255,.12); color:#cbd5e1; text-decoration:none;
  font-weight:600; transition:all .2s ease;
}
.mz-pagination .page-numbers:hover { border-color:rgba(139,92,246,.6); color:#fff; }
.mz-pagination .page-numbers.current {
  background:linear-gradient(135deg,#3b82f6,#8b5cf6); border-color:transparent; color:#fff;
}
.mz-pagination .page-numbers.dots { border:none; background:none; }
.mz-pagination .screen-reader-text { position:absolute; clip:rect(1px,1px,1px,1px); width:1px; height:1px; overflow:hidden; }

/* ===== Case Studies listing ===== */
.mz-cases-page .mz-case-badges { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:12px; }
.mz-cases-page .mz-case-tag,
.mz-case-single .mz-case-tag {
  display:inline-block; padding:4px 10px; border-radius:999px; font-size:11px; font-weight:700;
  text-transform:uppercase; letter-spacing:.5px; color:#93c5fd;
  background:rgba(59,130,246,.15); border:1px solid rgba(59,130,246,.35);
}
.mz-cases-page .mz-case-metric,
.mz-case-single .mz-case-metric {
  display:inline-block; padding:4px 10px; border-radius:999px; font-size:11px; font-weight:700;
  color:#c4b5fd; background:rgba(139,92,246,.15); border:1px solid rgba(139,92,246,.35);
}
.mz-noimg-case { background:radial-gradient(circle at 28% 26%,rgba(255,255,255,.18),transparent 55%),linear-gradient(135deg,#312e81,#7c3aed); }

.mz-empty-state { text-align:center; padding:60px 20px; border:1px dashed rgba(255,255,255,.12); border-radius:18px; margin-bottom:40px; }
.mz-empty-state p { color:#94a3b8; font-size:17px; margin:0 0 8px; }
.mz-empty-hint { font-size:14px !important; color:#64748b !important; }

.mz-cases-page .mz-cases-cta,
.mz-case-single .mz-cases-cta { text-align:center; margin-top:56px; padding-top:40px; border-top:1px solid rgba(255,255,255,.08); }
.mz-cases-page .mz-cases-cta p,
.mz-case-single .mz-cases-cta p { color:#cbd5e1; font-size:18px; margin:0 0 18px; }
.mz-cases-btn {
  display:inline-block; padding:14px 28px; border-radius:12px; font-weight:700; text-decoration:none;
  color:#fff; background:linear-gradient(135deg,#3b82f6,#8b5cf6);
  transition:transform .2s ease, box-shadow .2s ease;
}
.mz-cases-btn:hover { transform:translateY(-2px); box-shadow:0 12px 28px -10px rgba(59,130,246,.65); color:#fff; }

/* ===== Single case study ===== */
.mz-case-single-wrap { max-width:820px; }
.mz-back-link { margin:0 0 28px; }
.mz-back-link a { color:#60a5fa; text-decoration:none; font-weight:600; font-size:15px; }
.mz-back-link a:hover { color:#a78bfa; }
.mz-case-full { background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02)); border:1px solid rgba(255,255,255,.08); border-radius:18px; padding:36px 32px; }
.mz-case-full .mz-case-head { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:16px; }
.mz-case-full .mz-case-title { font-size:34px; line-height:1.25; margin:0 0 16px; color:#f1f5f9; }
.mz-case-lead {
  font-size: 18px;
  line-height: 1.65;
  color: #cbd5e1;
  margin: 0 0 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mz-case-featured { margin-bottom:28px; border-radius:14px; overflow:hidden; }
.mz-case-featured img { width:100%; height:auto; display:block; }
.mz-case-full h3 { color:#e2e8f0; font-size:20px; margin:32px 0 12px; font-weight:700; }
.mz-case-full h2 { color:#f1f5f9; font-size:22px; margin:32px 0 14px; font-weight:700; }
.mz-case-full p { color:#94a3b8; line-height:1.75; margin:0 0 16px; font-size:16px; }
.mz-case-full ul, .mz-case-full ol { color:#94a3b8; line-height:1.75; margin:0 0 20px; padding-left:22px; font-size:16px; }
.mz-case-full li { margin-bottom:8px; }
.mz-case-full a { color:#60a5fa; }
.mz-case-full a:hover { color:#93c5fd; }
.mz-case-extra { margin-top:28px; padding-top:24px; border-top:1px solid rgba(255,255,255,.08); color:#94a3b8; }
.mz-case-inline-fig { margin:24px 0 28px; border-radius:14px; overflow:hidden; border:1px solid rgba(255,255,255,.08); background:#0d1426; }
.mz-case-inline-fig img { width:100%; height:auto; display:block; }
.mz-case-inline-fig figcaption { padding:12px 16px; font-size:13px; color:#64748b; border-top:1px solid rgba(255,255,255,.06); }
@media (max-width:640px){ .mz-case-full{ padding:24px 20px; } .mz-case-full .mz-case-title{ font-size:26px; } .mz-case-lead{ font-size:16px; } }

/* ===== Single blog post ===== */
.mz-post-single-wrap { max-width:820px; }
.mz-post-full {
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08); border-radius:18px; padding:36px 32px;
}
.mz-post-meta { font-size:12.5px; color:#7c8aa5; text-transform:uppercase; letter-spacing:.6px; margin-bottom:12px; }
.mz-post-title { font-size: clamp(1.75rem, 4vw, 2.125rem); line-height:1.2; font-weight:700; margin:0 0 24px; color:#f1f5f9; }
.mz-post-featured { margin-bottom:28px; border-radius:14px; overflow:hidden; }
.mz-post-featured img { width:100%; height:auto; display:block; }
.mz-post-content { color:#94a3b8; font-size:1.0625rem; line-height:1.75; }
.mz-post-content p { margin:0 0 1.1em; }
.mz-post-content h2, .mz-post-content h3 { color:#e2e8f0; font-family:var(--mz-font-heading); font-weight:600; margin:1.75em 0 0.65em; line-height:1.3; }
.mz-post-content h2 { font-size:1.5rem; }
.mz-post-content h3 { font-size:1.25rem; }
.mz-post-content a { color:#93c5fd; }
@media (max-width:640px){ .mz-post-full{ padding:24px 20px; } .mz-post-title{ font-size:26px; } }

/* ===== Social share ===== */
.mz-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.mz-share-label {
  flex-shrink: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-right: 4px;
}
.mz-share-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.mz-share-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: #94a3b8;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  transition: transform .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}
.mz-share-btn svg {
  display: block;
  width: 16px !important;
  height: 16px !important;
  max-width: 16px;
  max-height: 16px;
  flex-shrink: 0;
  pointer-events: none;
}
.mz-share-btn:hover {
  transform: translateY(-1px);
  color: #fff;
  border-color: rgba(139,92,246,.5);
  background: rgba(139,92,246,.12);
}
.mz-share-linkedin:hover { color: #93c5fd; border-color: rgba(59,130,246,.5); background: rgba(59,130,246,.12); }
.mz-share-x:hover { color: #e2e8f0; border-color: rgba(148,163,184,.45); background: rgba(148,163,184,.1); }
.mz-share-facebook:hover { color: #93c5fd; border-color: rgba(59,130,246,.45); background: rgba(59,130,246,.1); }
.mz-share-whatsapp:hover { color: #86efac; border-color: rgba(34,197,94,.4); background: rgba(34,197,94,.1); }
.mz-share-copy { font: inherit; }
.mz-share-copied {
  flex: 1 1 100%;
  color: #86efac;
  font-size: 12px;
  font-weight: 600;
  min-height: 0;
  margin: 0;
  padding-left: 2px;
}
@media (min-width: 641px) {
  .mz-share-copied { flex: 0 1 auto; margin-left: 4px; }
}
@media (max-width: 640px) {
  .mz-share { gap: 10px 8px; }
  .mz-share-label { width: 100%; margin-right: 0; margin-bottom: 2px; }
  .mz-share-btn { width: 34px; height: 34px; border-radius: 9px; }
  .mz-share-btn svg { width: 15px !important; height: 15px !important; max-width: 15px; max-height: 15px; }
}

/* ===== Icon boxes (Sound Familiar section) ===== */
.mz-iconbox .elementor-icon-box-icon .elementor-icon {
  background: rgba(255,255,255,.05);
  border-radius: 12px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ef4444 !important;
  font-size: 22px;
  line-height: 1;
}
.mz-iconbox .elementor-icon-box-icon .elementor-icon svg {
  display: block;
  width: 22px !important;
  height: 22px !important;
  max-width: 22px;
  max-height: 22px;
  fill: #ef4444 !important;
}
.mz-iconbox .elementor-icon-box-icon .elementor-icon svg path {
  fill: #ef4444 !important;
}
.mz-iconbox .elementor-icon-box-icon .elementor-icon i {
  color: #ef4444 !important;
  font-size: 22px;
  line-height: 1;
}

/* Contact section — direct reach line */
#home .mz-contact-direct-wrap .elementor-widget-container {
  margin-top: 40px !important;
  padding-top: 32px;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}
.mz-contact-direct {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 28px;
}
.mz-contact-direct-label {
  color: #9aa7bd;
  font-size: 14px;
}
.mz-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #60a5fa;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}
.mz-contact-link:hover {
  color: #93c5fd;
}
.mz-contact-link svg {
  flex-shrink: 0;
  color: #60a5fa;
}

/* ===== Pro site footer ===== */
.mz-site-footer {
  background: linear-gradient(180deg, #070b16 0%, #050810 100%);
  border-top: 1px solid rgba(255,255,255,.08);
  color: #94a3b8;
  margin-top: 0;
}
.mz-site-footer::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59,130,246,.45), rgba(139,92,246,.45), transparent);
}
.mz-footer-wrap { max-width: 1140px; margin: 0 auto; padding: 56px 24px 32px; }
.mz-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px 32px;
}
.mz-footer-logo { display: inline-block; margin-bottom: 14px; }
.mz-footer-logo-img { height: 44px; width: auto; display: block; }
.mz-footer-logo-text { color: #f1f5f9; font-size: 22px; font-weight: 700; text-decoration: none; }
.mz-footer-tagline { color: #94a3b8; font-size: 14px; line-height: 1.5; margin: 0; font-weight: 500; max-width: 260px; }
.mz-footer-heading {
  color: #f1f5f9; font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .8px; margin: 0 0 18px;
}
.mz-footer-links, .mz-footer-contact { list-style: none; margin: 0; padding: 0; }
.mz-footer-links li, .mz-footer-contact li { margin: 0 0 12px; }
.mz-footer-links a, .mz-footer-contact a {
  color: #94a3b8; text-decoration: none; font-size: 15px;
  transition: color .2s ease;
}
.mz-footer-links a:hover, .mz-footer-contact a:hover { color: #93c5fd; }
.mz-footer-contact a { display: inline-flex; align-items: center; gap: 10px; }
.mz-footer-icon { display: inline-flex; color: #60a5fa; flex-shrink: 0; }
.mz-footer-upwork-icon { color: #fff; align-items: center; }
.mz-footer-upwork-icon .mz-upwork-icon-badge {
  width: 28px;
  height: 28px;
  border-radius: 7px;
}
.mz-footer-upwork-icon .mz-upwork-mark {
  width: 16px;
  height: 16px;
}
.mz-footer-bottom {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.06);
}
.mz-footer-copy, .mz-footer-domain { margin: 0; font-size: 13px; color: #64748b; }
.mz-footer-legal {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.mz-footer-legal a {
  color: #64748b; text-decoration: none; font-size: 13px;
  transition: color .2s ease;
}
.mz-footer-legal a:hover { color: #93c5fd; }
.mz-footer-legal-sep { color: #475569; font-size: 13px; user-select: none; }
.mz-footer-domain a { color: #64748b; text-decoration: none; }
.mz-footer-domain a:hover { color: #93c5fd; }

/* Legal pages */
.mz-legal-wrap { max-width: 760px; }
.mz-legal-head { margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mz-legal-head h1 { color: #f1f5f9; font-size: clamp(28px, 4vw, 36px); margin: 0 0 10px; line-height: 1.2; }
.mz-legal-updated { margin: 0; color: #64748b; font-size: 14px; }
.mz-legal-content { color: #94a3b8; line-height: 1.75; font-size: 16px; }
.mz-legal-content h2 { color: #e2e8f0; font-size: 22px; margin: 36px 0 14px; font-weight: 700; }
.mz-legal-content h3 { color: #cbd5e1; font-size: 17px; margin: 24px 0 10px; font-weight: 600; }
.mz-legal-content p { margin: 0 0 16px; }
.mz-legal-content ul, .mz-legal-content ol { margin: 0 0 20px; padding-left: 22px; }
.mz-legal-content li { margin-bottom: 8px; }
.mz-legal-content a { color: #60a5fa; text-decoration: none; }
.mz-legal-content a:hover { color: #93c5fd; text-decoration: underline; }
.mz-legal-content strong { color: #e2e8f0; font-weight: 600; }

/* Hide legacy Hello Elementor minimal footer when present */
footer.site-footer:not(.mz-site-footer) { display: none !important; }

/* Testimonial cards — Proof section */
.elementor-element-bcd5fe2 .elementor-column {
  background: rgba(255,255,255,.03) !important;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 4px 0;
}
.mz-testimonial-quote .elementor-widget-container {
  font-size: 15px;
  line-height: 1.65;
  color: #e2e8f0;
  font-style: italic;
}
.mz-testimonial-quote .elementor-widget-container::before {
  content: "★★★★★";
  display: block;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 2px;
  color: #fbbf24;
  margin-bottom: 12px;
}
.mz-testimonial-name .elementor-heading-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #f8fafc !important;
  margin-top: 16px !important;
}
.mz-testimonial-role .elementor-widget-container {
  font-size: 13px;
  color: #94a3b8;
  margin-top: 4px;
}
.mz-testimonial-role a {
  color: #60a5fa;
  text-decoration: none;
  font-weight: 600;
}
.mz-testimonial-role a:hover { color: #93c5fd; }

/* Sticky mobile CTA */
.mz-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(11, 17, 32, 0.96);
  border-top: 1px solid rgba(255,255,255,.1);
  gap: 8px;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
}
.mz-sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 10px;
  font-family: var(--mz-font-heading);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.mz-sticky-cta-primary {
  background: #2563eb;
  color: #fff !important;
  flex: 1;
  max-width: 160px;
}
.mz-sticky-cta-secondary {
  background: rgba(255,255,255,.08);
  color: #e2e8f0 !important;
  border: 1px solid rgba(255,255,255,.12);
}
.mz-sticky-cta-upwork {
  background: rgba(255, 255, 255, 0.08);
  color: #f1f5f9 !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  min-width: 72px;
  gap: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mz-sticky-cta-upwork .mz-upwork-icon-badge--sm {
  width: 28px;
  height: 28px;
  border-radius: 7px;
}
.mz-sticky-cta-upwork .mz-upwork-mark {
  width: 16px;
  height: 16px;
}
.mz-sticky-cta-upwork span {
  font-size: 13px;
  font-weight: 600;
}
.mz-sticky-cta-upwork:hover {
  background: rgba(34, 197, 94, 0.18);
  border-color: rgba(74, 222, 128, 0.45);
}
@media (max-width: 767px) {
  .mz-sticky-cta { display: flex; }
  body { padding-bottom: 64px; }
}

/* About & service pages */
.mz-about-wrap, .mz-service-page .mz-blog-wrap { max-width: 960px; }
.mz-about-page .mz-about-wrap { max-width: 880px; }

.mz-about-hero { margin-bottom: 40px; }
.mz-about-hero-grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: center;
}
.mz-about-eyebrow {
  color: #60a5fa;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.mz-about-hero h1 { color: #fff; font-size: clamp(28px, 4vw, 38px); margin: 0 0 10px; line-height: 1.15; }
.mz-about-subtitle { color: #94a3b8; font-size: 17px; line-height: 1.5; margin: 0; }
.mz-about-photo {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}
.mz-about-photo img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }

.mz-about-content { color: #cbd5e1; line-height: 1.75; }
.mz-about-intro { margin-bottom: 36px; }
.mz-about-greeting { color: #f1f5f9; font-size: 20px; font-weight: 600; margin: 0 0 16px; }
.mz-about-content p { margin: 0 0 16px; }
.mz-about-section { margin-bottom: 40px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.06); }
.mz-about-section:first-of-type { border-top: none; padding-top: 0; }
.mz-about-section h2 { color: #fff; font-size: 24px; margin: 0 0 16px; }
.mz-about-section h3 { color: #e2e8f0; font-size: 18px; margin: 0 0 10px; }
.mz-about-label { color: #94a3b8; font-size: 14px; font-weight: 600; margin: 12px 0 8px; }

.mz-about-proof {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 0 0 20px;
}
.mz-proof-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #0d1426;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  color: #e2e8f0;
  font-size: 14px;
  font-weight: 500;
}
.mz-proof-emoji { font-size: 18px; flex-shrink: 0; }

.mz-about-service {
  margin-bottom: 28px;
  padding: 24px;
  background: #0d1426;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
}
.mz-about-service:last-child { margin-bottom: 0; }

.mz-about-stack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.mz-about-stack-col {
  padding: 20px;
  background: #0d1426;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
}
.mz-about-stack-col h3 { font-size: 15px; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 12px; }

.mz-about-industries { columns: 2; column-gap: 24px; }
.mz-about-cta-block { padding-bottom: 16px; }
.mz-about-cta-block h3 { color: #fff; font-size: 20px; margin: 20px 0 12px; }

.mz-about-lead { font-size: 18px; color: #94a3b8; margin-top: 8px; }
.mz-about-grid { display: grid; grid-template-columns: 1fr 280px; gap: 32px; align-items: start; }
.mz-about-main p, .mz-service-prose p { color: #cbd5e1; line-height: 1.75; margin: 0 0 16px; }
.mz-about-main h2, .mz-service-content h2 { color: #fff; font-size: 22px; margin: 28px 0 12px; }
.mz-about-list, .mz-service-list { color: #cbd5e1; line-height: 1.75; padding-left: 20px; margin: 0 0 12px; }
.mz-about-list li { margin-bottom: 6px; }
.mz-about-card {
  background: #0d1426;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 16px;
}
.mz-about-card h3 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .6px; margin: 0 0 14px; }
.mz-about-card ul { list-style: none; margin: 0; padding: 0; }
.mz-about-card li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.06); color: #94a3b8; font-size: 14px; }
.mz-about-card li:last-child { border-bottom: none; }
.mz-about-card li strong { color: #f1f5f9; }
.mz-about-links a { color: #93c5fd; text-decoration: none; }
.mz-about-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.mz-about-btn-secondary {
  display: inline-flex; align-items: center; padding: 12px 20px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.15); color: #e2e8f0; text-decoration: none; font-weight: 600;
}
.mz-about-btn-secondary:hover { border-color: rgba(255,255,255,.3); color: #fff; }
.mz-about-btn-upwork {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}
.mz-about-btn-upwork:hover {
  background: rgba(34, 197, 94, 0.14);
  border-color: rgba(74, 222, 128, 0.45);
}
.mz-service-card, .mz-service-process {
  background: #0d1426; border: 1px solid rgba(255,255,255,.08); border-radius: 16px;
  padding: 28px; margin-bottom: 24px;
}
.mz-service-list { margin: 0; }
.mz-service-list li { margin-bottom: 8px; }
.mz-service-process ol { color: #cbd5e1; line-height: 1.8; padding-left: 20px; }
.mz-service-alt-cta { margin-top: 12px; font-size: 14px; }
.mz-service-alt-cta a { color: #60a5fa; }

/* Service pages — full layout */
.mz-service-wrap { max-width: 900px; }
.mz-service-page .mz-blog-wrap { padding-top: 72px; }

.mz-svc-hero { margin-bottom: 36px; }
.mz-svc-eyebrow {
  color: #60a5fa; font-size: 13px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; margin: 0 0 10px;
}
.mz-svc-title {
  color: #f1f5f9; font-size: clamp(30px, 4.5vw, 42px);
  line-height: 1.15; margin: 0 0 14px; font-weight: 700;
}
.mz-svc-accent {
  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.mz-svc-subtitle { color: #94a3b8; font-size: 18px; line-height: 1.55; margin: 0 0 18px; max-width: 640px; }
.mz-svc-intro { color: #cbd5e1; font-size: 16px; line-height: 1.75; margin: 0; max-width: 680px; }

.mz-svc-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 44px;
}
.mz-svc-proof-item {
  text-align: center;
  padding: 20px 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
}
.mz-svc-proof-value {
  display: block; color: #f1f5f9; font-size: 22px; font-weight: 700;
  font-family: var(--mz-font-heading); line-height: 1.2; margin-bottom: 4px;
}
.mz-svc-proof-label { display: block; color: #64748b; font-size: 12px; line-height: 1.35; }

.mz-svc-section { margin-bottom: 44px; padding-top: 8px; }
.mz-svc-section h2 {
  color: #fff; font-size: 24px; margin: 0 0 20px; font-weight: 700;
}

.mz-svc-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.mz-svc-feature {
  padding: 24px;
  background: #0d1426;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  transition: border-color .2s ease, transform .2s ease;
}
.mz-svc-feature:hover {
  border-color: rgba(96,165,250,.25);
  transform: translateY(-2px);
}
.mz-svc-feature-icon {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(96,165,250,.12);
  color: #60a5fa;
}
.mz-svc-feature h3 { color: #f1f5f9; font-size: 17px; margin: 0 0 8px; font-weight: 600; }
.mz-svc-feature p { color: #94a3b8; font-size: 15px; line-height: 1.65; margin: 0; }

.mz-svc-process { display: flex; flex-direction: column; gap: 12px; }
.mz-svc-step {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 22px 24px;
  background: #0d1426;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
}
.mz-svc-step-num {
  flex-shrink: 0;
  font-size: 13px; font-weight: 700; color: #60a5fa;
  background: rgba(96,165,250,.1);
  border: 1px solid rgba(96,165,250,.2);
  border-radius: 8px;
  padding: 6px 10px;
  line-height: 1;
  font-family: var(--mz-font-heading);
}
.mz-svc-step-body h3 { color: #f1f5f9; font-size: 17px; margin: 0 0 6px; font-weight: 600; }
.mz-svc-step-body p { color: #94a3b8; font-size: 15px; line-height: 1.65; margin: 0; }

.mz-svc-ideal {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 10px;
}
.mz-svc-ideal li {
  position: relative; padding: 14px 16px 14px 44px;
  background: #0d1426; border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px; color: #cbd5e1; font-size: 15px; line-height: 1.5;
}
.mz-svc-ideal li::before {
  content: ""; position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
  width: 8px; height: 8px; border-radius: 50%;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}

.mz-svc-stack { display: flex; flex-wrap: wrap; gap: 10px; }
.mz-svc-pill {
  display: inline-block; padding: 8px 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px; color: #cbd5e1;
  font-size: 14px; font-weight: 500;
}

.mz-svc-case-link { margin: 0 0 40px; }
.mz-svc-case-link a { color: #60a5fa; text-decoration: none; font-weight: 500; font-size: 15px; }
.mz-svc-case-link a:hover { color: #93c5fd; }

.mz-svc-cta {
  text-align: center;
  padding: 40px 32px;
  background: linear-gradient(180deg, rgba(59,130,246,.08), rgba(139,92,246,.05));
  border: 1px solid rgba(96,165,250,.15);
  border-radius: 20px;
  margin-top: 12px;
}
.mz-svc-cta h2 { color: #fff; font-size: 26px; margin: 0 0 10px; }
.mz-svc-cta > p { color: #94a3b8; font-size: 16px; margin: 0 0 24px; max-width: 480px; margin-left: auto; margin-right: auto; }
.mz-svc-cta-row {
  display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: center; align-items: center;
}
.mz-svc-cta-secondary {
  display: inline-flex; align-items: center; padding: 12px 22px;
  border-radius: 12px; border: 1px solid rgba(255,255,255,.15);
  color: #e2e8f0; text-decoration: none; font-weight: 600; font-size: 15px;
  transition: border-color .2s ease, color .2s ease;
}
.mz-svc-cta-secondary:hover { border-color: rgba(255,255,255,.3); color: #fff; }
.mz-svc-cta-upwork {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px; border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  color: #f1f5f9 !important; text-decoration: none; font-weight: 600; font-size: 14px;
  transition: background .18s ease, border-color .18s ease;
}
.mz-svc-cta-upwork:hover {
  background: rgba(34,197,94,.14);
  border-color: rgba(74,222,128,.45);
}

@media (max-width: 768px) {
  .mz-svc-proof { grid-template-columns: repeat(2, 1fr); }
  .mz-svc-features { grid-template-columns: 1fr; }
  .mz-svc-cta { padding: 32px 20px; }
  .mz-svc-cta-row { flex-direction: column; width: 100%; }
  .mz-svc-cta-row .mz-cases-btn,
  .mz-svc-cta-row .mz-svc-cta-secondary,
  .mz-svc-cta-row .mz-svc-cta-upwork { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
  .mz-svc-proof { grid-template-columns: 1fr 1fr; }
  .mz-svc-proof-value { font-size: 18px; }
}
@media (max-width: 860px) {
  .mz-about-grid { grid-template-columns: 1fr; }
  .mz-about-hero-grid { grid-template-columns: 1fr; }
  .mz-about-photo { max-width: 280px; margin: 0 auto; }
  .mz-about-industries { columns: 1; }
}

@media (max-width: 980px) {
  .mz-footer-grid { grid-template-columns: 1fr 1fr; }
  .mz-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .mz-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .mz-footer-wrap { padding: 40px 20px 28px; }
  .mz-footer-bottom { flex-direction: column; align-items: flex-start; }
  .mz-footer-legal { order: 2; }
  .mz-footer-domain { order: 3; }
}
