.elementor-38759 .elementor-element.elementor-element-2d17e9f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-dd7382f */:root {
  --mn-blue: #1e40af;
  --mn-blue-light: #dbeafe;
  --mn-dark: #0f172a;
  --mn-text: #111827;
  --mn-muted: #6b7280;
  --mn-radius-lg: 18px;
  --mn-radius-xl: 24px;
  --mn-shadow-soft: 0 14px 35px rgba(15, 23, 42, 0.12);
}

/* WRAPPER */
.mn-blog-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 3rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--mn-text);
  line-height: 1.6;
  background: #f9fafb;
}

@media (min-width: 768px) {
  .mn-blog-wrapper {
    padding: 2.5rem 1.5rem 4rem;
  }
}

/* HEADER BADGE */
.mn-badge-top {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: var(--mn-blue-light);
  color: var(--mn-blue);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}

.mn-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--mn-blue);
}

/* ARTICLE HEADER */
.mn-blog-header {
  margin-bottom: 1.75rem;
}

.mn-blog-header h1 {
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 800;
  color: var(--mn-dark);
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .mn-blog-header h1 {
    font-size: 2.3rem;
  }
}

.mn-blog-subtitle {
  font-size: 0.98rem;
  color: var(--mn-muted);
  max-width: 40rem;
}

/* META TAGS */
.mn-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin: 1rem 0 1.75rem;
  font-size: 0.78rem;
  color: var(--mn-muted);
}

.mn-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: #e5e7eb;
}

.mn-meta-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #9ca3af;
}

/* INTRO BOX */
.mn-blog-intro {
  background: #ffffff;
  border-radius: var(--mn-radius-xl);
  padding: 1.25rem 1.2rem 1.5rem;
  box-shadow: var(--mn-shadow-soft);
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .mn-blog-intro {
    padding: 1.6rem 1.7rem 1.75rem;
  }
}

.mn-blog-intro p {
  margin: 0 0 0.75rem;
  font-size: 0.98rem;
}

.mn-blog-intro a {
  color: var(--mn-blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* BUTTONS */
.mn-blog-intro-cta,
.mn-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: .8rem;
}

.mn-btn-primary,
.mn-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all .16s ease-out;
  white-space: nowrap;
}

.mn-btn-primary {
  background: var(--mn-blue);
  color: #f9fafb;
  border-color: var(--mn-blue);
}

.mn-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(30, 64, 175, 0.35);
}

.mn-btn-ghost {
  background: #f3f4f6;
  color: var(--mn-dark);
  border-color: #e5e7eb;
}

.mn-btn-ghost:hover {
  background: #e5e7eb;
}

/* TOC TABLE */
.mn-toc {
  margin: 0 0 1.75rem;
  background: #ffffff;
  border-radius: var(--mn-radius-xl);
  padding: 1.1rem 1.1rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.mn-toc-title {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--mn-muted);
  margin-bottom: 0.65rem;
}

.mn-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mn-toc li + li {
  margin-top: 0.25rem;
}

.mn-toc a {
  text-decoration: none;
  color: var(--mn-dark);
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.mn-toc a:hover {
  color: var(--mn-blue);
}

/* PRODUCT GRID */
.mn-products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  margin-bottom: 2.3rem;
}

@media (min-width: 900px) {
  .mn-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mn-product-card-mini {
  background: #ffffff;
  border-radius: var(--mn-radius-xl);
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.09);
}

.mn-product-tagline {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 0.7rem;
  background: rgba(15, 23, 42, 0.82);
  color: #f9fafb;
  text-transform: uppercase;
}

.mn-product-card-mini img {
  width: 100%;
  display: block;
  max-height: 220px;
  object-fit: cover;
  transition: transform .25s ease-out;
}

.mn-product-card-mini:hover img {
  transform: scale(1.04);
}

.mn-product-body-mini {
  padding: 0.85rem 0.95rem 0.95rem;
}

.mn-product-name-mini {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.mn-product-desc-mini {
  font-size: 0.8rem;
  color: var(--mn-muted);
}

.mn-product-meta-mini {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  margin-top: 0.4rem;
}

.mn-price-pill {
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: var(--mn-blue-light);
  color: var(--mn-blue);
  font-weight: 700;
}

/* ARTICLE SECTIONS */
.mn-article-section {
  background: #ffffff;
  border-radius: var(--mn-radius-xl);
  padding: 1.3rem 1.2rem 1.4rem;
  box-shadow: var(--mn-shadow-soft);
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .mn-article-section {
    padding: 1.6rem;
  }
}

.mn-article-section h2 {
  font-size: 1.3rem;
  color: var(--mn-dark);
}

.mn-article-section h3 {
  font-size: 1.05rem;
  margin-top: 1rem;
}

.mn-article-section figure {
  margin-bottom: 1rem;
  border-radius: var(--mn-radius-lg);
  overflow: hidden;
  background: #020617;
}

.mn-article-section figcaption {
  background: linear-gradient(to right, #020617, #111827);
  padding: .5rem .7rem;
  font-size: .78rem;
  color: #e5e7eb;
}

/* PRICE CHIP */
.mn-price-chip {
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: #fefce8;
  color: #854d0e;
  font-weight: 700;
}

/* HIGHLIGHT BOX */
.mn-highlight {
  background: #eff6ff;
  padding: 0.6rem 0.8rem;
  border-radius: 12px;
  margin: 0.7rem 0;
}

/* FINAL SECTION */
.mn-final-section {
  background: radial-gradient(circle at 0 0, #1d4ed8, #020617 55%);
  padding: 1.6rem;
  border-radius: 26px;
  color: #e5e7eb;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.6);
}

.mn-contact-box {
  background: rgba(15, 23, 42, .7);
  padding: 1rem;
  border-radius: 18px;
  margin-top: 1rem;
}

.mn-contact-box a {
  color: #bfdbfe;
}/* End custom CSS */