.elementor-7367 .elementor-element.elementor-element-42721cd6{--display:flex;}.elementor-7367 .elementor-element.elementor-element-ea7c46c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-5e0e9773 */.midposi-mop-page {
  --mp-navy: #0f172a;
  --mp-blue: #2563eb;
  --mp-light-blue: #eaf2ff;
  --mp-green: #16a34a;
  --mp-red: #dc2626;
  --mp-text: #334155;
  --mp-muted: #64748b;
  --mp-border: #e2e8f0;
  --mp-bg: #f8fafc;
  font-family: inherit;
  color: var(--mp-text);
  line-height: 1.72;
  background: #fff;
}

.midposi-mop-page * {
  box-sizing: border-box;
}

.midposi-mop-page a {
  color: var(--mp-blue);
  text-decoration: none;
}

.midposi-mop-page a:hover {
  text-decoration: underline;
}

.mp-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

.mp-hero {
  background: radial-gradient(circle at top right, rgba(56,189,248,.2), transparent 34%), linear-gradient(135deg, #0f172a 0%, #1e3a8a 54%, #0f172a 100%);
  color: #fff;
  padding: 86px 0 76px;
  border-radius: 0 0 36px 36px;
}

.mp-eyebrow {
  display: inline-flex;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  color: #dbeafe;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

.mp-hero h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  color: #fff;
  margin: 0 0 22px;
  letter-spacing: -.035em;
  max-width: 1020px;
}

.mp-hero p {
  font-size: 19px;
  color: #e0f2fe;
  max-width: 900px;
  margin: 0 0 30px;
}

.mp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.mp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 12px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: all .2s ease;
}

.mp-btn-primary {
  background: #fff;
  color: #1e3a8a !important;
}

.mp-btn-secondary {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.26);
  color: #fff !important;
}

.mp-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}

.mp-trust-row,
.mp-grid-4,
.mp-eeat-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.mp-trust-row {
  margin-top: 44px;
}

.mp-trust-item {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  padding: 18px;
}

.mp-trust-item strong {
  display: block;
  color: #fff;
  font-size: 17px;
  margin-bottom: 5px;
}

.mp-trust-item span {
  color: #bfdbfe;
  font-size: 14px;
}

.mp-eeat-bar {
  background: #fff;
  border: 1px solid var(--mp-border);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 12px 34px rgba(15,23,42,.06);
}

.mp-eeat-bar div {
  padding: 16px;
  background: #f8fafc;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}

.mp-eeat-bar strong {
  display: block;
  color: var(--mp-navy);
  font-size: 15px;
  margin-bottom: 5px;
}

.mp-eeat-bar span {
  display: block;
  color: var(--mp-muted);
  font-size: 14px;
  line-height: 1.55;
}

.mp-mini-nav {
  background: #fff;
  border: 1px solid var(--mp-border);
  border-radius: 18px;
  padding: 18px 22px;
  margin-top: -30px;
  position: relative;
  z-index: 3;
  box-shadow: 0 10px 30px rgba(15,23,42,.08);
}

.mp-mini-nav strong {
  color: var(--mp-navy);
  display: block;
  margin-bottom: 10px;
}

.mp-mini-nav a {
  display: inline-block;
  margin: 6px 14px 6px 0;
  font-weight: 700;
}

.mp-section {
  padding: 72px 0;
}

.mp-section.alt {
  background: var(--mp-bg);
}

.mp-section.compact-top {
  padding-top: 48px;
}

.mp-section.compact-bottom {
  padding-bottom: 42px;
}

.mp-section h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18;
  color: var(--mp-navy);
  margin: 0 0 18px;
  letter-spacing: -.025em;
}

.mp-section h3 {
  color: var(--mp-navy);
  font-size: 22px;
  margin: 26px 0 12px;
}

.mp-lead {
  font-size: 18px;
  color: #475569;
  max-width: 900px;
  margin-bottom: 28px;
}

.mp-grid-2 {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: start;
}

.mp-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mp-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mp-card,
.mp-definition-card {
  background: #fff;
  border: 1px solid var(--mp-border);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(15,23,42,.05);
}

.mp-card h3 {
  margin-top: 0;
}

.mp-card p:last-child,
.mp-card ul:last-child {
  margin-bottom: 0;
}

.mp-definition-card {
  background: linear-gradient(180deg, #fff, #f8fbff);
  border: 1px solid #bfdbfe;
  border-left: 6px solid var(--mp-blue);
  border-radius: 20px;
  padding: 28px;
}

.mp-resource-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mp-resource-card:hover {
  transform: translateY(-4px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 42px rgba(37,99,235,.10);
}

.mp-resource-link {
  margin-top: auto;
  display: inline-flex;
  font-weight: 800;
  color: var(--mp-blue);
}

.mp-note {
  background: #fefce8;
  border: 1px solid #fde68a;
  border-left: 5px solid #eab308;
  border-radius: 16px;
  padding: 18px 20px;
  color: #713f12;
  margin: 24px 0;
}

.mp-snippet {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-left: 5px solid var(--mp-blue);
  border-radius: 16px;
  padding: 18px 20px;
  color: #1e3a8a;
  margin-top: 22px;
  font-weight: 650;
}

.mp-badge {
  display: inline-block;
  background: var(--mp-light-blue);
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.mp-list-check,
.mp-list-risk {
  list-style: none;
  padding-left: 0;
}

.mp-list-check li,
.mp-list-risk li {
  position: relative;
  padding-left: 28px;
  margin: 10px 0;
}

.mp-list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--mp-green);
  font-weight: 900;
}

.mp-list-risk li::before {
  content: "!";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: #fee2e2;
  color: var(--mp-red);
  border-radius: 50%;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: 900;
}

.mp-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid var(--mp-border);
  background: #fff;
  box-shadow: 0 10px 30px rgba(15,23,42,.04);
  margin: 24px 0;
}

.mp-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  background: #fff;
}

.mp-table th {
  background: #0f172a;
  color: #fff;
  text-align: left;
  padding: 15px 16px;
  font-size: 14px;
}

.mp-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--mp-border);
  vertical-align: top;
}

.mp-table tr:nth-child(even) td {
  background: #f8fafc;
}

.mp-image-block {
  margin: 30px 0;
  background: #fff;
  border: 1px solid var(--mp-border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(15,23,42,.07);
}

.mp-image-block img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mp-image-block figcaption {
  padding: 14px 18px;
  font-size: 14px;
  color: #64748b;
  background: #f8fafc;
  border-top: 1px solid var(--mp-border);
}

.mp-image-block.is-hero-image {
  margin-top: 0;
  margin-bottom: 0;
}

.mp-step {
  display: flex;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--mp-border);
}

.mp-step:last-child {
  border-bottom: none;
}

.mp-step-num {
  flex: 0 0 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--mp-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.mp-step h3 {
  margin: 0 0 6px;
}

.mp-step p {
  margin: 0;
}

.mp-cta {
  background: radial-gradient(circle at bottom right, rgba(56,189,248,.20), transparent 36%), linear-gradient(135deg, #0f172a, #1e3a8a);
  color: #fff;
  border-radius: 28px;
  padding: 46px;
  margin-top: 30px;
}

.mp-cta h2 {
  color: #fff;
  margin-bottom: 14px;
}

.mp-cta p {
  color: #dbeafe;
  font-size: 18px;
  max-width: 820px;
}

.mp-faq details {
  background: #fff;
  border: 1px solid var(--mp-border);
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 14px;
  box-shadow: 0 8px 24px rgba(15,23,42,.04);
}

.mp-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--mp-navy);
}

.mp-faq p {
  margin: 14px 0 0;
}

@media (max-width: 1180px) {
  .mp-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .mp-grid-2,
  .mp-grid-3,
  .mp-grid-4,
  .mp-trust-row,
  .mp-related-grid,
  .mp-eeat-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-hero {
    padding: 68px 0;
  }
}

@media (max-width: 640px) {
  .mp-grid-2,
  .mp-grid-3,
  .mp-grid-4,
  .mp-trust-row,
  .mp-related-grid,
  .mp-eeat-bar {
    grid-template-columns: 1fr;
  }

  .mp-hero h1 {
    font-size: 36px;
  }

  .mp-section {
    padding: 52px 0;
  }

  .mp-cta {
    padding: 30px 22px;
  }
}/* End custom CSS */