.mi-content {
  color: var(--text, #323232);
}
.mi-content [hidden] {
  display: none;
}
.mi-content-section {
  margin-block-start: 4rem;
  scroll-margin-top: 7rem;
}
.mi-content-card {
  background: color-mix(in srgb, var(--surface-soft, #f7f8fa) 28%, var(--surface, #fff));
  border: 1px solid color-mix(in srgb, var(--line, #dde1e8) 88%, var(--text, #323232));
  border-radius: 1rem;
  padding: 1.5rem;
  min-width: 0;
  box-shadow: 0 0.4rem 1.2rem rgb(22 30 45 / 5%), 0 1.4rem 3rem rgb(22 30 45 / 5%);
}
.mi-section-heading {
  margin-block-end: 2rem;
}
.mi-content h2 {
  overflow-wrap: anywhere;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 1rem;
}
.mi-subtitle {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0;
}
.mi-centered {
  text-align: center;
}
.mi-content .mi-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.mi-content a {
  color: var(--primary, #6c5dd3);
}
.mi-content button,
.mi-content summary {
  font: inherit;
  cursor: pointer;
}
.mi-content button:focus-visible,
.mi-content a:focus-visible,
.mi-content summary:focus-visible {
  outline: 0.2rem solid var(--primary, #6c5dd3);
  outline-offset: 0.25rem;
}
.mi-content-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.5rem;
  border-radius: 0.75rem;
  text-decoration: none;
  background: color-mix(in srgb, var(--primary, #6c5dd3) 12%, transparent);
  font-size: 1.25rem;
  font-weight: 600;
}
.mi-content-button:hover {
  background: color-mix(in srgb, var(--primary, #6c5dd3) 20%, transparent);
}
.mi-video {
  position: relative;
  max-width: 52rem;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 0.615rem;
  box-shadow: 0 0.3rem 1.5rem rgb(0 0 0 / 10%);
  background: #000;
}
.mi-video a {
  display: block;
  width: 100%;
  height: 100%;
}
.mi-video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mi-video a:hover {
  filter: brightness(0.9);
}
.mi-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 5.23rem;
  height: 3.7rem;
  border-radius: 0.923rem;
  background: rgb(0 0 0 / 60%);
  color: white;
  font-size: 2rem;
  padding-inline-start: 0.3rem;
}
.mi-video-description {
  text-align: center;
  color: var(--muted, #6c757d);
  margin: 2rem 0 0;
}
.mi-features-table {
  border-collapse: collapse;
  width: 100%;
  text-align: start;
  color: var(--text, #000);
}
.mi-features-table th,
.mi-features-table td {
  padding: 0.615rem;
  border-bottom: 1px solid var(--line, #ddd);
}
.mi-features-table th {
  font-weight: 400;
  text-align: start;
}
.mi-features-table td {
  width: 13%;
  text-align: center;
}
.mi-feature-row:nth-child(even) {
  background: rgb(0 0 0 / 2%);
}
.mi-feature-row:hover {
  background: rgb(0 0 0 / 7%);
}
.mi-features-table .mi-feature-group th {
  font-weight: 600;
  color: var(--muted, #666);
  letter-spacing: 0.038rem;
  text-transform: uppercase;
}
.mi-features-table .mi-feature-group th,
.mi-features-table .mi-feature-group td {
  padding-block: 1rem;
  border-bottom-color: var(--muted, #666);
}
.mi-features-table .mi-feature-group:not(:first-child) th,
.mi-features-table .mi-feature-group:not(:first-child) td {
  padding-block-start: 2.8rem;
}
.mi-feature-group td {
  font-size: 0.85rem;
  font-weight: 500;
}
.mi-feature-row small {
  display: block;
  color: var(--muted, #666);
  font-size: 0.8rem;
}
.mi-feature-yes {
  color: #006400;
  font-size: 1.4em;
  font-weight: 700;
}
.mi-feature-no {
  color: #8b0000;
  font-size: 1.4em;
  font-weight: 700;
}
.mi-platform-label {
  display: none;
}
.mi-feature-info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-inline-start: 0.4rem;
}
.mi-feature-info summary {
  list-style: none;
  color: #36a3d7;
  font-size: 1.25rem;
}
.mi-feature-info summary::-webkit-details-marker {
  display: none;
}
.mi-feature-info[open] {
  z-index: 5;
}
.mi-feature-popover {
  position: absolute;
  inset-inline-start: 0;
  top: calc(100% + 0.4rem);
  width: min(28rem, 70vw);
  padding: 1rem;
  background: var(--surface, #fff);
  color: var(--text, #323232);
  border: 1px solid var(--line, #ddd);
  box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 14%);
  border-radius: 0.6rem;
  font-size: 1rem;
  font-weight: 400;
}
.mi-feature-link {
  display: inline-flex;
  margin-inline-start: 0.4rem;
  text-decoration: none;
  font-size: 1.1rem;
}
.mi-features-toggle {
  width: 100%;
  padding: 0.77rem;
  text-align: center;
  background: rgb(0 0 0 / 4%);
  color: var(--text, #323232);
  border: 0;
  border-bottom: 1px solid var(--line, #ddd);
}
.mi-features-toggle:hover {
  background: rgb(0 0 0 / 8%);
}
.mi-features-note {
  margin-block: 3rem 1.5rem;
}
.mi-feature-callout {
  border-radius: 0.75rem;
  background: rgb(59 156 211 / 12%);
  padding: 1.25rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.mi-inline-link {
  font-size: 1rem;
  display: inline-block;
  padding: 0.4rem 0.75rem;
  border-radius: 0.5rem;
  background: rgb(59 156 211 / 10%);
  text-decoration: none;
  margin-inline-start: 0.5rem;
}
.mi-pricing-scene {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 1fr) minmax(23rem, 4fr) minmax(0, 1fr) minmax(
      0,
      3fr
    );
  align-items: end;
  gap: 0.3rem;
}
.mi-pricing-character {
  width: 81%;
  max-width: 40.5rem;
  height: auto;
  object-fit: contain;
  opacity: 0.8;
  justify-self: end;
}
.mi-pricing-character:last-child {
  justify-self: start;
}
.mi-pricing-box {
  width: 100%;
  max-width: 10.6rem;
  height: auto;
  object-fit: contain;
  opacity: 0.7;
}
.mi-pro-card {
  max-width: 32rem;
  width: 100%;
  justify-self: center;
  border: 1px solid #c8a237;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 0 0 0.09375rem rgb(200 162 55 / 32%), 0 0.125rem 0.25rem rgb(26 24 22 / 5%);
  background: var(--surface, #fff);
}
.mi-plan-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  color: #a67f17;
  border-radius: 999rem;
  background: #f5ecd4;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.mi-plan-name {
  font-size: 2.8rem;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin: 1rem 0 0.5rem;
}
.mi-plan-terms {
  margin: 0 0 1.25rem;
  font-size: 1.1rem;
  color: var(--muted, #6d665d);
}
.mi-plan-cta {
  display: block;
  text-align: center;
  background: #1d1a16;
  color: #fff;
  border-radius: 0.8rem;
  padding: 1rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
}
.mi-plan-cta:hover {
  filter: brightness(1.06);
}
.mi-plan-benefits {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: grid;
  gap: 0.875rem;
}
.mi-plan-benefits li {
  position: relative;
  padding-inline-start: 1.75rem;
}
.mi-plan-benefits li::before {
  content: '✓';
  position: absolute;
  inset-inline-start: 0;
  color: #3a8d61;
  font-weight: 700;
}
.mi-benefits-details > summary {
  list-style: none;
  padding: 0.7rem 0;
  font-weight: 600;
  text-align: center;
}
.mi-benefits-details > summary::-webkit-details-marker {
  display: none;
}
.mi-benefit-slide {
  text-align: center;
  padding: 1rem;
}
.mi-benefit-slide img {
  width: 100%;
  max-width: 28rem;
  max-height: 24rem;
  object-fit: contain;
}
.mi-benefit-slide h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 2rem 0 1rem;
}
.mi-benefit-slide p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.mi-plan-fine-print {
  font-size: 0.825rem;
  color: var(--muted, #6d665d);
  display: grid;
  gap: 0.65rem;
  margin-block-start: 1rem;
}
.mi-plan-fine-print p {
  margin: 0;
}
.mi-plan-platforms {
  display: flex;
  gap: 0.6rem;
  margin: 1.5rem 0 0;
}
.mi-plan-platforms span {
  padding: 0.3rem 0.65rem;
  border-radius: 0.4rem;
  font-size: 0.8rem;
  background: rgb(0 0 0 / 4%);
}
.mi-app-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.mi-app-description {
  padding: 1.5rem 3rem;
  min-width: 0;
}
.mi-app-description h2 {
  margin-block: 1.5rem 2rem;
}
.mi-gallery {
  min-width: 0;
  position: relative;
}
.mi-gallery-slide {
  display: block;
  text-align: center;
}
.mi-gallery-slide img {
  display: block;
  width: auto;
  max-width: 70%;
  max-height: 49rem;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.mi-gallery[data-gallery='web'] .mi-gallery-slide img {
  width: 70%;
}
.mi-gallery-slides {
  min-width: 0;
}
.mi-gallery-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-block-start: 1rem;
}
.mi-gallery-controls > button,
.mi-lightbox-body > button {
  background: transparent;
  border: 0;
  font-size: 3rem;
  line-height: 1;
  color: var(--muted, #6c757d);
  padding: 0.25rem 0.75rem;
}
.mi-gallery-dots,
.mi-benefit-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.mi-gallery-dots button,
.mi-benefit-dots button {
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  width: 2.3rem;
  min-width: 24px;
  height: 44px;
  background: transparent;
  opacity: 0.35;
}
.mi-gallery-dots button::after,
.mi-benefit-dots button::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.25rem;
  background: var(--muted, #323232);
}
.mi-gallery-dots button[aria-pressed='true'],
.mi-benefit-dots button[aria-pressed='true'] {
  opacity: 1;
}
.mi-app-benefit-slide {
  font-size: 1.5rem;
  line-height: 1.5;
  min-height: 17rem;
  margin: 0 0 3rem;
  padding-inline-start: 2rem;
}
.mi-app-benefit-slide li {
  margin-block-end: 0.615rem;
}
.mi-app-cta {
  display: flex;
  justify-content: center;
  margin: 4rem 0 1rem;
}
#mobileapp .mi-content-button {
  color: #019b5f;
  background: rgb(1 155 95 / 12%);
}
.mi-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
}
.mi-contact-layout > img {
  width: 100%;
  height: 23rem;
  object-fit: contain;
  mix-blend-mode: multiply;
}
body[data-theme='dark'] .mi-contact-layout > img {
  filter: invert(1) hue-rotate(180deg);
  mix-blend-mode: screen;
}
.mi-contact-layout h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-block-end: 2rem;
}
.mi-contact-link {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  font-size: 1.5rem;
  margin-block: 1rem;
  overflow-wrap: anywhere;
}
.mi-contact-link > span {
  font-size: 2rem;
}
.mi-contact-link a {
  text-decoration: none;
}
.mi-content-dialog {
  width: min(86vw, 95rem);
  max-width: calc(100vw - 2rem);
  max-height: calc(100dvh - 2rem);
  border: 1px solid var(--line, #ddd);
  border-radius: 1rem;
  padding: 1.5rem;
  background: var(--surface, #fff);
  color: var(--text, #323232);
  overflow: auto;
}
.mi-content-dialog::backdrop {
  background: rgb(0 0 0 / 70%);
}
.mi-dialog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-block-end: 1rem;
}
.mi-dialog-toolbar h2 {
  font-size: 1.4rem;
  margin: 0;
}
.mi-dialog-toolbar button {
  border: 0;
  background: transparent;
  color: var(--text, #323232);
  font-size: 2rem;
}
.mi-lightbox-body {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 3rem;
  gap: 0.5rem;
  align-items: center;
}
.mi-lightbox-body img {
  display: block;
  width: 100%;
  height: calc(100dvh - 13rem);
  object-fit: contain;
}
.mi-benefits-dialog {
  width: min(62rem, 94vw);
}
.mi-benefits-dialog-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block-start: 1rem;
}
.mi-benefits-dialog-controls button {
  padding: 0.6rem 1rem;
  border: 1px solid var(--line, #ddd);
  color: var(--text, #323232);
  background: var(--surface, #fff);
  border-radius: 0.5rem;
}
body[data-theme='dark'] .mi-feature-row:nth-child(even) {
  background: rgb(255 255 255 / 4%);
}
body[data-theme='dark'] .mi-feature-row:hover {
  background: rgb(255 255 255 / 10%);
}
body[data-theme='dark'] .mi-feature-yes {
  color: #00ff00;
}
body[data-theme='dark'] .mi-feature-no {
  color: #ff5555;
}
body[data-theme='dark'] .mi-features-toggle,
body[data-theme='dark'] .mi-plan-platforms span {
  background: rgb(255 255 255 / 7%);
}
body[data-theme='dark'] .mi-plan-pill {
  background: rgb(216 183 84 / 14%);
  color: #d8b754;
}
@media (max-width: 991px) {
  .mi-pricing-scene {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.65fr) minmax(22rem, 2fr) minmax(0, 0.65fr) minmax(
        0,
        1fr
      );
  }
  .mi-app-description {
    padding-inline: 1.5rem;
  }
  .mi-contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .mi-contact-layout > img {
    height: 23rem;
  }
  .mi-contact-layout > div {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .mi-content h2 {
    font-size: 3rem;
  }
  .mi-content-card {
    padding: 1.25rem;
  }
  .mi-features-table,
  .mi-features-table tbody,
  .mi-feature-row,
  .mi-feature-group {
    display: block;
  }
  .mi-feature-row {
    margin: 0.77rem 0;
    padding: 0.77rem;
    border: 1px solid var(--line, #ddd);
    border-radius: 0.385rem;
    box-shadow: 0 0.15rem 0.3rem rgb(0 0 0 / 10%);
  }
  .mi-features-table .mi-feature-row th {
    display: block;
    font-weight: 600;
    padding: 0 0 0.77rem;
  }
  .mi-features-table .mi-feature-row td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
    padding: 0.385rem 0;
    font-size: 0.9rem;
  }
  .mi-platform-label {
    display: block;
    font-weight: 600;
    flex: 1;
    text-align: start;
  }
  .mi-feature-row td > .mi-feature-yes,
  .mi-feature-row td > .mi-feature-no {
    flex: 1;
    text-align: center;
  }
  .mi-features-table .mi-feature-group th {
    display: block;
    margin-block: 1.9rem 0.385rem;
    padding: 0.77rem;
    font-size: 0.9rem;
  }
  .mi-features-table .mi-feature-group td {
    display: none;
  }
  .mi-feature-popover {
    position: fixed;
    top: auto;
    bottom: 2rem;
    inset-inline: 1rem;
    width: auto;
  }
  .mi-pricing-scene {
    display: block;
  }
  .mi-pricing-character,
  .mi-pricing-box {
    display: none;
  }
  .mi-pro-card {
    margin-inline: auto;
    max-width: 32rem;
  }
  .mi-app-layout {
    grid-template-columns: 1fr;
  }
  .mi-app-description {
    padding: 1.5rem 0.5rem;
  }
  .mi-gallery-slide img {
    max-width: 100%;
    max-height: 45rem;
  }
  .mi-gallery[data-gallery='web'] .mi-gallery-slide img {
    width: 100%;
  }
  .mi-app-benefit-slide {
    min-height: 0;
  }
  .mi-benefit-carousel.is-enhanced .mi-app-benefit-slide {
    min-height: 21rem;
  }
  .mi-content-dialog {
    width: calc(100vw - 2rem);
    padding: 1rem;
  }
  .mi-lightbox-body {
    grid-template-columns: 2rem minmax(0, 1fr) 2rem;
    gap: 0;
  }
  .mi-lightbox-body > button {
    padding-inline: 0;
  }
  .mi-contact-layout h2 {
    font-size: 4rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mi-content * {
    scroll-behavior: auto;
  }
}

/* Source PRO pricing controls, local configurable public-price snapshot. */
.mi-pricing-shell {
  width: 100%;
  max-width: 32rem;
  justify-self: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  --plan-surface-alt: #f8f5f0;
  --plan-border: #e8e2d9;
  --plan-strong: #d6cec2;
  --plan-soft: #6d665d;
  --plan-muted: #978f84;
}
.mi-pricing-billing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.25rem;
  border: 1px solid var(--plan-border);
  border-radius: 999rem;
  background: var(--surface, #fff);
  box-shadow: 0 0.125rem 0.25rem rgb(26 24 22 / 5%);
}
.mi-billing-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 44px;
  gap: 0.25rem;
  border: 0;
  border-radius: 999rem;
  padding: 0.6rem 0.5rem;
  background: transparent;
  color: var(--plan-muted);
  text-align: center;
  overflow-wrap: anywhere;
  font-weight: 600;
  font-size: 0.95rem;
}
.mi-billing-button.is-active {
  background: #1d1a16;
  color: #fff;
  box-shadow: 0 0.375rem 1rem rgb(26 24 22 / 16%);
}
.mi-billing-save {
  border-radius: 999rem;
  padding: 0.1875rem 0.3rem;
  background: #e7f4ec;
  color: #3a8d61;
  font-size: 0.7rem;
  font-weight: 700;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}
.mi-pro-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mi-plan-pill {
  align-self: flex-start;
}
.mi-plan-name {
  margin: 0;
}
.mi-price-row {
  display: flex;
  align-items: flex-end;
  gap: 0.375rem;
  margin-block-start: 0.25rem;
}
.mi-price-amount {
  font-size: clamp(4.25rem, 6.35vw, 5.05rem);
  font-weight: 700;
  line-height: 0.92;
}
.mi-price-currency {
  color: var(--plan-soft);
  font-size: 1.5rem;
  font-weight: 600;
  padding-block-end: 0.5rem;
}
.mi-price-meta {
  color: var(--plan-muted);
  font-size: 1.05rem;
  margin: 0;
}
.mi-device-selector {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.125rem;
  background: var(--plan-surface-alt);
  border: 1px solid var(--plan-border);
  border-radius: 1rem;
}
.mi-device-selector label {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--plan-soft);
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
}
.mi-device-selector select {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 0.55rem 0.6rem;
  border: 1px solid var(--plan-strong);
  border-radius: 0.75rem;
  background: var(--surface, #fff);
  color: var(--text, #1d1a16);
  font-weight: 700;
  font-size: 1.05rem;
}
.mi-device-selector select:focus-visible {
  outline: 2px solid #88734d;
  outline-offset: 2px;
}
body[data-theme='dark'] .mi-device-selector select:focus-visible {
  outline-color: #d5bd87;
}
.mi-device-total {
  grid-column: 1 / -1;
  min-width: 0;
  text-align: start;
  justify-self: stretch;
  font-size: 1rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.mi-content .mi-plan-cta {
  background: #1d1a16;
  color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.75rem 1.5rem rgb(26 24 22 / 12%);
  padding: 1.1rem;
}
.mi-plan-benefits {
  margin: 0;
}
.mi-plan-benefits li {
  color: var(--plan-soft);
}
.mi-benefits-details > summary {
  text-align: start;
  color: #a67f17;
  font-weight: 500;
}
.mi-plan-fine-print {
  margin: 0;
  padding-block-start: 1.15rem;
  border-top: 1px solid var(--plan-border);
  color: var(--plan-muted);
}
.mi-plan-fine-print a {
  color: var(--plan-soft);
}
.mi-plan-platforms {
  margin: 0;
}
.mi-plan-platforms span {
  border: 1px solid var(--plan-border);
  background: var(--plan-surface-alt);
  color: var(--plan-muted);
  border-radius: 999rem;
}
body[data-theme='dark'] .mi-pricing-shell {
  --plan-surface-alt: #181513;
  --plan-border: #342e28;
  --plan-strong: #4a4138;
  --plan-soft: #c5bbb0;
  --plan-muted: #a19489;
}
body[data-theme='dark'] .mi-content .mi-plan-cta,
body[data-theme='dark'] .mi-billing-button.is-active {
  background: #f6f1ea;
  color: #1d1a16;
}
/* Preserve narrow-screen contact layout for every translated label. */
.mi-contact-layout > * {
  min-width: 0;
  max-width: 100%;
}
.mi-contact-link {
  min-width: 0;
}
.mi-contact-link > a {
  min-width: 0;
  overflow-wrap: anywhere;
}
@media (max-width: 767px) {
  .mi-pricing-shell {
    margin-inline: auto;
  }
}
@media (max-width: 390px) {
  .mi-device-selector {
    padding-inline: 0.8rem;
    gap: 0.55rem;
  }
  .mi-billing-button {
    padding-inline: 0.4rem;
  }
}

.mi-contact-layout h2 {
  overflow-wrap: anywhere;
}
@media (max-width: 767px) {
  .mi-contact-layout h2 {
    font-size: clamp(2.5rem, 10vw, 4rem);
  }
}

/* Explicitly requested inline tutorial, SVG icons and clearer neutral cards. */
body[data-theme='dark'] .mi-content-card {
  border-color: #515663;
  box-shadow: 0 0.4rem 1.2rem rgb(0 0 0 / 16%), 0 1.4rem 3rem rgb(0 0 0 / 18%);
}
.mi-video {
  min-height: 200px;
}
.mi-video-trigger {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 0;
  border: 0;
  background: #000;
  color: #fff;
}
.mi-video-trigger:hover {
  filter: brightness(0.93);
}
.mi-video-play svg {
  width: 2.8rem;
  height: 2.8rem;
}
.mi-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  border: 0;
}
.mi-video-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-block-start: 1rem;
}
.mi-video-actions a,
.mi-video-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
  font: inherit;
}
.mi-video-actions a {
  text-decoration: none;
}
.mi-video-actions a:hover {
  text-decoration: underline;
}
.mi-video-actions button {
  border: 1px solid var(--line, #dde1e8);
  color: var(--text, #323232);
  background: var(--surface, #fff);
}
.mi-video-actions svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
}
.mi-feature-info summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  color: #3187ac;
  vertical-align: middle;
}
.mi-info-icon {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
  flex: 0 0 auto;
}
body[data-theme='dark'] .mi-feature-info summary {
  color: #6ec6e5;
}
.mi-contact-icon {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  flex: 0 0 auto;
  color: var(--muted, #69727c);
}
.mi-whatsapp-icon {
  color: #019b5f;
}
body[data-theme='dark'] .mi-whatsapp-icon {
  color: #57ce92;
}

.mi-video-local-note {
  max-width: 52rem;
  margin: 1rem auto 0;
  text-align: center;
  color: var(--muted, #69727c);
}

@media (max-width: 359px) {
  .mi-content h2 {
    font-size: 2.2rem;
  }
}

/* The fixed-term explanation and total retain comfortable reading width. */
.mi-one-month-note {
  color: var(--plan-soft);
  font-size: 0.95rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.mi-one-month-note p {
  margin: 0;
}
.mi-one-month-note p + p {
  margin-block-start: 0.4rem;
  font-weight: 600;
}

/* Keep the explanation attached to the One month tab, including on touch screens. */
.mi-one-month-option {
  position: relative;
  min-width: 0;
}
.mi-one-month-option > .mi-billing-button {
  width: 100%;
  height: 100%;
}
.mi-one-month-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
}
.mi-billing-hint-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 1.15em;
  height: 1.15em;
  border-radius: 50%;
  background: color-mix(in srgb, currentColor 18%, transparent);
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1;
}
.mi-billing-tooltip {
  position: absolute;
  z-index: 20;
  inset-inline-end: 0;
  bottom: calc(100% + 0.5rem);
  width: min(19rem, calc(100vw - 3rem));
  padding: 1rem;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 1rem;
  background: #22211f;
  color: #fff;
  box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 18%);
  text-align: start;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.mi-billing-tooltip[hidden] {
  display: none;
}
.mi-billing-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  inset-inline-end: 2rem;
  border: 0.4rem solid transparent;
  border-top-color: #22211f;
}
.mi-billing-tooltip::before {
  content: '';
  position: absolute;
  top: 100%;
  inset-inline: 0;
  height: 0.6rem;
}
.mi-billing-tooltip p {
  margin: 0;
}
.mi-billing-tooltip p + p {
  margin-top: 0.7rem;
}
