/* ═══════════════════════════════════════════════════════
   CODQI — Homepage
   ═══════════════════════════════════════════════════════ */


/* ── NEWSLETTER (homepage) ── */
.hp-newsletter {
  position: relative; overflow: hidden;
  padding: 90px 32px;
  background: linear-gradient(135deg, #1a0838 0%, #2d1260 45%, #1a0a40 100%);
  border-top: 1px solid rgba(255,255,255,.06);
}
.hp-nl-orb {
  position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; z-index: 0;
}
.hp-nl-orb-1 { width: 500px; height: 500px; left: -150px; top: -150px; background: rgba(124,58,237,.25); }
.hp-nl-orb-2 { width: 350px; height: 350px; right: -80px; bottom: -100px; background: rgba(168,85,247,.18); }

.hp-nl-inner {
  max-width: 1000px; margin: 0 auto; position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}

/* Copy side */
.hp-nl-copy { }
.hp-nl-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px; padding: 5px 14px;
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,.8);
  margin-bottom: 18px; letter-spacing: .05em; text-transform: uppercase;
}
.hp-nl-h {
  font-size: 38px; font-weight: 800; color: #fff;
  letter-spacing: -1.2px; line-height: 1.1; margin: 0 0 14px;
}
.hp-nl-p { color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.75; margin: 0 0 30px; }

.hp-nl-social { display: flex; align-items: center; gap: 4px; margin-bottom: 24px; }
.hp-nl-avatars { display: flex; }
.hp-nl-av {
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: #fff;
  border: 2.5px solid #1e0845; margin-right: -10px;
}
.hp-nl-av-more { background: rgba(255,255,255,.15); color: rgba(255,255,255,.75); font-size: 11px; }
.hp-nl-social-text { color: rgba(255,255,255,.65); font-size: 13px; font-weight: 500; margin-left: 18px; }

.hp-nl-features { display: flex; flex-direction: column; gap: 10px; }
.hp-nl-feat { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,.6); }
.hp-nl-check {
  width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;
  background: rgba(167,139,250,.2); border: 1.5px solid rgba(167,139,250,.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: #a78bfa;
}

/* Card side */
.hp-nl-card {
  background: #fff; border-radius: 22px; padding: 34px;
  box-shadow: 0 32px 80px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.06);
}
.hp-nl-form-label {
  font-size: 11px; font-weight: 700; color: #9ca3af;
  text-transform: uppercase; letter-spacing: .07em; margin-bottom: 8px;
}
.hp-nl-form-row { display: flex; gap: 8px; margin-bottom: 22px; }
.hp-nl-input {
  flex: 1; padding: 13px 16px; border: 1.5px solid #e5e7eb; border-radius: 11px;
  font-size: 14px; font-family: inherit; color: #111; background: #f9fafb;
  outline: none; transition: border-color .2s, background .2s; min-width: 0;
}
.hp-nl-input:focus { border-color: #7c3aed; background: #fff; box-shadow: 0 0 0 3px rgba(124,58,237,.08); }
.hp-nl-input::placeholder { color: #9ca3af; }
.hp-nl-sub {
  background: linear-gradient(135deg, #7c3aed, #a855f7); color: #fff; border: none;
  padding: 13px 18px; border-radius: 11px; font-size: 14px; font-weight: 700;
  font-family: inherit; cursor: pointer; white-space: nowrap; transition: all .2s;
  display: flex; align-items: center; gap: 7px; flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(124,58,237,.45);
}
.hp-nl-sub:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(124,58,237,.6); }
.hp-nl-sub:disabled { opacity: .65; cursor: not-allowed; transform: none; }

/* Category pills (light card context) */
.hp-nl-cats-wrap { border-top: 1px solid #f3f4f6; padding-top: 18px; }
.hp-nl-cats-label {
  font-size: 11px; font-weight: 700; color: #9ca3af;
  text-transform: uppercase; letter-spacing: .07em; margin-bottom: 10px;
}
.hp-nl-cats-label span { font-weight: 400; text-transform: none; letter-spacing: 0; color: #d1d5db; }
.hp-nl-cats { display: flex; gap: 6px; flex-wrap: wrap; }
.nl-pill {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 5px 12px; border-radius: 20px;
  font-size: 12px; font-weight: 600; cursor: pointer;
  background: #f3f4f6; border: 1.5px solid #e5e7eb; color: #6b7280;
  transition: all .15s; user-select: none;
}
.nl-pill:hover { background: #ede9ff; border-color: #c4b5fd; color: #7c3aed; }
.nl-pill.active { background: #ede9ff; border-color: #a78bfa; color: #7c3aed; font-weight: 700; }
.nl-pill-sub { font-size: 11px; padding: 4px 10px; background: #f9fafb; }
.nl-pill-sub.active { background: #ede9ff; border-color: #a78bfa; color: #7c3aed; }

/* Error */
.hp-nl-error {
  margin-top: 12px; font-size: 13px; color: #dc2626;
  background: #fee2e2; border-radius: 8px; padding: 10px 14px;
}

/* Success */
.hp-nl-success { text-align: center; padding: 16px 8px; }
.hp-nl-success-icon {
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #059669);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; color: #fff; margin: 0 auto 18px;
  box-shadow: 0 10px 30px rgba(16,185,129,.35);
}
.hp-nl-success-h { font-size: 20px; font-weight: 800; color: #111; margin-bottom: 8px; }
.hp-nl-success-p { font-size: 14px; color: #6b7280; line-height: 1.65; margin: 0; }

/* ═══════════════════════════════════════════════════════
   MARKETPLACE REDESIGN (mk-* classes)
   ═══════════════════════════════════════════════════════ */

/* ── HERO ── */
.mk-hero { position: relative; padding: 72px 24px 56px; overflow: hidden;
  background: linear-gradient(180deg, #fbfaff 0%, #ffffff 100%);
  border-bottom: 1px solid #ececf6;
}
.mk-hero-bg {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse 600px 400px at 80% 0%, rgba(124,58,237,.08), transparent 60%),
    radial-gradient(ellipse 500px 300px at 10% 100%, rgba(234,88,12,.05), transparent 60%);
}
.mk-hero-inner { position: relative; z-index: 1; max-width: 920px; margin: 0 auto; text-align: center; }

.mk-hero-eyebrow { margin-bottom: 24px; }
.mk-pill-soft {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid #e8e4ff;
  padding: 7px 16px; border-radius: 100px;
  font-size: 13px; font-weight: 600; color: #4a4870;
  box-shadow: 0 1px 3px rgba(108,39,232,.06);
}
.mk-dot { width: 8px; height: 8px; border-radius: 50%; background: #10b981; box-shadow: 0 0 0 3px rgba(16,185,129,.18); }

.mk-hero-h1 {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800; letter-spacing: -1.4px; line-height: 1.12;
  color: #0a0820; margin: 0 auto 20px; max-width: 820px;
}
.mk-grad {
  background: linear-gradient(135deg, #6c27e8 0%, #a855f7 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.mk-hero-h1-sub { font-weight: 700; opacity: .82; font-size: .82em; }
.mk-hero-lead {
  font-size: 17px; color: #5c5a7c; line-height: 1.65;
  max-width: 640px; margin: 0 auto 32px;
}
.mk-hero-lead strong { color: #0a0820; font-weight: 700; }

/* Search bar */
.mk-search {
  display: flex; align-items: center; gap: 0;
  max-width: 620px; margin: 0 auto 16px;
  background: #fff; border: 1.5px solid #e0dcf5;
  border-radius: 16px; padding: 6px 6px 6px 18px;
  box-shadow: 0 8px 32px rgba(108,39,232,.10);
  transition: border-color .2s, box-shadow .2s;
}
.mk-search:focus-within { border-color: #a78bfa; box-shadow: 0 8px 36px rgba(108,39,232,.18); }
.mk-search-icon { color: #a09ec0; font-size: 14px; flex-shrink: 0; margin-right: 12px; }
.mk-search-input {
  flex: 1; border: none; outline: none; background: transparent;
  font-size: 15px; font-family: inherit; color: #0a0820;
  padding: 14px 0;
}
.mk-search-input::placeholder { color: #a09ec0; }
.mk-search-btn {
  background: linear-gradient(135deg, #6c27e8, #9333ea); color: #fff;
  border: none; padding: 12px 24px; border-radius: 12px;
  font-size: 14px; font-weight: 700; font-family: inherit;
  cursor: pointer; box-shadow: 0 4px 14px rgba(108,39,232,.35);
  transition: all .18s;
}
.mk-search-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(108,39,232,.5); }

.mk-search-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; justify-content: center; margin-bottom: 36px; }
.mk-st-label { font-size: 12.5px; color: #7c7a9e; font-weight: 600; }
.mk-st {
  font-size: 12.5px; color: #5c5a7c; padding: 5px 12px; border-radius: 100px;
  background: #f4f2fc; border: 1px solid transparent; text-decoration: none;
  transition: all .15s;
}
.mk-st:hover { background: #ede8fd; border-color: #d6cdfb; color: #5b1fd1; }

/* Twin path CTA cards */
.mk-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 720px; margin: 0 auto; }
.mk-path {
  display: flex; align-items: center; gap: 14px; text-align: left;
  background: #fff; border: 1.5px solid #e8e4ff; border-radius: 16px;
  padding: 18px 20px; text-decoration: none; color: #0a0820;
  transition: all .2s; box-shadow: 0 2px 10px rgba(108,39,232,.05);
}
.mk-path:hover { transform: translateY(-3px); border-color: #c4b5fd; box-shadow: 0 14px 32px rgba(108,39,232,.14); color: #0a0820; }
.mk-path-icon {
  width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.mk-path-icon--buy { background: linear-gradient(135deg, #ede9ff, #ddd6fe); color: #6c27e8; }
.mk-path-icon--hire { background: linear-gradient(135deg, #fff7ed, #fed7aa); color: #ea580c; }
.mk-path-body { flex: 1; min-width: 0; }
.mk-path-title { font-size: 15px; font-weight: 800; color: #0a0820; margin-bottom: 3px; }
.mk-path-sub { font-size: 12.5px; color: #7c7a9e; line-height: 1.4; }
.mk-path-arrow { font-size: 22px; color: #a09ec0; flex-shrink: 0; transition: transform .2s, color .2s; }
.mk-path:hover .mk-path-arrow { transform: translateX(4px); color: #6c27e8; }

/* ── TRUST STRIP ── */
.mk-trust-strip { background: #fff; border-bottom: 1px solid #ececf6; }
.mk-trust-inner {
  max-width: 1200px; margin: 0 auto; padding: 18px 24px;
  display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: center;
}
.mk-trust-item { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: #4a4870; }
.mk-trust-item i { color: #059669; font-size: 13px; }
.mk-trust-divider { width: 1px; height: 18px; background: #e0dcf5; }
.mk-trust-pay { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.mk-trust-pay-label { font-size: 12px; color: #7c7a9e; font-weight: 600; margin-right: 4px; }
.mk-pay-badge {
  font-size: 10.5px; font-weight: 800; letter-spacing: .04em;
  padding: 5px 10px; border-radius: 6px;
  background: #fff; border: 1px solid #e0dcf5; color: #4a4870;
  font-family: -apple-system, sans-serif;
}
.mk-pay-visa { color: #1a1f71; border-color: #c8cae0; }
.mk-pay-mc { color: #eb001b; border-color: #f5c8cc; }
.mk-pay-amex { color: #006fcf; border-color: #c2dcf2; }
.mk-pay-pp { color: #003087; border-color: #c2cce6; }
.mk-pay-stripe { color: #635bff; border-color: #d2cffe; }

/* ── CATEGORIES (horizontal pills) ── */
.mk-cats { padding: 56px 24px 24px; background: #fbfaff; border-bottom: 1px solid #ececf6; }
.mk-cats-inner { max-width: 1200px; margin: 0 auto; }
.mk-cats-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 22px; }
.mk-cats-h { font-size: 22px; font-weight: 800; letter-spacing: -.5px; color: #0a0820; margin: 0; }
.mk-cats-all { font-size: 13.5px; font-weight: 700; color: #6c27e8; text-decoration: none; }
.mk-cats-all:hover { color: #5118c4; }
.mk-cats-scroll { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.mk-cat-card {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  background: #fff; border: 1.5px solid #e8e4ff; border-radius: 14px;
  padding: 18px 12px; text-decoration: none; color: #0a0820;
  transition: all .18s; text-align: center;
}
.mk-cat-card:hover { transform: translateY(-2px); border-color: #c4b5fd; box-shadow: 0 8px 20px rgba(108,39,232,.1); color: #0a0820; }
.mk-cat--all { background: linear-gradient(135deg, #ede9ff, #fff); border-color: #c4b5fd; }
.mk-cat-icon { font-size: 26px; line-height: 1; }
.mk-cat-name { font-size: 13px; font-weight: 700; }
.mk-cat-count { font-size: 11.5px; color: #a09ec0; font-weight: 500; }

/* ── SECTIONS ── */
.mk-section { padding: 72px 24px; background: #fff; }
.mk-section--alt { background: #fbfaff; }
.mk-section-inner { max-width: 1200px; margin: 0 auto; }
.mk-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.mk-sec-head--center { justify-content: center; text-align: center; }
.mk-sec-head--center > div { max-width: 640px; }
.mk-sec-eyebrow {
  display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; color: #6c27e8;
  background: rgba(108,39,232,.08); padding: 5px 12px; border-radius: 100px; margin-bottom: 12px;
}
.mk-eyebrow--orange { color: #ea580c; background: rgba(234,88,12,.08); }
.mk-sec-h { font-size: clamp(26px, 3.4vw, 36px); font-weight: 800; letter-spacing: -1px; color: #0a0820; margin: 0 0 8px; line-height: 1.15; }
.mk-sec-p { font-size: 15.5px; color: #5c5a7c; line-height: 1.6; margin: 0; max-width: 540px; }
.mk-sec-p--center { margin-left: auto; margin-right: auto; }
.mk-sec-link { font-size: 14px; font-weight: 700; color: #6c27e8; text-decoration: none; white-space: nowrap; flex-shrink: 0; }
.mk-sec-link:hover { color: #5118c4; }
.mk-sec-cta { display: flex; gap: 12px; justify-content: center; margin-top: 36px; flex-wrap: wrap; }

.mk-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #6c27e8, #9333ea); color: #fff;
  border: none; padding: 13px 26px; border-radius: 12px;
  font-size: 14.5px; font-weight: 700; font-family: inherit; cursor: pointer;
  text-decoration: none; box-shadow: 0 6px 18px rgba(108,39,232,.35);
  transition: all .2s;
}
.mk-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(108,39,232,.5); color: #fff; }
.mk-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: #0a0820; border: 1.5px solid #e0dcf5;
  padding: 13px 24px; border-radius: 12px;
  font-size: 14.5px; font-weight: 700; font-family: inherit; cursor: pointer;
  text-decoration: none; transition: all .18s;
}
.mk-btn-ghost:hover { border-color: #c4b5fd; color: #5b1fd1; transform: translateY(-1px); }

/* ── PRODUCT CARDS (marketplace style) ── */
.mk-prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mk-prod-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid #ececf6; border-radius: 14px;
  overflow: hidden; text-decoration: none; color: inherit;
  transition: all .2s;
}
.mk-prod-card:hover { transform: translateY(-4px); border-color: #c4b5fd; box-shadow: 0 18px 40px rgba(108,39,232,.12); color: inherit; }
.mk-prod-cover { position: relative; height: 200px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.mk-prod-cover-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.mk-prod-cover-icon { font-size: 56px; opacity: .9; position: relative; z-index: 1; }
.mk-prod-badge {
  position: absolute; top: 12px; left: 12px;
  font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 100px;
  background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.mk-badge--seller { color: #d97706; }
.mk-badge--new { color: #059669; }
.mk-badge--rated { color: #6c27e8; }
.mk-prod-body { padding: 16px 18px 12px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.mk-prod-name { font-size: 15.5px; font-weight: 800; color: #0a0820; letter-spacing: -.2px; line-height: 1.3; }
.mk-prod-desc { font-size: 13px; color: #6b6885; line-height: 1.55; flex: 1; }
.mk-prod-meta { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: #7c7a9e; flex-wrap: wrap; padding-top: 4px; }
.mk-prod-stars { color: #f59e0b; font-weight: 700; }
.mk-prod-sep { color: #d4d2e6; }
.mk-prod-tech { background: #f4f2fc; color: #5b1fd1; padding: 2px 8px; border-radius: 6px; font-size: 11.5px; font-weight: 700; }
.mk-prod-foot {
  padding: 14px 18px; border-top: 1px solid #f0eef9;
  display: flex; align-items: center; justify-content: space-between;
  background: #fdfcff;
}
.mk-prod-price-wrap { display: flex; align-items: baseline; gap: 6px; }
.mk-prod-price { font-size: 22px; font-weight: 900; color: #0a0820; letter-spacing: -.5px; }
.mk-prod-old { font-size: 12.5px; color: #a09ec0; text-decoration: line-through; }
.mk-prod-cta { font-size: 13px; font-weight: 700; color: #6c27e8; }
.mk-prod-card:hover .mk-prod-cta { color: #5118c4; }

/* ── SERVICES ── */
.mk-services { padding: 80px 24px; background: linear-gradient(180deg, #fffbf5 0%, #fff 100%); border-top: 1px solid #f5e9d8; border-bottom: 1px solid #ececf6; }
.mk-svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.mk-svc-card {
  position: relative;
  background: #fff; border: 1.5px solid #ececf6; border-radius: 16px;
  padding: 26px 22px; display: flex; flex-direction: column;
  transition: all .22s;
}
.mk-svc-card:hover { transform: translateY(-4px); border-color: #c4b5fd; box-shadow: 0 18px 40px rgba(108,39,232,.12); }
.mk-svc-card--popular { border-color: #ea580c; box-shadow: 0 8px 28px rgba(234,88,12,.12); }
.mk-svc-popular {
  position: absolute; top: -12px; left: 22px;
  background: linear-gradient(135deg, #ea580c, #f97316); color: #fff;
  padding: 5px 12px; border-radius: 100px;
  font-size: 11px; font-weight: 800; letter-spacing: .04em;
  box-shadow: 0 4px 12px rgba(234,88,12,.35);
}
.mk-svc-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin-bottom: 18px;
}
.mk-svc-name { font-size: 17px; font-weight: 800; color: #0a0820; letter-spacing: -.3px; margin-bottom: 10px; }
.mk-svc-desc { font-size: 13.5px; color: #6b6885; line-height: 1.6; margin: 0 0 16px; }
.mk-svc-list { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.mk-svc-list li { font-size: 13px; color: #4a4870; line-height: 1.4; }
.mk-svc-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 18px; border-top: 1px solid #f0eef9; }
.mk-svc-from { font-size: 11px; font-weight: 700; color: #a09ec0; letter-spacing: .04em; text-transform: uppercase; }
.mk-svc-price { font-size: 22px; font-weight: 900; color: #0a0820; letter-spacing: -.5px; }
.mk-svc-mo { font-size: 13px; font-weight: 600; color: #7c7a9e; }
.mk-svc-btn {
  display: inline-flex; align-items: center; gap: 4px;
  background: #f4f2fc; color: #5b1fd1; border: none;
  padding: 9px 14px; border-radius: 10px;
  font-size: 12.5px; font-weight: 700; font-family: inherit;
  cursor: pointer; text-decoration: none; transition: all .18s;
  white-space: nowrap;
}
.mk-svc-btn:hover { background: #6c27e8; color: #fff; }
.mk-svc-card--popular .mk-svc-btn { background: #ea580c; color: #fff; }
.mk-svc-card--popular .mk-svc-btn:hover { background: #c2410c; }

.mk-svc-bottom {
  margin-top: 36px; padding: 22px 28px;
  background: #fff; border: 1.5px dashed #e0dcf5; border-radius: 14px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.mk-svc-bot-text { font-size: 14.5px; color: #4a4870; line-height: 1.55; flex: 1; min-width: 280px; }

/* ── HOW IT WORKS ── */
.mk-how { padding: 72px 24px; background: #fff; }
.mk-how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mk-how-col {
  background: #fbfaff; border: 1.5px solid #ececf6; border-radius: 16px;
  padding: 28px 26px;
}
.mk-how-col-head { margin-bottom: 18px; }
.mk-how-tag {
  display: inline-block; font-size: 12.5px; font-weight: 800;
  padding: 6px 14px; border-radius: 100px;
}
.mk-how-tag--buy { background: rgba(108,39,232,.1); color: #5b1fd1; }
.mk-how-tag--hire { background: rgba(234,88,12,.1); color: #c2410c; }
.mk-how-step {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid #ececf6;
  font-size: 14px; color: #4a4870; line-height: 1.5;
}
.mk-how-step:last-child { border-bottom: none; }
.mk-how-step strong { color: #0a0820; font-weight: 700; }
.mk-how-num {
  width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, #6c27e8, #9333ea); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800;
}
.mk-how-col:nth-child(2) .mk-how-num { background: linear-gradient(135deg, #ea580c, #f97316); }

/* ── STATS ── */
.mk-stats { background: #fbfaff; border-top: 1px solid #ececf6; border-bottom: 1px solid #ececf6; }
.mk-stats-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(5, 1fr); }
.mk-stat { padding: 28px 16px; text-align: center; border-right: 1px solid #ececf6; }
.mk-stat:last-child { border-right: none; }
.mk-stat-val {
  font-size: 28px; font-weight: 900; letter-spacing: -1px;
  background: linear-gradient(135deg, #6c27e8, #9333ea);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  margin-bottom: 4px;
}
.mk-stat-label { font-size: 12.5px; color: #6b6885; font-weight: 600; }

/* ── TESTIMONIALS ── */
.mk-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mk-testi-card {
  background: #fff; border: 1.5px solid #ececf6; border-radius: 16px;
  padding: 26px 24px; display: flex; flex-direction: column; gap: 14px;
  transition: all .2s;
}
.mk-testi-card:hover { border-color: #c4b5fd; box-shadow: 0 10px 28px rgba(108,39,232,.1); }
.mk-testi-stars { color: #f59e0b; font-size: 15px; letter-spacing: 1px; }
.mk-testi-text { font-size: 14.5px; color: #4a4870; line-height: 1.65; flex: 1; font-style: italic; }
.mk-testi-author { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid #f0eef9; }
.mk-testi-av {
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 14px; font-weight: 800; flex-shrink: 0;
}
.mk-testi-name { font-size: 13.5px; font-weight: 700; color: #0a0820; }
.mk-testi-role { font-size: 12px; color: #7c7a9e; }

/* ── FINAL CTA ── */
.mk-cta {
  background: linear-gradient(135deg, #1a0845 0%, #3b0f9e 60%, #6c27e8 100%);
  padding: 72px 24px; text-align: center; position: relative; overflow: hidden;
}
.mk-cta::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 600px 300px at 30% 0%, rgba(168,85,247,.25), transparent 60%),
    radial-gradient(ellipse 500px 300px at 80% 100%, rgba(234,88,12,.15), transparent 60%);
  pointer-events: none;
}
.mk-cta-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.mk-cta-badge {
  display: inline-block; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.92); padding: 6px 16px; border-radius: 100px;
  font-size: 13px; font-weight: 600; margin-bottom: 22px;
}
.mk-cta-h { font-size: clamp(28px, 4vw, 40px); font-weight: 900; letter-spacing: -1.5px; color: #fff; margin: 0 0 14px; }
.mk-cta-p { font-size: 16px; color: rgba(255,255,255,.7); line-height: 1.6; max-width: 540px; margin: 0 auto 28px; }
.mk-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.mk-cta-white {
  background: #fff; color: #3b0f9e; border: none;
  padding: 14px 28px; border-radius: 12px;
  font-size: 14.5px; font-weight: 700; font-family: inherit; cursor: pointer;
  text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,.2);
  transition: all .2s; display: inline-flex; align-items: center; gap: 8px;
}
.mk-cta-white:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,.3); color: #3b0f9e; }
.mk-cta-ghost {
  background: rgba(255,255,255,.1); color: #fff;
  border: 1.5px solid rgba(255,255,255,.25);
  padding: 14px 26px; border-radius: 12px;
  font-size: 14.5px; font-weight: 700; font-family: inherit; cursor: pointer;
  text-decoration: none; backdrop-filter: blur(4px);
  transition: all .2s; display: inline-flex; align-items: center; gap: 8px;
}
.mk-cta-ghost:hover { background: rgba(255,255,255,.18); color: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 980px) {
  .mk-prod-grid { grid-template-columns: repeat(2, 1fr); }
  .mk-svc-grid { grid-template-columns: repeat(2, 1fr); }
  .mk-testi-grid { grid-template-columns: repeat(2, 1fr); }
  /* 5 stats → 2 rows of 3 + 2; ensure 4th & 5th sit balanced */
  .mk-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .mk-stat { border-right: 1px solid #ececf6; }
  .mk-stat:nth-child(2n) { border-right: none; }
  .mk-stat:nth-child(n+3) { border-top: 1px solid #ececf6; }
  .mk-stat:nth-child(5) { grid-column: 1 / -1; border-right: none; }
  .mk-how-grid { grid-template-columns: 1fr; }
  .mk-paths { grid-template-columns: 1fr; max-width: 480px; }
}
@media (max-width: 640px) {
  .mk-hero { padding: 48px 16px 40px; }
  .mk-hero-h1 { font-size: clamp(28px, 8vw, 40px); letter-spacing: -1.2px; }
  .mk-search { padding: 5px 5px 5px 14px; }
  .mk-search-input { font-size: 14px; padding: 12px 0; }
  .mk-search-btn { padding: 10px 16px; font-size: 13px; }
  .mk-prod-grid { grid-template-columns: 1fr; }
  .mk-svc-grid { grid-template-columns: 1fr; }
  .mk-testi-grid { grid-template-columns: 1fr; }
  .mk-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .mk-stat:nth-child(n+3) { border-top: 1px solid #ececf6; }
  .mk-stat:nth-child(2) { border-right: none; }
  .mk-sec-head { flex-direction: column; align-items: flex-start; gap: 10px; }
  .mk-trust-inner { gap: 14px; padding: 14px 16px; }
  .mk-trust-divider { display: none; }
  .mk-svc-bottom { flex-direction: column; align-items: stretch; text-align: center; }
}

/* ── HOMEPAGE SERVICES TEASER (links to /services) ─────────── */
.mk-services--teaser { padding: 64px 24px; }
.mk-svc-teaser {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center;
  background: linear-gradient(135deg, #faf9ff 0%, #fff7ed 100%);
  border: 1px solid #ececf6; border-radius: 22px;
  padding: 44px 48px; position: relative; overflow: hidden;
}
.mk-svc-teaser-body { position: relative; z-index: 2; }
.mk-svc-teaser-pills {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 26px;
}
.mk-svc-teaser-pill {
  font-size: 13px; font-weight: 600; color: #3f3d5c;
  background: #fff; border: 1px solid #e8e4ff;
  padding: 7px 13px; border-radius: 100px;
  box-shadow: 0 1px 3px rgba(108,39,232,.05);
}
.mk-svc-teaser-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.mk-svc-teaser-art {
  position: relative; height: 240px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.mk-svc-teaser-orb {
  display: flex; align-items: center; justify-content: center;
  font-size: 44px; background: #fff; border-radius: 18px;
  box-shadow: 0 8px 24px rgba(108,39,232,.12);
  transition: transform .3s;
}
.mk-svc-teaser-orb:hover { transform: translateY(-4px) rotate(-3deg); }
.mk-svc-teaser-orb--1 { background: linear-gradient(135deg, #ede9ff, #fff); }
.mk-svc-teaser-orb--2 { background: linear-gradient(135deg, #fff7ed, #fff); }
.mk-svc-teaser-orb--3 { background: linear-gradient(135deg, #ecfdf5, #fff); }
.mk-svc-teaser-orb--4 { background: linear-gradient(135deg, #f0f9ff, #fff); }

@media (max-width: 900px) {
  .mk-svc-teaser { grid-template-columns: 1fr; padding: 32px 24px; gap: 28px; }
  .mk-svc-teaser-art { height: 180px; }
  .mk-svc-teaser-orb { font-size: 34px; }
}
@media (max-width: 540px) {
  .mk-services--teaser { padding: 48px 16px; }
  .mk-svc-teaser-cta { flex-direction: column; }
  .mk-svc-teaser-cta .mk-btn-primary,
  .mk-svc-teaser-cta .mk-btn-ghost { text-align: center; }
}

/* Newsletter responsive */
@media (max-width: 600px) {
  .hp-nl-inner { grid-template-columns: 1fr; gap: 36px; }
  .hp-nl-copy { text-align: center; }
  .hp-nl-social { justify-content: center; }
  .hp-nl-features { align-items: center; }
  .hp-nl-h { font-size: 30px; }
}
@media (max-width: 480px) {
  .hp-newsletter { padding: 56px 16px; }
  .hp-nl-form-row { flex-direction: column; }
  .hp-nl-sub { justify-content: center; }
}

.mk-hero--center {
  padding: clamp(64px, 10vw, 108px) 24px clamp(56px, 8vw, 80px);
}
.mk-hero-inner--center {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.mk-hero--center .mk-hero-h1 {
  max-width: none;
  margin: 0 auto 16px;
  font-size: clamp(36px, 5.5vw, 58px);
  letter-spacing: -0.035em;
  line-height: 1.08;
}
.mk-hero--center .mk-hero-lead {
  max-width: 580px;
  margin: 0 auto 36px;
  font-size: clamp(16px, 2.2vw, 19px);
  line-height: 1.65;
  color: #524f70;
}
.mk-hero--center .mk-hero-eyebrow { margin-bottom: 20px; }
.mk-search--center {
  max-width: 640px;
  margin: 0 auto 14px;
  padding: 6px 6px 6px 18px;
  border-radius: 16px;
  border: 1.5px solid rgba(108, 39, 232, 0.14);
  box-shadow: 0 12px 40px rgba(108, 39, 232, 0.12);
  background: #fff;
}
.mk-search--center:focus-within {
  border-color: #a78bfa;
  box-shadow: 0 16px 48px rgba(108, 39, 232, 0.18);
}
.mk-search--center .mk-search-btn {
  padding: 13px 26px;
  border-radius: 12px;
  font-size: 15px;
}
.mk-search-tags--center {
  justify-content: center;
  margin-bottom: 0;
}

@media (max-width: 520px) {
  .mk-search--center {
    flex-wrap: wrap;
    padding: 10px;
  }
  .mk-search--center .mk-search-input {
    width: 100%;
    padding: 12px 4px;
    text-align: left;
  }
  .mk-search--center .mk-search-btn {
    width: 100%;
    margin-top: 6px;
    justify-content: center;
  }
}

/* ── Hero v3 (premium split layout) ── */
.mk-hero--v3 {
  padding: clamp(56px, 9vw, 96px) 24px clamp(48px, 7vw, 72px);
  background: linear-gradient(165deg, #faf8ff 0%, #ffffff 42%, #f6f4ff 100%);
  border-bottom: 1px solid rgba(108, 39, 232, 0.08);
}
.mk-hero--v3 .mk-hero-bg {
  background: none;
}
.mk-hero-bg__mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(108, 39, 232, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 39, 232, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, #000 20%, transparent 75%);
}
.mk-hero-bg__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.mk-hero-bg__orb--1 {
  width: min(520px, 60vw);
  height: min(520px, 60vw);
  top: -120px;
  right: -80px;
  background: rgba(124, 58, 237, 0.14);
}
.mk-hero-bg__orb--2 {
  width: min(380px, 50vw);
  height: min(380px, 50vw);
  bottom: -100px;
  left: -60px;
  background: rgba(6, 182, 212, 0.08);
}

.mk-hero--v3 .mk-hero-inner--split {
  max-width: 1180px;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 420px);
  gap: clamp(40px, 6vw, 72px);
  align-items: center;
}
.mk-hero--v3 .mk-hero-h1 {
  font-size: clamp(34px, 4.8vw, 56px);
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin: 0 0 18px;
  max-width: 11ch;
}
.mk-hero--v3 .mk-hero-lead {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.7;
  color: #4f4d6e;
  max-width: 520px;
  margin: 0 0 28px;
}
.mk-hero--v3 .mk-pill-soft {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border-color: rgba(108, 39, 232, 0.12);
  box-shadow: 0 4px 20px rgba(108, 39, 232, 0.06);
}

.mk-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.mk-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 16px;
  min-width: 108px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(108, 39, 232, 0.1);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(108, 39, 232, 0.06);
}
.mk-hero-stat__value {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0a0820;
  line-height: 1.1;
}
.mk-hero-stat__star {
  font-size: 14px;
  color: #f59e0b;
  margin-left: 2px;
}
.mk-hero-stat__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7c7a9e;
}

.mk-hero--v3 .mk-hero-cta-row { margin-top: 0; }
.mk-hero--v3 .mk-hero-cta-primary {
  padding: 15px 26px;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(108, 39, 232, 0.28);
}
.mk-hero--v3 .mk-hero-cta-secondary {
  padding: 15px 22px;
  border-radius: 14px;
  border: 1.5px solid rgba(108, 39, 232, 0.14);
  background: rgba(255, 255, 255, 0.8);
}
.mk-hero-cta-from {
  font-weight: 600;
  color: #7c7a9e;
  font-size: 0.92em;
}
.mk-hero--v3 .mk-hero-cta-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 13px;
  color: #6b6988;
}
.mk-hero--v3 .mk-hero-cta-note i { color: #6c27e8; opacity: 0.85; }

.mk-hero-discover {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(108, 39, 232, 0.08);
}
.mk-search--hero {
  max-width: 100%;
  margin: 0 0 12px;
  padding: 5px 5px 5px 16px;
  border-radius: 14px;
  border-color: rgba(108, 39, 232, 0.12);
  box-shadow: 0 4px 18px rgba(108, 39, 232, 0.06);
  background: rgba(255, 255, 255, 0.92);
}
.mk-search--hero .mk-search-btn {
  padding: 11px 20px;
  border-radius: 10px;
}
.mk-search-tags--hero {
  justify-content: flex-start;
  margin-bottom: 0;
  gap: 6px;
}
.mk-search-tags--hero .mk-st {
  font-size: 12px;
  padding: 4px 11px;
  background: rgba(108, 39, 232, 0.05);
}

/* Showcase / browser frame */
.mk-hero-showcase {
  position: relative;
  min-height: 360px;
}
.mk-hero-browser {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(108, 39, 232, 0.12);
  box-shadow:
    0 24px 64px rgba(108, 39, 232, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  overflow: hidden;
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}
.mk-hero-showcase:hover .mk-hero-browser {
  transform: perspective(1200px) rotateY(0deg) rotateX(0deg);
  box-shadow: 0 32px 80px rgba(108, 39, 232, 0.22);
}
.mk-hero-browser__chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 14px;
  background: linear-gradient(180deg, #f8f7fc, #f0eef8);
  border-bottom: 1px solid rgba(108, 39, 232, 0.08);
}
.mk-hero-browser__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd8ef;
}
.mk-hero-browser__dot:nth-child(1) { background: #ff5f57; }
.mk-hero-browser__dot:nth-child(2) { background: #febc2e; }
.mk-hero-browser__dot:nth-child(3) { background: #28c840; }
.mk-hero-browser__url {
  flex: 1;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 600;
  color: #8b89a8;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(108, 39, 232, 0.08);
  border-radius: 8px;
  padding: 6px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mk-hero-browser__screen {
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #f3f0ff, #ebe6ff);
  overflow: hidden;
}
.mk-hero-browser__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mk-hero-browser__placeholder,
.mk-hero-browser__screen--empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 100%;
  min-height: 220px;
  color: #6c27e8;
  font-size: 15px;
  font-weight: 700;
}
.mk-hero-browser__placeholder i,
.mk-hero-browser__screen--empty i {
  font-size: 42px;
  opacity: 0.5;
}
.mk-hero-browser__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-top: 1px solid rgba(108, 39, 232, 0.08);
}
.mk-hero-browser__name {
  font-size: 14px;
  font-weight: 800;
  color: #0a0820;
}
.mk-hero-browser__price {
  font-size: 12px;
  font-weight: 700;
  color: #6c27e8;
  margin-top: 3px;
}
.mk-hero-browser__cta {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6c27e8;
  background: rgba(108, 39, 232, 0.08);
  padding: 6px 10px;
  border-radius: 999px;
}

.mk-hero-stack {
  position: relative;
  height: 360px;
}
.mk-hero-stack__card {
  position: absolute;
  width: 78%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(108, 39, 232, 0.12);
  box-shadow: 0 16px 48px rgba(108, 39, 232, 0.14);
  text-decoration: none;
  color: #0a0820;
}
.mk-hero-stack__card--1 { top: 0; right: 0; z-index: 3; transform: rotate(2deg); }
.mk-hero-stack__card--2 { top: 72px; left: 0; z-index: 2; transform: rotate(-3deg) scale(0.96); opacity: 0.92; }
.mk-hero-stack__card--3 { bottom: 0; right: 12%; z-index: 1; transform: rotate(1deg) scale(0.9); opacity: 0.85; }
.mk-hero-stack__img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}
.mk-hero-stack__name {
  display: block;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 700;
}

.mk-hero-float {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(108, 39, 232, 0.12);
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  color: #0a0820;
  box-shadow: 0 12px 32px rgba(108, 39, 232, 0.12);
  animation: mkHeroFloat 5s ease-in-out infinite;
}
.mk-hero-float i { color: #6c27e8; }
.mk-hero-float--install { top: 8%; left: -6%; animation-delay: 0s; }
.mk-hero-float--code { bottom: 12%; right: -4%; animation-delay: 1.2s; }
@keyframes mkHeroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 900px) {
  .mk-hero--v3 .mk-hero-inner--split {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .mk-hero--v3 .mk-hero-h1 { max-width: none; margin-left: auto; margin-right: auto; }
  .mk-hero--v3 .mk-hero-lead { margin-left: auto; margin-right: auto; }
  .mk-hero-stats { justify-content: center; }
  .mk-hero--v3 .mk-hero-cta-row { justify-content: center; }
  .mk-hero--v3 .mk-hero-cta-note { justify-content: center; }
  .mk-search-tags--hero { justify-content: center; }
  .mk-hero-showcase { max-width: 380px; margin: 8px auto 0; min-height: 320px; }
  .mk-hero-browser { transform: none; }
  .mk-hero-showcase:hover .mk-hero-browser { transform: none; }
  .mk-hero-float--install { left: 0; }
  .mk-hero-float--code { right: 0; }
}

@media (max-width: 520px) {
  .mk-hero-stat { min-width: calc(50% - 6px); flex: 1; }
  .mk-hero--v3 .mk-hero-cta-row { flex-direction: column; width: 100%; }
  .mk-hero--v3 .mk-hero-cta-primary,
  .mk-hero--v3 .mk-hero-cta-secondary { justify-content: center; width: 100%; }
  .mk-search--hero { flex-wrap: wrap; padding: 10px; }
  .mk-search--hero .mk-search-input { width: 100%; padding: 10px 4px; }
  .mk-search--hero .mk-search-btn { width: 100%; margin-top: 4px; }
}

/* Legacy v2 (keep for reference) */
.mk-hero--v2 { padding: clamp(48px, 8vw, 80px) 24px clamp(40px, 6vw, 56px); }
.mk-hero-inner--split {
  max-width: 1140px;
  display: grid;
  grid-template-columns: 1fr minmax(280px, 380px);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
  text-align: left;
}
.mk-hero-copy { min-width: 0; }
.mk-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.mk-hero-cta-primary,
.mk-hero-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.mk-hero-cta-note {
  margin-top: 12px;
  font-size: 13px;
  color: var(--text-muted, #6b6a8a);
}
.mk-hero-visual { position: relative; }
.mk-hero-visual__card {
  background: #fff;
  border: 1px solid rgba(108, 39, 232, 0.12);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(108, 39, 232, 0.14);
}
.mk-hero-visual__img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.mk-hero-visual__placeholder {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7f6ff, #ede9ff);
  font-size: 48px;
  color: var(--primary, #6c27e8);
}
.mk-hero-visual__meta {
  padding: 16px 18px 8px;
}
.mk-hero-visual__name {
  font-size: 15px;
  font-weight: 800;
  color: #0a0820;
}
.mk-hero-visual__price {
  font-size: 13px;
  color: var(--primary, #6c27e8);
  font-weight: 700;
  margin-top: 4px;
}
.mk-hero-visual__link {
  display: block;
  padding: 0 18px 16px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary, #6c27e8);
  text-decoration: none;
}
.mk-hero-visual__badge {
  position: absolute;
  top: -12px;
  right: -8px;
  background: #fff;
  border: 1px solid rgba(108, 39, 232, 0.15);
  border-radius: 20px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #0a0820;
  box-shadow: 0 8px 24px rgba(108, 39, 232, 0.12);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.mk-hero-visual__badge i { color: var(--primary, #6c27e8); }
.hp-nl-features-inline {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
.hp-nl-features-inline i { color: #a78bfa; margin-right: 8px; }
@media (max-width: 900px) {
  .mk-hero-inner--split {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .mk-hero-cta-row { justify-content: center; }
  .mk-hero-visual { max-width: 360px; margin: 0 auto; }
  .mk-search-tags { justify-content: center; }
}

/* ═══════════════════════════════════════════════════════
   HERO — Premium marketplace (dark, conversion-focused)
   ═══════════════════════════════════════════════════════ */
.mk-hero--market {
  --mk-accent: #3b82f6;
  --mk-accent-soft: rgba(59, 130, 246, 0.15);
  --mk-accent-glow: rgba(59, 130, 246, 0.35);
  --mk-brand: #6c27e8;
  position: relative;
  padding: clamp(56px, 8vw, 88px) 24px clamp(48px, 7vw, 72px);
  background: linear-gradient(165deg, #07051a 0%, #0c0a24 45%, #0a1428 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.mk-hero-market__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.mk-hero-market__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 0%, #000 15%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 0%, #000 15%, transparent 70%);
}
.mk-hero-market__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}
.mk-hero-market__glow--1 {
  width: min(560px, 70vw);
  height: min(560px, 70vw);
  top: -180px;
  left: -120px;
  background: rgba(59, 130, 246, 0.22);
}
.mk-hero-market__glow--2 {
  width: min(480px, 60vw);
  height: min(480px, 60vw);
  bottom: -160px;
  right: -80px;
  background: rgba(108, 39, 232, 0.18);
}

.mk-hero-market__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 400px);
  gap: clamp(40px, 5vw, 64px);
  align-items: center;
}

.mk-hero-market__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}
.mk-hero-market__pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}
.mk-hero-market__eyebrow { margin-bottom: 20px; }

.mk-hero-market__title {
  margin: 0 0 16px;
  font-size: clamp(32px, 4.8vw, 52px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: #fff;
  text-wrap: balance;
}
.mk-hero-market__lead {
  margin: 0 0 28px;
  max-width: 540px;
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.62);
}

.mk-hero-market__search { margin-bottom: 12px; }
.mk-hero-market__search-inner {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 6px 6px 6px 18px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.12),
    0 20px 50px rgba(0, 0, 0, 0.35),
    0 0 80px var(--mk-accent-glow);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.mk-hero-market__search-inner:focus-within {
  border-color: var(--mk-accent);
  box-shadow:
    0 0 0 3px var(--mk-accent-soft),
    0 24px 56px rgba(0, 0, 0, 0.4),
    0 0 100px var(--mk-accent-glow);
}
.mk-hero-market__search-icon {
  color: #94a3b8;
  font-size: 16px;
  flex-shrink: 0;
  margin-right: 12px;
}
.mk-hero-market__search-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  font-family: inherit;
  color: #0f172a;
  padding: 14px 0;
}
.mk-hero-market__search-input::placeholder { color: #94a3b8; }
.mk-hero-market__search-btn {
  flex-shrink: 0;
  padding: 13px 26px;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  font-family: inherit;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 50%, #6366f1 100%);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.45);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.mk-hero-market__search-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.55);
}

.mk-hero-market__quick {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}
.mk-hero-market__quick-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.mk-hero-market__quick-tag {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.mk-hero-market__quick-tag:hover {
  background: var(--mk-accent-soft);
  border-color: rgba(59, 130, 246, 0.35);
  color: #fff;
}

.mk-hero-market__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}
.mk-hero-market__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.mk-hero-market__btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.4);
}
.mk-hero-market__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(37, 99, 235, 0.5);
  color: #fff;
}
.mk-hero-market__btn--secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
}
.mk-hero-market__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
  color: #fff;
}

.mk-hero-market__trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.mk-hero-market__trust li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
}
.mk-hero-market__trust i {
  font-size: 11px;
  color: var(--mk-accent);
  opacity: 0.9;
}
.mk-hero-market__trust .fa-php { font-size: 14px; }

/* Preview panel */
.mk-hero-market__preview {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 20px;
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}
.mk-hero-market__preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.mk-hero-market__preview-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
}
.mk-hero-market__preview-link {
  font-size: 12px;
  font-weight: 700;
  color: var(--mk-accent);
  text-decoration: none;
}
.mk-hero-market__preview-link:hover { color: #60a5fa; }

.mk-hero-market__cats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
}
.mk-hero-market__cat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}
.mk-hero-market__cat:hover {
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.25);
  transform: translateY(-1px);
}
.mk-hero-market__cat-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.12);
}
.mk-hero-market__cat-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.25;
}

.mk-hero-market__featured {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(108, 39, 232, 0.1));
  border: 1px solid rgba(59, 130, 246, 0.22);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  position: relative;
}
.mk-hero-market__featured:hover {
  border-color: rgba(59, 130, 246, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.mk-hero-market__featured--static { cursor: default; }
.mk-hero-market__featured-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.2);
  padding: 4px 8px;
  border-radius: 6px;
}
.mk-hero-market__featured-thumb {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.2);
}
.mk-hero-market__featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mk-hero-market__featured-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-right: 24px;
}
.mk-hero-market__featured-name {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mk-hero-market__featured-desc {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mk-hero-market__featured-price {
  font-size: 13px;
  font-weight: 800;
  color: #60a5fa;
  margin-top: 2px;
}
.mk-hero-market__featured-arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  background: rgba(59, 130, 246, 0.35);
}

@media (max-width: 960px) {
  .mk-hero-market__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .mk-hero-market__lead { max-width: none; }
  .mk-hero-market__preview { max-width: 480px; margin: 0 auto; width: 100%; }
}

@media (max-width: 560px) {
  .mk-hero--market { padding-left: 16px; padding-right: 16px; }
  .mk-hero-market__search-inner {
    flex-wrap: wrap;
    padding: 10px;
  }
  .mk-hero-market__search-icon { margin-right: 8px; }
  .mk-hero-market__search-input {
    width: 100%;
    padding: 10px 4px;
  }
  .mk-hero-market__search-btn {
    width: 100%;
    margin-top: 4px;
    padding: 14px;
  }
  .mk-hero-market__actions { flex-direction: column; }
  .mk-hero-market__btn { width: 100%; }
  .mk-hero-market__cats { grid-template-columns: 1fr; }
  .mk-hero-market__trust { gap: 10px 12px; }
  .mk-hero-market__trust li { flex: 0 0 calc(50% - 6px); }
}

/* ═══════════════════════════════════════════════════════
   HERO — Polished centered light marketplace
   ═══════════════════════════════════════════════════════ */
.mk-hero--polish {
  padding: clamp(72px, 11vw, 120px) 24px clamp(64px, 9vw, 96px);
}
.mk-hero--polish .mk-hero-h1 {
  text-wrap: balance;
}
.mk-hero-cta-row--center {
  justify-content: center;
  margin-top: 28px;
  gap: 12px;
}
.mk-hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.mk-hero-trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #5c5a78;
}
.mk-hero-trust-row li i {
  color: #6c27e8;
  font-size: 12px;
  opacity: 0.85;
}
@media (max-width: 640px) {
  .mk-hero-cta-row--center {
    flex-direction: column;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .mk-hero-cta-row--center .mk-hero-cta-primary,
  .mk-hero-cta-row--center .mk-hero-cta-secondary {
    width: 100%;
    justify-content: center;
  }
  .mk-hero-trust-row {
    gap: 8px 16px;
  }
  .mk-hero-trust-row li {
    flex: 0 0 calc(50% - 8px);
    justify-content: center;
    font-size: 12px;
  }
}

/* ══════════════════════════════════════
   FAQ — homepage section
   ══════════════════════════════════════ */
.mk-faq {
  background: #fff;
  padding-top: clamp(56px, 10vw, 88px);
  padding-bottom: clamp(56px, 10vw, 88px);
}
.mk-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 860px;
  margin: 0 auto;
}
.mk-faq-item {
  background: #faf9ff;
  border: 1.5px solid #eae8f5;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.mk-faq-item[open] {
  border-color: #c4b5fd;
  box-shadow: 0 4px 20px rgba(108, 39, 232, 0.07);
}
.mk-faq-q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  font-size: 14.5px;
  font-weight: 700;
  color: #0a0820;
  cursor: pointer;
  list-style: none;
  user-select: none;
  line-height: 1.4;
}
.mk-faq-q::-webkit-details-marker { display: none; }
.mk-faq-q::after {
  content: '+';
  font-size: 20px;
  font-weight: 400;
  color: #a09ec0;
  flex-shrink: 0;
  margin-top: -1px;
  transition: transform 0.2s;
  line-height: 1;
}
.mk-faq-item[open] .mk-faq-q::after {
  content: '−';
}
.mk-faq-a {
  padding: 0 20px 18px;
  font-size: 14px;
  color: #4a4870;
  line-height: 1.75;
}
.mk-faq-a a {
  color: #6c27e8;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.mk-faq-a a:hover { color: #5118c4; }
.mk-faq-footer {
  text-align: center;
  margin-top: 28px;
}
.mk-faq-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #6c27e8;
  text-decoration: none;
  transition: color 0.2s, gap 0.2s;
}
.mk-faq-more:hover {
  color: #5118c4;
  gap: 12px;
}

@media (max-width: 720px) {
  .mk-faq-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .mk-faq-q {
    font-size: 14px;
    padding: 16px;
  }
  .mk-faq-a {
    padding: 0 16px 16px;
    font-size: 13.5px;
  }
}
