.mk-root {
  background: #080f2e;
  position: relative; overflow: hidden;
  padding: 72px 0;
}

/* ── Dot grid ── */
.mk-dotgrid {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: radial-gradient(rgba(27,154,214,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 20%, transparent 100%);
}

/* ── Inner ── */
.mk-inner {
  max-width: 1300px; margin: 0 auto; padding: 0 48px;
  position: relative; z-index: 3;
}

/* ── Section header ── */
.mk-header { text-align: center; margin-bottom: 56px; }
.mk-section-eye {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-space); font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: #c0f43c;
  border: 1px solid rgba(192,244,60,0.3); padding: 6px 20px;
  border-radius: 100px; margin-bottom: 24px;
}
.mk-eye-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #c0f43c; box-shadow: 0 0 8px #c0f43c; flex-shrink: 0;
  animation: mk-blink 2s ease-in-out infinite;
}
@keyframes mk-blink {
  0%,100% { opacity: 1; }
  50%      { opacity: 0.3; }
}
.mk-h2 {
  font-family: var(--font-space);
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 18px;
  letter-spacing: -0.03em;
}
.mk-h2-grad {
  background: linear-gradient(100deg, #1b9ad6 0%, #c0f43c 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mk-sub {
  font-family: var(--font-inter); font-size: 16px; line-height: 1.7;
  color: rgba(255,255,255,0.80); max-width: 540px; margin: 0 auto;
}

/* ── Grid ── */
.mk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

/* ── Card ── */
.mk-card {
  border-radius: 20px; overflow: hidden; position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mk-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover) !important;
}
/* circuit bg */
.mk-circuit {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: 0;
}

.mk-bar { height: 5px; width: 100%; }

.mk-ghost {
  position: absolute; bottom: 8px; right: 24px;
  font-family: var(--font-space);
  font-size: clamp(70px, 9vw, 130px);
  font-weight: 900; opacity: 0.08; line-height: 1;
  pointer-events: none; user-select: none; letter-spacing: -0.04em;
  transition: opacity 0.3s;
}
.mk-card:hover .mk-ghost { opacity: 0.16; }

.mk-pulse {
  position: absolute; top: 22px; right: 22px;
  width: 10px; height: 10px; border-radius: 50%; z-index: 2;
}
.mk-pulse::after {
  content: '';
  position: absolute; inset: -8px; border-radius: 50%;
  border: 1.5px solid var(--accent);
  animation: mk-pulse-ring 2.4s ease-out infinite; opacity: 0;
}
@keyframes mk-pulse-ring {
  0%   { transform: scale(0.6); opacity: 0.7; }
  100% { transform: scale(2.8); opacity: 0; }
}

.mk-body { padding: 28px 36px 34px; position: relative; z-index: 1; }

.mk-card-eye { display: none; }
.mk-heading {
  font-family: var(--font-space);
  font-size: clamp(20px, 1.9vw, 28px);
  font-weight: 800; line-height: 1.18; margin-bottom: 16px;
  letter-spacing: -0.025em;
  background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.mk-body-text {
  font-family: var(--font-inter);
  font-size: clamp(13px, 1.1vw, 14.5px);
  color: rgba(255,255,255,0.80); line-height: 1.72; margin-bottom: 22px;
}
.mk-body-text ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.mk-body-text li {
  display: flex; align-items: flex-start; gap: 8px;
  line-height: 1.6;
}
.mk-body-text li::before {
  content: ''; flex-shrink: 0;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent); opacity: 0.75;
  margin-top: 7px;
}

.mk-tags { display: none; }
.mk-tag {
  font-family: var(--font-inter); font-size: 11.5px; font-weight: 600;
  color: var(--tag-color); background: var(--tag-bg);
  border: 1.5px solid var(--accent); border-radius: 100px; padding: 5px 14px;
}

.mk-callout { display: flex; align-items: baseline; gap: 12px; padding-top: 20px; border-top: 1.5px solid; }
.mk-callout-num {
  font-family: var(--font-space);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 800; letter-spacing: -0.02em; line-height: 1;
}
.mk-callout-lbl { font-family: var(--font-inter); font-size: 13px; color: rgba(255,255,255,0.75); }

/* ── Rolling number ── */
.rn-wrap  { display: inline-block; white-space: nowrap; vertical-align: bottom; }
.rn-slot  { display: inline-block; overflow: hidden; height: 1em; line-height: 1; vertical-align: bottom; }
.rn-strip { display: block; will-change: transform; }
.rn-digit { display: block; height: 1em; line-height: 1; text-align: center; }
.rn-static { display: inline-block; vertical-align: bottom; }
.rn-go {
  animation: rn-roll var(--dur) var(--dl) cubic-bezier(0.16,1,0.3,1) forwards;
}
@keyframes rn-roll {
  from { transform: translateY(0); }
  to   { transform: translateY(calc((1 - var(--n)) * 1em)); }
}

/* ── Reveal ── */
.mk-reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.mk-in     { opacity: 1; transform: none; }

/* ── Bottom statement ── */
.mk-statement {
  margin-top: 56px;
  text-align: center;
  padding: 0 24px;
}
.mk-statement-text {
  display: inline-block;
  font-family: var(--font-space);
  font-size: clamp(15px, 1.35vw, 19px);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: rgba(255,255,255,0.90);
  padding: 20px 40px;
  border: 1px solid rgba(27,154,214,0.3);
  border-radius: 14px;
  background: rgba(27,154,214,0.06);
  max-width: 760px;
}
.mk-statement-text em {
  font-style: normal;
  color: #c0f43c;
}
@media (max-width: 900px) {
  .mk-statement { margin-top: 40px; }
  .mk-statement-text { padding: 16px 24px; }
}
@media (max-width: 560px) {
  .mk-statement-text { padding: 14px 18px; font-size: 14px; }
}

@media (max-width: 900px) {
  .mk-inner { padding: 0 24px; }
  .mk-grid  { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .mk-inner { padding: 0 18px; }
  .mk-body  { padding: 22px 20px 26px; }
}