.elementor-43167 .elementor-element.elementor-element-d4c770d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5af5c60 */.mn-roland-article{
  --mn-blue:#1e40af;
  --mn-blue-dark:#0f172a;
  --mn-blue-soft:#eff6ff;
  --mn-border:#dbe4f0;
  --mn-text:#1f2937;
  --mn-muted:#64748b;
  --mn-white:#ffffff;
  --mn-shadow:0 12px 32px rgba(15,23,42,0.08);
  --mn-radius:22px;
  max-width:1200px;
  margin:0 auto;
  padding:24px;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--mn-text);
  line-height:1.7;
}

.mn-roland-article h1,
.mn-roland-article h2,
.mn-roland-article h3{
  margin:0 0 14px;
  line-height:1.2;
  color:var(--mn-blue-dark);
}

.mn-roland-article h1{
  font-size:clamp(2rem,4vw,3.4rem);
  font-weight:800;
}

.mn-roland-article h2{
  font-size:clamp(1.5rem,3vw,2.2rem);
  font-weight:800;
}

.mn-roland-article h3{
  font-size:1.2rem;
  font-weight:700;
}

.mn-roland-article p{
  margin:0 0 16px;
}

.mn-roland-article a{
  text-decoration:none;
}

.mn-hero{
  background:linear-gradient(135deg,#eff6ff 0%,#ffffff 55%,#dbeafe 100%);
  border:1px solid var(--mn-border);
  border-radius:30px;
  padding:42px 28px;
  box-shadow:var(--mn-shadow);
  margin-bottom:28px;
  position:relative;
  overflow:hidden;
}

.mn-hero:before{
  content:"";
  position:absolute;
  right:-80px;
  top:-80px;
  width:220px;
  height:220px;
  background:rgba(30,64,175,0.08);
  border-radius:50%;
}

.mn-kicker{
  display:inline-block;
  background:var(--mn-blue);
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.4px;
  text-transform:uppercase;
  padding:8px 14px;
  border-radius:999px;
  margin-bottom:18px;
}

.mn-lead{
  font-size:1.08rem;
  max-width:950px;
}

.mn-hero-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.mn-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 20px;
  border-radius:14px;
  font-weight:700;
  transition:all .25s ease;
}

.mn-btn:hover{
  transform:translateY(-2px);
}

.mn-btn-primary{
  background:var(--mn-blue);
  color:#fff !important;
  box-shadow:0 10px 24px rgba(30,64,175,0.22);
}

.mn-btn-secondary{
  background:#fff;
  color:var(--mn-blue) !important;
  border:1px solid var(--mn-blue);
}

.mn-btn-white{
  background:#fff;
  color:var(--mn-blue-dark) !important;
}

.mn-toc{
  background:#fff;
  border:1px solid var(--mn-border);
  border-radius:20px;
  padding:24px;
  margin-bottom:32px;
  box-shadow:var(--mn-shadow);
}

.mn-toc ul{
  margin:0;
  padding-left:18px;
}

.mn-toc li{
  margin-bottom:8px;
}

.mn-toc a{
  color:var(--mn-blue);
  font-weight:600;
}

.mn-section{
  margin:38px 0;
}

.mn-benefits{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
  margin-top:22px;
}

.mn-benefit-card{
  background:#fff;
  border:1px solid var(--mn-border);
  border-radius:20px;
  padding:22px;
  box-shadow:var(--mn-shadow);
}

.mn-product-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:22px;
  margin-top:26px;
}

.mn-product-card{
  background:#fff;
  border:1px solid var(--mn-border);
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--mn-shadow);
  transition:transform .25s ease, box-shadow .25s ease;
}

.mn-product-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 36px rgba(15,23,42,0.12);
}

.mn-product-card-featured{
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}

.mn-product-image{
  background:#f8fafc;
  padding:18px;
}

.mn-product-image img{
  width:100%;
  height:320px;
  object-fit:contain;
  display:block;
  border-radius:16px;
  background:#fff;
}

.mn-product-body{
  padding:24px;
}

.mn-badge{
  display:inline-block;
  margin-bottom:12px;
  background:#dbeafe;
  color:#1e3a8a;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.3px;
  padding:7px 11px;
  border-radius:999px;
}

.mn-choice-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:18px;
  margin-top:22px;
}

.mn-choice-card{
  background:#f8fbff;
  border:1px solid var(--mn-border);
  border-radius:20px;
  padding:22px;
}

.mn-table-wrap{
  overflow-x:auto;
  margin-top:20px;
}

.mn-compare-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:var(--mn-shadow);
}

.mn-compare-table th,
.mn-compare-table td{
  padding:16px 14px;
  border-bottom:1px solid #e5edf7;
  text-align:left;
}

.mn-compare-table thead th{
  background:#0f172a;
  color:#fff;
}

.mn-compare-table tbody tr:hover{
  background:#f8fbff;
}

.mn-compare-table a{
  color:var(--mn-blue);
  font-weight:700;
}

.mn-cta-section{
  background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);
  border-radius:26px;
  padding:32px 24px;
  color:#fff;
  text-align:center;
  box-shadow:var(--mn-shadow);
}

.mn-cta-section h2,
.mn-cta-section p{
  color:#fff;
}

.mn-faq-item{
  background:#fff;
  border:1px solid var(--mn-border);
  border-radius:18px;
  padding:22px;
  box-shadow:var(--mn-shadow);
  margin-bottom:16px;
}

@media (max-width: 991px){
  .mn-benefits,
  .mn-product-grid,
  .mn-choice-grid{
    grid-template-columns:1fr;
  }

  .mn-product-image img{
    height:280px;
  }
}

@media (max-width: 576px){
  .mn-roland-article{
    padding:14px;
  }

  .mn-hero{
    padding:30px 18px;
  }

  .mn-btn{
    width:100%;
  }

  .mn-product-image img{
    height:220px;
  }
}/* End custom CSS */