.pricing-2026 {
  --mio-orange: #18588a;
  --mio-orange-dark: #12466f;
  --mio-navy: #15192b;
  --mio-text: #5c6573;
  --mio-line: #e8edf2;
  --mio-soft: #f7f9fb;
  color: var(--mio-text);
}

.pricing-2026 .pricing-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--mio-orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.pricing-2026 .pricing-lead {
  max-width: 720px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.75;
}

.pricing-intro { margin-bottom: 28px; }

.pricing-trust-note {
  display: flex;
  align-items: center;
  max-width: 920px;
  margin: 0 auto 46px;
  padding: 18px 24px;
  border: 1px solid rgba(24, 88, 138, .2);
  border-radius: 12px;
  background: #f1f7fb;
}

.pricing-trust-note > i {
  flex: 0 0 44px;
  color: var(--mio-orange);
  font-size: 30px;
}

.pricing-trust-note strong,
.pricing-trust-note span { display: block; }
.pricing-trust-note strong { margin-bottom: 3px; color: var(--mio-navy); }

.pricing-card-row { margin-right: -12px; margin-left: -12px; }
.pricing-card-row > [class*="col-"] { padding: 12px; }

.pricing-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  padding: 38px 32px 32px;
  border: 1px solid var(--mio-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(23, 34, 49, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.pricing-plan::after {
  position: absolute;
  top: -48px;
  right: -42px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(24, 88, 138, .08);
  content: "";
}

.pricing-plan:hover { transform: translateY(-7px); box-shadow: 0 22px 52px rgba(23, 34, 49, .14); }
.pricing-plan-featured { border: 2px solid var(--mio-orange); }
.pricing-plan-enterprise { background: linear-gradient(160deg, #fff 60%, #f6f8fa 100%); }

.pricing-recommended {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 7px 18px;
  border-radius: 0 16px 0 14px;
  background: var(--mio-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.pricing-plan-label {
  position: relative;
  z-index: 1;
  color: var(--mio-orange);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-plan-fit { min-height: 50px; margin: 10px 0 16px; color: var(--mio-navy); font-size: 18px; font-weight: 600; line-height: 1.45; }
.pricing-plan-price { color: var(--mio-navy); font-size: 31px; font-weight: 700; line-height: 1.2; white-space: nowrap; }
.pricing-plan-price small { margin-left: 5px; color: #7d8794; font-size: 14px; font-weight: 500; }

.pricing-setup,
.pricing-first-year {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 11px 0;
  border-top: 1px solid var(--mio-line);
  font-size: 13px;
}
.pricing-first-year { margin-top: 0; border-bottom: 1px solid var(--mio-line); }
.pricing-setup strong, .pricing-first-year strong { color: var(--mio-navy); text-align: right; }

.pricing-benefits { flex-grow: 1; margin: 22px 0 28px; padding: 0; list-style: none; }
.pricing-benefits li { position: relative; margin: 11px 0; padding-left: 25px; line-height: 1.5; }
.pricing-benefits li::before { position: absolute; top: 1px; left: 0; color: var(--mio-orange); font-family: FontAwesome; content: "\f00c"; }
.pricing-action { width: 100%; padding: 12px 20px; border-radius: 8px; font-weight: 600; }
.pricing-tax-note { margin: 24px 0 0; color: #7d8794; font-size: 13px; }
.pricing-home-footer { margin-top: 25px; }
.pricing-home-footer p { margin-bottom: 8px; color: #7d8794; font-size: 13px; }
.pricing-detail-link { color: var(--mio-orange); font-weight: 600; }
.pricing-detail-link i { margin-left: 6px; }

.pricing-comparison-section { background: var(--mio-soft); }
.pricing-section-heading { max-width: 760px; margin-bottom: 34px; }
.pricing-section-heading h2 { margin-bottom: 10px; color: var(--mio-navy); font-size: 36px; }
.pricing-table-wrap { overflow-x: auto; border-radius: 16px; background: #fff; box-shadow: 0 14px 40px rgba(23, 34, 49, .08); }
.pricing-comparison { width: 100%; min-width: 850px; border-collapse: collapse; }
.pricing-comparison th, .pricing-comparison td { padding: 17px 20px; border-bottom: 1px solid var(--mio-line); vertical-align: middle; line-height: 1.5; }
.pricing-comparison thead th { border: 0; background: var(--mio-navy); color: #fff; font-size: 14px; text-transform: uppercase; }
.pricing-comparison thead th:first-child { border-radius: 16px 0 0; }
.pricing-comparison thead th:last-child { border-radius: 0 16px 0 0; }
.pricing-comparison thead .is-highlighted { background: var(--mio-orange); }
.pricing-comparison tbody th { width: 22%; color: var(--mio-navy); font-weight: 600; }
.pricing-comparison tbody td { width: 26%; }
.pricing-comparison tbody tr:hover { background: #f4f9fc; }

.pricing-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pricing-service { display: flex; gap: 18px; padding: 24px; border: 1px solid var(--mio-line); border-radius: 14px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.pricing-service:hover { border-color: rgba(24, 88, 138, .45); box-shadow: 0 12px 30px rgba(23, 34, 49, .08); }
.pricing-service > i { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 12px; background: #eaf3f9; color: var(--mio-orange); font-size: 19px; line-height: 44px; text-align: center; }
.pricing-service h3 { margin: 0 0 6px; color: var(--mio-navy); font-size: 17px; }
.pricing-service strong { color: var(--mio-orange-dark); }
.pricing-service p { margin: 7px 0 0; font-size: 13px; line-height: 1.55; }

.pricing-special-section { background: var(--mio-navy); }
.pricing-special-section .pricing-section-heading h2 { color: #fff; }
.pricing-special-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.pricing-special-grid article { display: flex; flex-direction: column; min-height: 170px; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.06); color: #fff; }
.pricing-special-grid span { min-height: 48px; font-weight: 600; }
.pricing-special-grid strong { margin: 12px 0 6px; color: #fff; font-size: 21px; }
.pricing-special-grid small { color: rgba(255,255,255,.65); line-height: 1.5; }

.pricing-notes-section { background: #f1f7fb; }
.pricing-notes-section h2 { color: var(--mio-navy); }
.pricing-notes { margin: 25px 0 0; padding: 0; list-style: none; }
.pricing-notes li { position: relative; margin: 13px 0; padding-left: 26px; line-height: 1.65; }
.pricing-notes li::before { position: absolute; top: 8px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--mio-orange); content: ""; }
.pricing-contact-card { padding: 36px; border-radius: 18px; background: linear-gradient(145deg, #18588a, #15192b); box-shadow: 0 18px 42px rgba(21, 25, 43, .25); color: #fff; }
.pricing-contact-card > span { font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.pricing-contact-card h3 { margin: 10px 0 22px; color: #fff; font-size: 28px; }
.pricing-contact-card > a:not(.btn) { display: block; margin: 10px 0; color: #fff; }
.pricing-contact-card > a i { width: 24px; }
.pricing-contact-card .btn { margin-top: 18px; color: var(--mio-orange); }

@media (max-width: 991px) {
  .pricing-special-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-contact-card { margin-top: 35px; }
}

@media (max-width: 767px) {
  .pricing-2026 .section { padding-top: 70px; padding-bottom: 70px; }
  .pricing-service-grid, .pricing-special-grid { grid-template-columns: 1fr; }
  .pricing-section-heading h2 { font-size: 29px; }
  .pricing-plan { padding: 34px 24px 28px; }
  .pricing-plan-fit { min-height: auto; }
  .pricing-trust-note { align-items: flex-start; padding: 16px; }
}

@media (max-width: 420px) {
  .pricing-plan-price { font-size: 27px; }
  .pricing-setup, .pricing-first-year { align-items: flex-start; gap: 10px; }
}

body.mio-modal-open { overflow: hidden; }

.mio-lead-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity .25s ease, visibility .25s ease;
}

.mio-lead-modal.is-open { visibility: visible; opacity: 1; }
.mio-lead-backdrop { position: absolute; inset: 0; background: rgba(15, 22, 34, .72); backdrop-filter: blur(5px); }

.mio-lead-dialog {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-width: 520px;
  max-height: calc(100vh - 40px);
  padding: 38px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  transform: translateY(18px) scale(.98);
  transition: transform .25s ease;
  overflow-y: auto;
}

.mio-lead-modal.is-open .mio-lead-dialog { transform: translateY(0) scale(1); }
.mio-lead-dialog::before { position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, #18588a, #00a4db); content: ""; }
.mio-lead-close { position: absolute; top: 16px; right: 16px; z-index: 2; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #f1f5f8; color: #526172; cursor: pointer; transition: .2s ease; }
.mio-lead-close:hover { background: #18588a; color: #fff; }
.mio-lead-header { margin-bottom: 25px; padding-right: 25px; }
.mio-lead-header > span { color: #18588a; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.mio-lead-header h3 { margin: 7px 0 8px; color: #15192b; font-size: 29px; }
.mio-lead-header p { margin: 0; color: #677384; line-height: 1.6; }
.mio-lead-form label { display: block; margin-bottom: 17px; color: #273346; font-size: 14px; font-weight: 600; }
.mio-lead-form label > span { color: #d73a49; }
.mio-lead-form label > small { color: #8b95a3; font-weight: 400; }
.mio-lead-form input { display: block; width: 100%; height: 48px; margin-top: 7px; padding: 0 14px; border: 1px solid #dce3e9; border-radius: 9px; background: #f9fbfc; color: #15192b; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.mio-lead-form input:focus { border-color: #18588a; background: #fff; box-shadow: 0 0 0 3px rgba(24, 88, 138, .12); }
.mio-lead-submit { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; margin-top: 7px; padding: 13px 20px; border-radius: 9px; }
.mio-lead-submit[disabled] { cursor: wait; opacity: .7; }
.mio-lead-privacy { margin: 13px 0 0; color: #8993a0; font-size: 11px; line-height: 1.5; text-align: center; }
.mio-lead-privacy i { margin-right: 4px; color: #18588a; }
.mio-lead-frame { position: absolute; width: 1px; height: 1px; border: 0; opacity: 0; pointer-events: none; }
.mio-lead-success { display: none; padding: 18px 5px 5px; text-align: center; }
.mio-lead-success > i { width: 66px; height: 66px; margin-bottom: 20px; border-radius: 50%; background: #e9f5ee; color: #2a8b53; font-size: 28px; line-height: 66px; }
.mio-lead-success h3 { color: #15192b; }
.mio-lead-success p { margin-bottom: 22px; color: #677384; }
.mio-lead-dialog.is-success .mio-lead-header,
.mio-lead-dialog.is-success .mio-lead-form,
.mio-lead-dialog.is-success .mio-lead-close { display: none; }
.mio-lead-dialog.is-success .mio-lead-success { display: block; }

@media (max-width: 575px) {
  .mio-lead-modal { padding: 12px; }
  .mio-lead-dialog { max-height: calc(100vh - 24px); padding: 32px 22px 24px; border-radius: 16px; }
  .mio-lead-header h3 { font-size: 25px; }
}
