.mek-page {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.11), transparent 26rem),
    linear-gradient(180deg, #f6fbff 0%, #ffffff 26%);
}

.mek-hero {
  padding: 3rem 0 2.25rem;
  background:
    linear-gradient(135deg, rgba(8, 47, 73, 0.96), rgba(15, 23, 42, 0.96)),
    linear-gradient(180deg, #082f49, #0f172a);
  color: #f8fafc;
  position: relative;
  overflow: hidden;
}

.mek-hero::after {
  content: "";
  position: absolute;
  inset: auto auto -8rem -8rem;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.24), transparent 62%);
  pointer-events: none;
}

.mek-hero__wrap {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

.mek-eyebrow {
  display: inline-flex;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.12);
}

.mek-hero h1 {
  margin-bottom: 0.9rem;
  font-size: clamp(2.15rem, 5vw, 3.35rem);
  line-height: 1.05;
  color: #ffffff;
}

.mek-hero .ai-summary,
.mek-lead {
  max-width: 72ch;
  color: rgba(226, 232, 240, 0.94);
}

.mek-lead {
  font-size: 1.03rem;
  line-height: 1.8;
}

.mek-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.mek-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  background: #38bdf8;
  color: #082f49;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(14, 165, 233, 0.24);
}

.mek-button:hover {
  color: #082f49;
  text-decoration: none;
  background: #7dd3fc;
}

.mek-button--ghost {
  background: transparent;
  color: #e0f2fe;
  border: 1px solid rgba(224, 242, 254, 0.4);
  box-shadow: none;
}

.mek-button--ghost:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.mek-hero__panel {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 1.25rem;
  background: rgba(15, 23, 42, 0.3);
  backdrop-filter: blur(12px);
  position: relative;
  z-index: 1;
}

.mek-stat strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #ffffff;
  font-size: 0.96rem;
}

.mek-stat span {
  color: rgba(226, 232, 240, 0.92);
  font-size: 0.93rem;
  line-height: 1.6;
}

.mek-nav {
  padding: 1rem 0 0;
}

.mek-nav__grid {
  display: grid;
  gap: 0.8rem;
}

.mek-nav__grid a {
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid #dbeafe;
  background: #ffffff;
  color: #0f3d67;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.mek-nav__grid a:hover {
  background: #eff6ff;
  text-decoration: none;
}

.mek-section {
  padding: 1.35rem 0;
}

.mek-section--soft {
  background: linear-gradient(180deg, #f8fbff 0%, #edf7ff 100%);
  border-top: 1px solid #dfebf7;
  border-bottom: 1px solid #dfebf7;
}

.mek-grid,
.mek-faq__grid {
  display: grid;
  gap: 1.15rem;
}

.mek-card {
  padding: 1.35rem;
  border-radius: 1.25rem;
  border: 1px solid #dbe6f2;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.mek-card--feature {
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.85), rgba(255, 255, 255, 0.96));
}

.mek-card--check {
  background: linear-gradient(180deg, #effdf5, #ffffff);
}

.mek-card--alert {
  background: linear-gradient(180deg, #fff7ed, #ffffff);
  border-color: #fed7aa;
}

.mek-card h2,
.mek-card h3 {
  margin-bottom: 0.8rem;
  color: #0f172a;
}

.mek-card p:last-child,
.mek-card ul:last-child {
  margin-bottom: 0;
}

.mek-list {
  padding-left: 1.2rem;
  color: #334155;
}

.mek-list li {
  margin-bottom: 0.7rem;
}

.mek-section-heading {
  margin-bottom: 1.2rem;
}

.mek-faq {
  padding: 1.35rem 0 3rem;
}

@media (min-width: 768px) {
  .mek-hero__wrap,
  .mek-grid {
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.95fr);
  }

  .mek-nav__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mek-faq__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
