@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap");

/* ==========================================================================
   MeetAlgo Membership Page Shortcodes v2
   Folder: include
   Shortcodes: [ma_membership_*]
   ========================================================================== */

.ma-m2 {
  --ma-m2-bg: #f4f5fa;
  --ma-m2-panel: #ffffff;
  --ma-m2-panel-2: #eceef6;
  --ma-m2-border: #e2e5ef;
  --ma-m2-border-strong: #c9cddc;
  --ma-m2-fg: #444445;
  --ma-m2-muted: #8a8b95;
  --ma-m2-accent: #546dff;
  --ma-m2-down: #d24545;
  --ma-m2-gold: #c99a3b;
  width: 100%;
  color: var(--ma-m2-fg);
  font-family: "Inter Tight", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ma-live-result {
  --ma-lr-bg: #f4f5fa;
  --ma-lr-bg-2: #eceef6;
  --ma-lr-panel: #ffffff;
  --ma-lr-panel-hi: #f8f9fc;
  --ma-lr-border: #e2e5ef;
  --ma-lr-border-hi: #c9cddc;
  --ma-lr-fg: #444445;
  --ma-lr-muted: #8a8b95;
  --ma-lr-faint: #a8aab5;
  --ma-lr-accent: #546dff;
  --ma-lr-gold: #c99a3b;
  position: relative;
  overflow: hidden;
  color: var(--ma-lr-fg);
  background: var(--ma-lr-bg);
  font-family: "Inter Tight", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ma-live-result * {
  box-sizing: border-box;
}

.ma-live-result-wrap {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.ma-live-result-hero {
  padding: 96px 0 56px;
  background: transparent;
  text-align: center;
}

.ma-live-result-hero-glow,
.ma-live-result-grid-bg {
  display: none;
}

.ma-live-result-hero-glow {
  background: none;
}

.ma-live-result-grid-bg {
  background-image: none;
}

.ma-live-result-hero-inner {
  width: min(1100px, calc(100% - 80px));
}

.ma-live-result-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  padding: 6px 14px 6px 10px;
  color: var(--ma-lr-muted);
  background: var(--ma-lr-panel);
  border: 1px solid var(--ma-lr-border);
  border-radius: 100px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.ma-live-result-pill strong,
.ma-live-result-pill em {
  font-style: normal;
  font-weight: 700;
  letter-spacing: .08em;
}

.ma-live-result-pill strong {
  color: var(--ma-lr-fg);
}

.ma-live-result-pill em {
  color: var(--ma-lr-muted);
}

.ma-live-result-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ma-lr-accent);
  box-shadow: 0 0 0 3px rgba(84, 109, 255, .22), 0 0 14px rgba(84, 109, 255, .8);
  animation: ma-live-result-pulse 2s ease-in-out infinite;
}

.ma-live-result h1,
.ma-live-result h2,
.ma-live-result h3,
.ma-live-result p {
  margin: 0;
}

.ma-live-result-hero h1 {
  margin: 0 0 22px;
  color: var(--ma-lr-fg);
  font-size: clamp(44px, 6.4vw, 88px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: 0;
}

.ma-live-result-hero p {
  max-width: 700px;
  margin: 0 auto 48px;
  color: var(--ma-lr-muted);
  font-size: 19px;
  line-height: 1.55;
}

.ma-live-result-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 880px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--ma-lr-border);
  border: 1px solid var(--ma-lr-border);
  border-radius: 14px;
}

.ma-live-result-stats div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 20px 24px;
  background: var(--ma-lr-panel);
}

.ma-live-result-stats strong {
  color: var(--ma-lr-fg);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.ma-live-result-stats strong.is-accent {
  color: var(--ma-lr-accent);
}

.ma-live-result-stats span {
  color: var(--ma-lr-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.ma-live-result-rule {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  height: 1px;
  margin: 64px auto 0;
  background: linear-gradient(90deg, transparent 0%, var(--ma-lr-border-hi) 50%, transparent 100%);
}

.ma-live-result-results {
  padding: 64px 0 96px;
}

.ma-live-result-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 32px;
  flex-wrap: wrap;
}

.ma-live-result-section-head div,
.ma-live-result-section-head p {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ma-lr-faint);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ma-live-result-section-head span,
.ma-live-result-section-head p span {
  color: var(--ma-lr-accent);
}

.ma-live-result-section-head p {
  color: var(--ma-lr-muted);
  text-transform: none;
}

.ma-live-result-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ma-live-result-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  background: var(--ma-lr-panel);
  border: 1px solid var(--ma-lr-border);
  border-radius: 16px;
}

.ma-live-result-card.is-unpublished {
  border-color: #d24545;
  box-shadow: inset 0 0 0 1px rgba(210, 69, 69, .18);
}

.ma-live-result-unpublished-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: -24px -24px 2px;
  padding: 8px 16px;
  color: #ffffff;
  background: #d24545;
  border-radius: 15px 15px 0 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-align: center;
}

.ma-live-result-card header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.ma-live-result-product-mark {
  position: relative;
  display: flex;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--ma-lr-panel-hi) 0%, var(--ma-lr-panel) 100%);
  border: 1px solid var(--ma-lr-border-hi);
  border-radius: 12px;
}

.ma-live-result-product-mark::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 100% at 0% 0%, rgba(84, 109, 255, .1) 0%, transparent 60%);
  content: "";
}

.ma-live-result-product-mark strong,
.ma-live-result-product-mark span {
  position: relative;
}

.ma-live-result-product-mark strong {
  color: var(--ma-lr-fg);
  font-size: 18px;
  line-height: 1;
}

.ma-live-result-product-mark span {
  margin-top: 4px;
  color: var(--ma-lr-faint);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .05em;
}

.ma-live-result-card h3 {
  margin: 0 0 6px;
  color: var(--ma-lr-fg);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
}

.ma-live-result-card h3 span {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  color: var(--ma-lr-accent);
  font-size: 14px;
  vertical-align: middle;
}

.ma-live-result-card h3 span::before {
  width: 1px;
  height: 15px;
  margin-right: 8px;
  background: var(--ma-lr-border-hi);
  content: "";
}

.ma-live-result-card header p {
  margin: 0 0 12px;
  color: var(--ma-lr-muted);
  font-size: 13px;
  line-height: 1.45;
}

.ma-live-result-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ma-live-result-status,
.ma-live-result-broker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ma-live-result-status::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.ma-live-result-status.is-live,
.ma-live-result-status.is-running {
  color: #ffffff;
  background: var(--ma-lr-accent);
}

.ma-live-result-status.is-live::before,
.ma-live-result-status.is-running::before {
  animation: ma-live-result-pulse 2s ease-in-out infinite;
}

.ma-live-result-status.is-demo {
  color: #1a1300;
  background: var(--ma-lr-gold);
}

.ma-live-result-status.is-pass {
  color: #ffffff;
  background: #1f8a5b;
}

.ma-live-result-status.is-stop {
  color: #ffffff;
  background: #d24545;
}

.ma-live-result-broker {
  color: var(--ma-lr-fg);
  background: var(--ma-lr-panel-hi);
  border: 1px solid var(--ma-lr-border);
}

.ma-live-result-broker em {
  color: var(--ma-lr-faint);
  font-style: normal;
}

.ma-live-result-broker a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.ma-live-result-broker a:hover {
  color: var(--ma-lr-primary);
}

.ma-live-result-broker b {
  display: inline-flex;
  align-items: center;
  color: var(--ma-lr-fg);
  font-size: inherit;
}

.ma-live-result-broker b::before {
  width: 1px;
  height: 14px;
  margin: 0 2px 0 4px;
  background: var(--ma-lr-border-hi);
  content: "";
}

.ma-live-result-chart {
  position: relative;
  display: block;
  height: 280px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: linear-gradient(180deg, var(--ma-lr-bg-2) 0%, var(--ma-lr-panel) 100%);
  border: 1px solid var(--ma-lr-border);
  border-radius: 10px;
}

.ma-live-result-chart::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--ma-lr-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--ma-lr-border) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: .6;
  content: "";
}

.ma-live-result-chart-media {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}

.ma-live-result-chart-media a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--ma-lr-accent);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ma-live-result-chart-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: fill;
  background: #ffffff;
  border-radius: 0;
}

.ma-live-result-chart-empty {
  position: relative;
  z-index: 1;
  color: var(--ma-lr-muted);
  font-size: 13px;
  font-weight: 700;
}

.ma-live-result-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.ma-live-result-actions a,
.ma-live-result-actions > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 13px 12px;
  color: var(--ma-lr-fg);
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 1px solid var(--ma-lr-border-hi);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.ma-live-result-actions a:hover {
  transform: translateY(-1px);
  border-color: var(--ma-lr-accent);
}

.ma-live-result-actions a.is-locked {
  color: var(--ma-lr-muted);
  background: var(--ma-lr-panel-hi);
}

.ma-live-result-actions a.is-locked::before {
  color: var(--ma-lr-accent);
  content: "Lock";
}

.ma-live-result-actions a.is-primary,
.ma-live-result-actions > span.is-primary {
  color: #ffffff;
  background: var(--ma-lr-accent);
  border-color: var(--ma-lr-accent);
  box-shadow: 0 8px 24px -8px var(--ma-lr-accent);
}

.ma-live-result-actions a.is-prop-result {
  color: #ffffff;
  background: #1f8a5b;
  border-color: #1f8a5b;
  box-shadow: 0 8px 24px -8px rgba(31, 138, 91, .8);
}

.ma-live-result-actions > span {
  color: var(--ma-lr-muted);
  background: var(--ma-lr-panel-hi);
}

.ma-live-result-actions > span.is-disabled {
  opacity: .7;
}

.ma-live-result-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 34px;
}

.ma-live-result-pagination .page-numbers {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: var(--ma-lr-fg);
  text-decoration: none;
  background: var(--ma-lr-panel);
  border: 1px solid var(--ma-lr-border);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

.ma-live-result-pagination .page-numbers.current {
  color: #ffffff;
  background: var(--ma-lr-accent);
  border-color: var(--ma-lr-accent);
}

.ma-live-result-empty {
  padding: 34px;
  color: var(--ma-lr-muted);
  text-align: center;
  background: var(--ma-lr-panel);
  border: 1px solid var(--ma-lr-border);
  border-radius: 14px;
}

.ma-live-result-membership-cta {
  padding: 24px 0 96px;
}

.ma-live-result-cta-card {
  position: relative;
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
  overflow: hidden;
  padding: 48px 56px;
  background: linear-gradient(135deg, var(--ma-lr-panel-hi) 0%, var(--ma-lr-panel) 100%);
  border: 1px solid var(--ma-lr-border-hi);
  border-top: 2px solid var(--ma-lr-accent);
  border-radius: 18px;
}

.ma-live-result-cta-glow {
  position: absolute;
  top: -30%;
  right: -10%;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84, 109, 255, .22) 0%, transparent 65%);
  filter: blur(20px);
  pointer-events: none;
}

.ma-live-result-cta-grid {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
}

.ma-live-result-cta-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: var(--ma-lr-accent);
  background: rgba(84, 109, 255, .1);
  border: 1px solid rgba(84, 109, 255, .4);
  border-radius: 14px;
}

.ma-live-result-cta-copy {
  min-width: 0;
}

.ma-live-result-cta-copy > span {
  display: block;
  margin: 0 0 10px;
  color: var(--ma-lr-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ma-live-result-cta-copy h2 {
  margin: 0 0 12px;
  color: var(--ma-lr-fg);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}

.ma-live-result-cta-copy p {
  max-width: 720px;
  margin: 0;
  color: var(--ma-lr-muted);
  font-size: 15px;
  line-height: 1.55;
}

.ma-live-result-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
  color: #ffffff;
  white-space: nowrap;
  text-decoration: none;
  background: var(--ma-lr-accent);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .18), 0 14px 40px -10px var(--ma-lr-accent);
  font-size: 15px;
  font-weight: 700;
}

.ma-live-result-cta-btn:hover {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.ma-live-result-cta-btn strong {
  padding: 2px 8px;
  background: rgba(0, 0, 0, .18);
  border-radius: 5px;
  font-size: 13px;
}

@keyframes ma-live-result-pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

@media (max-width: 1024px) {
  .ma-live-result-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ma-live-result-wrap,
  .ma-live-result-hero-inner {
    width: min(100% - 40px, 640px);
  }

  .ma-live-result-hero {
    padding-top: 72px;
  }

  .ma-live-result-hero h1 {
    font-size: clamp(36px, 12vw, 58px);
    line-height: 1.05;
  }

  .ma-live-result-hero p {
    font-size: 16px;
  }

  .ma-live-result-stats {
    grid-template-columns: 1fr;
  }

  .ma-live-result-stats div {
    padding: 18px;
  }

  .ma-live-result-section-head,
  .ma-live-result-section-head div,
  .ma-live-result-section-head p {
    align-items: flex-start;
    flex-direction: column;
  }

  .ma-live-result-card {
    padding: 18px;
  }

  .ma-live-result-unpublished-banner {
    margin: -18px -18px 2px;
  }

  .ma-live-result-card header {
    gap: 14px;
  }

  .ma-live-result-card h3 {
    font-size: 21px;
  }

  .ma-live-result-chart {
    height: 220px;
  }

  .ma-live-result-actions {
    grid-template-columns: 1fr;
  }

  .ma-live-result-membership-cta {
    padding: 16px 0 72px;
  }

  .ma-live-result-cta-card {
    width: min(100% - 40px, 640px);
    padding: 32px 24px;
  }

  .ma-live-result-cta-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ma-live-result-cta-btn {
    justify-content: center;
    width: 100%;
  }
}

.ma-m2 * {
  box-sizing: border-box;
}

.ma-m2-wrap {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: clamp(72px, 8vw, 120px) clamp(20px, 4vw, 40px);
}

.ma-m2-narrow {
  width: min(980px, 100%);
}

.ma-m2-panel {
  /*border-top: 1px solid var(--ma-m2-border);
  border-bottom: 1px solid var(--ma-m2-border);*/
}

.ma-m2 h1,
.ma-m2 h2,
.ma-m2 h3,
.ma-m2 p {
  margin-top: 0;
}

.ma-m2 h1
{
  color: var(--ma-m2-fg);
  font-size: clamp(40px, 5.6vw, 76px);
  line-height: 1.03;
  letter-spacing: 0;
}

.ma-m2 h2 {
  color: var(--ma-m2-fg);
  font-size: clamp(32px, 4.4vw, 60px);
  line-height: 1.03;
  letter-spacing: 0;
}



.ma-m2 h2 span,
.ma-m2 h1 span {
  color: var(--ma-m2-muted);
}

.ma-m2 p {
  color: var(--ma-m2-muted);
}

.ma-m2-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--ma-m2-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ma-m2-section-label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 24px;
  color: var(--ma-m2-accent);
  background: color-mix(in srgb, var(--ma-m2-accent) 12%, transparent);
  border-radius: 6px;
}

.ma-m2-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.ma-m2-heading p,
.ma-m2-heading-row p {
  max-width: 640px;
  font-size: 17px;
  line-height: 1.65;
}

.ma-m2-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.ma-m2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.ma-m2-btn,
.ma-m2-inline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.ma-m2-btn:hover,
.ma-m2-inline-link:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.ma-m2-btn-primary {
  color: #fff;
  background: var(--ma-m2-accent);
}

.ma-m2-btn-primary:hover {
  color: #fff;
  background: #4058f2;
}

.ma-m2-btn-light,
.ma-m2-inline-link {
  color: var(--ma-m2-fg);
  background: var(--ma-m2-panel);
  border-color: var(--ma-m2-border);
}

.ma-m2-inline-link {
  color: var(--ma-m2-accent);
  background: transparent;
}

.ma-m2-hero {
  position: relative;
  overflow: hidden;
  background: var(--ma-m2-bg);
}

.ma-m2-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--ma-m2-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--ma-m2-border) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .45;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.ma-m2-hero .ma-m2-wrap {
  padding-top: clamp(78px, 9vw, 132px);
}

.ma-m2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 8px 12px;
  color: var(--ma-m2-muted);
  background: var(--ma-m2-panel);
  border: 1px solid var(--ma-m2-border);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ma-m2-kicker span {
  color: var(--ma-m2-fg);
}

.ma-m2-kicker em {
  font-style: normal;
}

.ma-m2-lead {
  max-width: 740px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.ma-m2-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
  border: 1px solid var(--ma-m2-border);
  background: var(--ma-m2-panel);
}

.ma-m2-stat-row div {
  padding: 24px 28px;
  border-right: 1px solid var(--ma-m2-border);
}

.ma-m2-stat-row div:last-child {
  border-right: 0;
}

.ma-m2-stat-row span,
.ma-m2-stat-row small {
  display: block;
  color: var(--ma-m2-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.ma-m2-stat-row strong {
  display: block;
  margin: 8px 0;
  color: var(--ma-m2-fg);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1;
}

.ma-m2-hero-v2 {
  background: var(--ma-m2-bg);
}

.ma-m2-hero-v2 .ma-m2-wrap {
  width: min(100%, 1720px);
  padding: clamp(88px, 8vw, 136px) clamp(22px, 4vw, 72px) clamp(78px, 7vw, 116px);
}

.ma-m2-hero-pill {
  gap: 12px;
  margin-bottom: 44px;
  padding: 8px 14px;
  border-color: #dbe0ed;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .02em;
}

.ma-m2-hero-pill::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--ma-m2-accent);
  box-shadow: 0 0 0 4px rgba(84, 109, 255, .14);
}

.ma-m2-hero-pill span,
.ma-m2-hero-pill em {
  color: #25262b;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.ma-m2-hero-pill em {
  color: #7f8494;
}

.ma-m2-hero-pill em::before {
  content: "·";
  margin-right: 12px;
  color: #7f8494;
}

.ma-m2-hero-v2 h1 {
  max-width: 1180px;
  margin: 0 0 42px;
  color: var(--ma-m2-fg);
  line-height: .94;
  letter-spacing: 0;
}

.ma-m2-hero-v2 h1 .ma-m2-count {
  color: var(--ma-m2-accent);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-weight: 500;
  letter-spacing: -.06em;
}

.ma-m2-hero-v2 h1 em {
  color: #8f929d;
  font-style: normal;
}

.ma-m2-hero-v2 .ma-m2-lead {
  max-width: 850px;
  margin: 0;
  color: #7f8494;
  font-size: clamp(17px, 1.35vw, 18px);
  line-height: 1.45;
}

.ma-m2-hero-actions {
  gap: 14px;
  margin-top: 60px;
}

.ma-m2-lifetime-btn,
.ma-m2-include-btn {
  min-height: 0;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
}

.ma-m2-lifetime-btn {
  min-width: 0;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 0 0 1px var(--ma-m2-accent), 0 8px 32px -8px color-mix(in srgb, var(--ma-m2-accent) 60%, transparent);
}

.ma-m2-lifetime-btn strong {
  padding: 5px 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, .18);
  border-radius: 6px;
  font-size: 15px;
  line-height: 1;
}

.ma-m2-lifetime-btn i,
.ma-m2-include-btn i {
  font-style: normal;
}

.ma-m2-include-btn {
  min-width: 0;
  color: #25262b;
  background: transparent;
  border-color: #c9cddc;
}

.ma-m2-include-btn i {
  color: var(--ma-m2-accent);
  font-size: 24px;
}

.ma-m2-hero-stats {
  overflow: hidden;
  margin-top: clamp(70px, 8vw, 96px);
  border-color: #dbe0ed;
  border-radius: 16px;
  background: #ffffff;
}

.ma-m2-hero-stats div {
  padding: 34px 38px;
}

.ma-m2-hero-stats span {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 13px;
  letter-spacing: .08em;
}

.ma-m2-hero-stats strong {
  margin: 14px 0 8px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 500;
}

.ma-m2-hero-stats small {
  color: #7f8494;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}

.ma-m2-home-hero {
  --ma-m2-home-bg: #07090f;
  --ma-m2-home-bg-2: #0b0e17;
  --ma-m2-home-fg: #f2f4fa;
  --ma-m2-home-muted: rgba(242, 244, 250, .58);
  --ma-m2-home-faint: rgba(242, 244, 250, .36);
  --ma-m2-home-panel: rgba(255, 255, 255, .035);
  --ma-m2-home-panel-strong: rgba(255, 255, 255, .055);
  --ma-m2-home-border: rgba(255, 255, 255, .09);
  --ma-m2-home-border-strong: rgba(255, 255, 255, .16);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--ma-m2-home-fg);
  background: var(--ma-m2-home-bg);
}

.ma-m2-home-hero-bg,
.ma-m2-home-hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ma-m2-home-hero-bg {
  background:
    radial-gradient(120% 80% at 72% 0%, rgba(84, 109, 255, .22) 0%, transparent 56%),
    linear-gradient(180deg, var(--ma-m2-home-bg-2) 0%, var(--ma-m2-home-bg) 100%);
}

.ma-m2-home-hero-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 25%, #000 30%, transparent 80%);
}

.ma-m2-home-hero-wrap {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: clamp(82px, 7vw, 112px) clamp(20px, 4vw, 40px) clamp(82px, 7vw, 104px);
}

.ma-m2-home-hero-meta,
.ma-m2-home-hero-main,
.ma-m2-home-hero-actions,
.ma-m2-home-hero-card-label,
.ma-m2-home-hero-live,
.ma-m2-home-hero-build {
  display: flex;
}

.ma-m2-home-hero-meta {
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.ma-m2-home-hero-live {
  align-items: center;
  gap: 12px;
  padding: 7px 14px 7px 11px;
  color: var(--ma-m2-home-muted);
  background: var(--ma-m2-home-panel);
  border: 1px solid var(--ma-m2-home-border);
  border-radius: 999px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  backdrop-filter: blur(8px);
}

.ma-m2-home-hero-live span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ma-m2-accent);
  box-shadow: 0 0 0 3px rgba(84, 109, 255, .22), 0 0 12px rgba(84, 109, 255, .8);
  animation: ma-m2-home-pulse 2s ease-in-out infinite;
}

.ma-m2-home-hero-live strong {
  color: var(--ma-m2-home-fg);
  font-size: 12px;
  letter-spacing: .08em;
}

.ma-m2-home-hero-live em {
  color: var(--ma-m2-home-muted);
  font-style: normal;
}

.ma-m2-home-hero-live em::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 12px 3px 0;
  border-radius: 50%;
  background: var(--ma-m2-home-faint);
}

.ma-m2-home-hero-build {
  align-items: center;
  gap: 10px;
  color: var(--ma-m2-home-faint);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ma-m2-home-hero-build i {
  width: 18px;
  height: 1px;
  background: var(--ma-m2-home-border-strong);
}

.ma-m2-home-hero-build strong {
  color: var(--ma-m2-home-muted);
  font-weight: 500;
}

.ma-m2-home-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 1fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 64px;
}

.ma-m2-home-hero h1 {
  max-width: 780px;
  margin: 0 0 32px;
  color: var(--ma-m2-home-fg);
  font-size: clamp(44px, 6.2vw, 92px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: 0;
}

.ma-m2-home-hero h1 span {
  color: var(--ma-m2-home-muted);
}

.ma-m2-home-hero-copy p {
  max-width: 560px;
  margin: 0 0 40px;
  color: var(--ma-m2-home-muted);
  font-size: 19px;
  line-height: 1.55;
}

.ma-m2-home-hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.ma-m2-home-hero-primary,
.ma-m2-home-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 22px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.ma-m2-home-hero-primary:hover,
.ma-m2-home-hero-secondary:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.ma-m2-home-hero-primary {
  gap: 12px;
  color: #ffffff;
  background: var(--ma-m2-accent);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .18), 0 14px 40px -10px rgba(84, 109, 255, .72);
}

.ma-m2-home-hero-primary:hover {
  color: #ffffff;
  background: #4058f2;
}

.ma-m2-home-hero-primary strong {
  padding: 3px 8px;
  color: #ffffff;
  background: rgba(0, 0, 0, .28);
  border-radius: 5px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 13px;
  line-height: 1.2;
}

.ma-m2-home-hero-primary i {
  font-size: 18px;
  font-style: normal;
  opacity: .85;
}

.ma-m2-home-hero-secondary {
  color: var(--ma-m2-home-fg);
  background: var(--ma-m2-home-panel);
  border: 1px solid var(--ma-m2-home-border-strong);
  backdrop-filter: blur(8px);
}

.ma-m2-home-hero-secondary:hover {
  color: var(--ma-m2-home-fg);
  background: var(--ma-m2-home-panel-strong);
  border-color: rgba(255, 255, 255, .24);
}

.ma-m2-home-hero-card {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 20px;
  background: var(--ma-m2-home-panel);
  border: 1px solid var(--ma-m2-home-border);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.ma-m2-home-hero-card-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 100% at 100% 0%, rgba(84, 109, 255, .18) 0%, transparent 60%);
  pointer-events: none;
}

.ma-m2-home-hero-card-inner {
  position: relative;
}

.ma-m2-home-hero-card-label {
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  color: var(--ma-m2-home-faint);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ma-m2-home-hero-card-label strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ma-m2-accent);
  font-size: 11px;
  font-weight: 500;
}

.ma-m2-home-hero-card-label strong::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.ma-m2-home-hero-count {
  color: var(--ma-m2-home-fg);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 500;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.ma-m2-home-hero-card p {
  margin: 10px 0 18px;
  color: var(--ma-m2-home-muted);
  font-size: 13px;
  line-height: 1.45;
}

.ma-m2-home-sparkline {
  margin: 0 -24px;
}

.ma-m2-home-sparkline svg {
  display: block;
  width: 100%;
  height: 56px;
  overflow: visible;
}

.ma-m2-home-sparkline-area {
  fill: rgba(84, 109, 255, .14);
}

.ma-m2-home-sparkline-line {
  fill: none;
  stroke: var(--ma-m2-accent);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ma-m2-home-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: var(--ma-m2-home-panel);
  border: 1px solid var(--ma-m2-home-border);
  border-radius: 14px;
  backdrop-filter: blur(10px);
}

.ma-m2-home-hero-stats div {
  min-height: 110px;
  padding: 22px 24px;
  border-right: 1px solid var(--ma-m2-home-border);
}

.ma-m2-home-hero-stats div:last-child {
  border-right: 0;
}

.ma-m2-home-hero-stats span,
.ma-m2-home-hero-stats small {
  display: block;
}

.ma-m2-home-hero-stats span {
  color: var(--ma-m2-home-faint);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ma-m2-home-hero-stats strong {
  display: block;
  margin: 12px 0 8px;
  color: var(--ma-m2-home-fg);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(23px, 2.3vw, 28px);
  font-weight: 500;
  line-height: 1;
}

.ma-m2-home-hero-stats small {
  color: var(--ma-m2-home-muted);
  font-size: 12.5px;
}

@keyframes ma-m2-home-pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .45;
  }
}

.ma-m2-product-grid,
.ma-m2-platform-grid,
.ma-m2-plan-grid {
  display: grid;
  gap: 16px;
}

.ma-m2-product-grid div,
.ma-m2-platform-grid div,
.ma-m2-plan,
.ma-m2-faq details,
.ma-m2-testimonial-list blockquote {
  background: var(--ma-m2-bg);
  border: 1px solid var(--ma-m2-border);
  border-radius: 14px;
}

.ma-m2-cache-section {
  font-family: "Inter Tight", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ma-m2-cache-section .ma-m2-wrap {
  width: min(100%, 1720px);
  padding: clamp(64px, 6vw, 96px) clamp(22px, 3vw, 48px) 40px;
}

.ma-m2-rule-label {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  width: min(520px, 100%);
  gap: 14px;
  margin-bottom: 24px;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .16em;
}

.ma-m2-rule-label::after {
  content: "";
  height: 1px;
  background: var(--ma-m2-border-strong);
}

.ma-m2-rule-label span,
.ma-m2-rule-label strong {
  color: var(--ma-m2-muted);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.ma-m2-rule-label span {
  width: auto;
  height: auto;
  background: transparent;
  color: var(--ma-m2-accent);
  border-radius: 0;
}

.ma-m2-cache-intro {
  max-width: 920px;
}

.ma-m2-cache-intro h2 {
  max-width: 860px;
  margin: 0 0 42px;
  color: var(--ma-m2-fg);
  line-height: .98;
  letter-spacing: 0;
}

.ma-m2-cache-intro h2 span {
  color: var(--ma-m2-accent);
}

.ma-m2-cache-intro p {
  max-width: 880px;
  margin: 0 0 22px;
  color: #7f8494;
  font-size: clamp(17px, 1.35vw, 18px);
  line-height: 1.55;
}

.ma-m2-cache-access {
  display: flex;
  justify-content: flex-end;
  margin: -22px 0 40px;
}

.ma-m2-cache-access a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 7px 16px;
  color: var(--ma-m2-accent);
  border: 1px solid #bec7ff;
  border-radius: 999px;
  background: rgba(84, 109, 255, .05);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
}

.ma-m2-cache-access a::before {
  content: "";
  width: 12px;
  height: 12px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M17 8h-1V6a4 4 0 0 0-8 0v2H7a2 2 0 0 0-2 2v10h14V10a2 2 0 0 0-2-2Zm-7-2a2 2 0 1 1 4 0v2h-4V6Zm7 12H7v-8h10v8Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ma-m2-cache-summary {
  display: grid;
  grid-template-columns: .75fr 1fr .75fr 1.05fr 1.05fr 1fr;
  align-items: center;
  gap: 30px;
  margin-bottom: 32px;
  padding: 32px 36px;
  background: var(--ma-m2-panel-2);
  border: 1px solid #dbe0ed;
  border-radius: 16px;
}

.ma-m2-cache-summary span {
  display: block;
  margin-bottom: 10px;
  color: #7f8494;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ma-m2-cache-summary strong {
  display: block;
  color: var(--ma-m2-fg);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(23px, 1.8vw, 32px);
  font-weight: 500;
  line-height: 1;
}

.ma-m2-cache-summary .ma-m2-blue {
  color: var(--ma-m2-accent);
}

.ma-m2-cache-summary a {
  justify-self: end;
  color: var(--ma-m2-accent);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.ma-m2-data-table {
  overflow: hidden;
  background: var(--ma-m2-table-bg, var(--ma-m2-panel-2));
  border: 1px solid #dbe0ed;
  border-radius: 16px;
}

.ma-m2-data-table > div {
  display: grid;
  grid-template-columns: var(--ma-m2-table-columns);
  align-items: center;
  gap: var(--ma-m2-table-gap, 14px);
  min-height: var(--ma-m2-table-row-height, 58px);
  padding: var(--ma-m2-table-row-padding, 0 24px);
  border-bottom: 1px solid #dfe3ee;
  color: var(--ma-m2-fg);
}

.ma-m2-data-table > div:last-child {
  border-bottom: 0;
}

.ma-m2-data-table > div:not(.ma-m2-data-table-head):not(.ma-m2-data-table-total) {
  font-size: var(--ma-m2-table-body-size, clamp(13px, 1.05vw, 15px));
}

.ma-m2-data-table-head {
  min-height: var(--ma-m2-table-head-height, 56px);
  background: #e4e7f0;
  color: #7f8494;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: var(--ma-m2-table-head-size, clamp(9px, .78vw, 12px));
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ma-m2-data-table span,
.ma-m2-data-table b,
.ma-m2-data-table > div > strong:last-child {
  font-family: "JetBrains Mono", ui-monospace, monospace;
}

.ma-m2-data-table span {
  color: #7f8494;
}

.ma-m2-data-table > div > strong {
  color: #25262b;
  font-weight: 500;
}

.ma-m2-data-table > div > strong:last-child,
.ma-m2-data-table b {
  justify-self: end;
  font-size: var(--ma-m2-table-number-size, clamp(13px, 1.05vw, 15px));
  white-space: nowrap;
}

.ma-m2-cache-table {
  --ma-m2-table-columns: 72px minmax(150px, 1.45fr) 82px 116px minmax(130px, .85fr) 82px;
}

.ma-m2-cache-table i {
  display: block;
  position: relative;
  width: 100%;
  max-width: 240px;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7eaf2;
}

.ma-m2-cache-table i::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  border-radius: inherit;
  background: var(--ma-m2-accent);
}

.ma-m2-cache-table-total {
  grid-template-columns: 72px 1fr 92px !important;
  min-height: 72px !important;
  background: #e4e7f0;
  border-top: 2px solid #c4cad8;
  border-bottom: 0 !important;
}

.ma-m2-cache-table-total span {
  color: #7f8494;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ma-m2-cache-table-total strong:last-child {
  color: var(--ma-m2-accent);
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 500;
}

.ma-m2-cache-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 14px;
}

.ma-m2-cache-foot span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #7f8494;
}

.ma-m2-cache-foot span::before {
  content: "";
  width: 13px;
  height: 13px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M17 8h-1V6a4 4 0 0 0-8 0v2H7a2 2 0 0 0-2 2v10h14V10a2 2 0 0 0-2-2Zm-7-2a2 2 0 1 1 4 0v2h-4V6Zm7 12H7v-8h10v8Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ma-m2-cache-foot a {
  color: #25262b;
  text-decoration: none;
}

.ma-m2-feature-head {
  max-width: 980px;
  margin-bottom: 44px;
}

.ma-m2-feature-head h2 {
  max-width: 980px;
  margin: 0 0 26px;
  color: var(--ma-m2-fg);
  line-height: .98;
  letter-spacing: 0;
}

.ma-m2-feature-head h2 span {
  color: var(--ma-m2-accent);
}

.ma-m2-feature-head p {
  max-width: 880px;
  color: #7f8494;
  font-size: clamp(17px, 1.35vw, 18px);
  line-height: 1.55;
}

.ma-m2-setting-section,
.ma-m2-pricing-section {
  font-family: "Inter Tight", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ma-m2-setting-section .ma-m2-wrap,
.ma-m2-products-section .ma-m2-wrap,
.ma-m2-pricing-section .ma-m2-wrap {
  width: min(100%, 1720px);
  padding: clamp(64px, 6vw, 96px) clamp(22px, 3vw, 48px);
}

.ma-m2-setting-stats,
.ma-m2-product-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  margin-bottom: 34px;
  background: var(--ma-m2-panel-2);
  border: 1px solid #dbe0ed;
  border-radius: 16px;
}

.ma-m2-setting-stats div,
.ma-m2-product-summary div {
  padding: 26px 30px;
  border-right: 1px solid #dbe0ed;
}

.ma-m2-setting-stats div:last-child,
.ma-m2-product-summary div:last-child {
  border-right: 0;
}

.ma-m2-setting-stats span,
.ma-m2-product-summary span {
  display: block;
  margin-bottom: 12px;
  color: #7f8494;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ma-m2-setting-stats strong,
.ma-m2-product-summary strong {
  display: block;
  color: var(--ma-m2-fg);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(22px, 1.8vw, 30px);
  font-weight: 500;
  line-height: 1.1;
}

.ma-m2-setting-layout {
  display: grid;
  grid-template-columns: minmax(280px, .48fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.ma-m2-setting-layout aside {
  position: sticky;
  top: 24px;
  padding: 30px;
  background: var(--ma-m2-panel);
  border: 1px solid #dbe0ed;
  border-radius: 16px;
}

.ma-m2-setting-layout aside h3 {
  margin: 22px 0 18px;
  color: var(--ma-m2-fg);
  font-size: 28px;
}

.ma-m2-setting-layout aside ul,
.ma-m2-pricing-grid .ma-m2-plan ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ma-m2-setting-layout aside li,
.ma-m2-pricing-grid .ma-m2-plan li {
  position: relative;
  padding-left: 24px;
  color: #7f8494;
  font-size: 16px;
  line-height: 1.45;
}

.ma-m2-setting-layout aside li::before,
.ma-m2-pricing-grid .ma-m2-plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ma-m2-accent);
}

.ma-m2-setting-table {
  --ma-m2-table-bg: #ffffff;
  --ma-m2-table-columns: minmax(180px, 1.55fr) minmax(74px, .55fr) minmax(96px, .74fr) minmax(130px, 1fr) minmax(82px, .66fr) minmax(76px, .58fr);
}

.ma-m2-setting-table > div > span:nth-child(5),
.ma-m2-setting-table-head span:nth-child(4),
.ma-m2-setting-table-head span:nth-child(5),
.ma-m2-setting-table-head span:nth-child(6) {
  justify-self: end;
}

.ma-m2-setting-head {
  max-width: 1120px;
}

.ma-m2-setting-head h2 {
  margin: 0 0 34px;
  color: var(--ma-m2-fg);
  line-height: 1.03;
  letter-spacing: 0;
}

.ma-m2-setting-head h2 span {
  color: var(--ma-m2-accent);
}

.ma-m2-setting-head h2 em {
  color: #8f929d;
  font-style: normal;
}

.ma-m2-setting-head p {
  max-width: 1050px;
  margin: 0;
  color: #7f8494;
  font-size: clamp(17px, 1.35vw, 18px);
  line-height: 1.5;
}

.ma-m2-setting-access {
  display: flex;
  justify-content: flex-end;
  margin: -28px 0 58px;
}

.ma-m2-setting-access a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 7px 16px;
  color: var(--ma-m2-accent);
  border: 1px solid #bec7ff;
  border-radius: 999px;
  background: rgba(84, 109, 255, .05);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
}

.ma-m2-setting-access a::before {
  content: "";
  width: 12px;
  height: 12px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M17 8h-1V6a4 4 0 0 0-8 0v2H7a2 2 0 0 0-2 2v10h14V10a2 2 0 0 0-2-2Zm-7-2a2 2 0 1 1 4 0v2h-4V6Zm7 12H7v-8h10v8Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ma-m2-setting-risk {
  margin: 28px 0 24px;
  color: #7f8494;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 14px;
  line-height: 1.55;
}

.ma-m2-setting-risk a {
  color: #25262b;
  text-decoration: underline;
}

.ma-m2-setting-link {
  display: inline-flex;
  color: #25262b;
  font-size: 17px;
  text-decoration: none;
}

.ma-m2-products-section {
  background: var(--ma-m2-panel);
  font-family: "Inter Tight", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ma-m2-product-catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ma-m2-product-catalog article {
  min-height: 260px;
  padding: 28px;
  background: var(--ma-m2-bg);
  border: 1px solid #dbe0ed;
  border-radius: 16px;
}

.ma-m2-product-catalog article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 34px;
  margin-bottom: 30px;
  color: var(--ma-m2-accent);
  background: rgba(84, 109, 255, .08);
  border-radius: 8px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-weight: 700;
}

.ma-m2-product-catalog h3 {
  margin: 0 0 16px;
  color: var(--ma-m2-fg);
  font-size: 25px;
}

.ma-m2-product-catalog p {
  margin: 0;
  color: #7f8494;
  font-size: 17px;
  line-height: 1.6;
}

.ma-m2-product-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding: 18px;
  background: var(--ma-m2-panel-2);
  border: 1px solid #dbe0ed;
  border-radius: 16px;
}

.ma-m2-product-strip span,
.ma-m2-product-strip strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.ma-m2-product-strip span {
  color: #7f8494;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ma-m2-product-strip strong {
  color: var(--ma-m2-fg);
  background: var(--ma-m2-panel);
  border: 1px solid #dbe0ed;
}

.ma-m2-product-list-section {
}

.ma-m2-product-list-section .ma-m2-wrap {
  width: min(100%, 1720px);
  padding: clamp(54px, 5.5vw, 86px) clamp(22px, 3vw, 48px);
}

.ma-m2-product-list-head {
  margin-bottom: 64px;
}

.ma-m2-product-list-head h2 {
  max-width: 1100px;
  margin: 0 0 28px;
  color: var(--ma-m2-fg);
  line-height: .98;
  letter-spacing: 0;
}

.ma-m2-product-list-head h2 span {
  color: #8f929d;
}

.ma-m2-product-list-head p {
  margin: 0;
  color: #7f8494;
  font-size: clamp(17px, 1.35vw, 18px);
}

.ma-m2-product-list-head p strong {
  color: #25262b;
  font-weight: 500;
}

.ma-m2-product-list-head p a {
  color: var(--ma-m2-accent);
  text-decoration: none;
}

.ma-m2-product-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ma-m2-product-box {
  overflow: hidden;
  min-height: 260px;
  background: var(--ma-m2-panel-2);
  border: 1px solid #dbe0ed;
  border-radius: 15px;
}

.ma-m2-product-box header,
.ma-m2-product-box div {
  display: grid;
  grid-template-columns: 1fr 76px 24px;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 26px;
  border-bottom: 1px solid #dfe3ee;
}

.ma-m2-product-box header {
  min-height: 56px;
  background: #e4e7f0;
}

.ma-m2-product-box header strong {
  color: #25262b;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ma-m2-product-box header span {
  grid-column: 2 / 4;
  justify-self: end;
  color: #7f8494;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 13px;
}

.ma-m2-product-box div:last-child {
  border-bottom: 0;
}

.ma-m2-product-box div span {
  color: #25262b;
  font-size: 17px;
}

.ma-m2-product-box div b {
  justify-self: end;
  color: #7f8494;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 16px;
  font-weight: 500;
}

.ma-m2-product-box div i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ma-m2-accent);
  font-style: normal;
}

.ma-m2-product-box div i::before {
  content: "✓";
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.ma-m2-product-total {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
  margin-top: 34px;
  padding: 32px 36px;
  background: var(--ma-m2-panel-2);
  border: 1px solid var(--ma-m2-accent);
  border-radius: 15px;
}

.ma-m2-product-total span {
  display: block;
  margin-bottom: 16px;
  color: #7f8494;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ma-m2-product-total strong {
  display: flex;
  align-items: baseline;
  gap: 14px;
  color: var(--ma-m2-fg);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 500;
  line-height: 1;
}

.ma-m2-product-total div:first-child strong {
  color: #7f8494;
  text-decoration: line-through;
}

.ma-m2-product-total div:last-child span {
  color: var(--ma-m2-accent);
}

.ma-m2-product-total small {
  color: #7f8494;
  font-family: "Inter Tight", Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.ma-m2-product-total em {
  color: var(--ma-m2-accent);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 34px;
  font-style: normal;
}

.ma-m2-product-plus {
  margin: 28px 0 0;
  color: #7f8494;
  text-align: center;
  font-size: 17px;
}

.ma-m2-product-plus strong {
  color: #25262b;
  font-weight: 600;
}

.ma-m2-platform-section {
  font-family: "Inter Tight", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ma-m2-platform-section .ma-m2-wrap {
  width: min(100%, 1720px);
  padding: clamp(64px, 6vw, 96px) clamp(22px, 3vw, 48px);
}

.ma-m2-platform-head {
  margin-bottom: 70px;
}

.ma-m2-platform-head h2 {
  max-width: 1260px;
  margin: 0 0 30px;
  color: var(--ma-m2-fg);
  line-height: 1;
  letter-spacing: 0;
}

.ma-m2-platform-head h2 span {
  color: #8f929d;
}

.ma-m2-platform-head p {
  max-width: 720px;
  margin: 0;
  color: #7f8494;
  font-size: clamp(17px, 1.35vw, 18px);
  line-height: 1.5;
}

.ma-m2-platform-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: var(--ma-m2-panel-2);
  border: 1px solid #dbe0ed;
  border-radius: 16px;
}

.ma-m2-platform-matrix article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 126px;
  padding: 28px 32px;
  border-right: 1px solid #dbe0ed;
  border-bottom: 1px solid #dbe0ed;
}

.ma-m2-platform-matrix article:nth-child(4n) {
  border-right: 0;
}

.ma-m2-platform-matrix article:nth-child(n+5) {
  border-bottom: 0;
}

.ma-m2-platform-matrix b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: var(--ma-m2-accent);
  background: #e8ebf5;
  border: 1px solid #d9deec;
  border-radius: 10px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 16px;
  font-weight: 500;
}

.ma-m2-platform-matrix strong {
  display: block;
  margin-bottom: 5px;
  color: #25262b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

.ma-m2-platform-matrix span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ma-m2-accent);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ma-m2-platform-matrix span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.ma-m2-platform-matrix .is-soon {
  background: rgba(228, 231, 240, .7);
}

.ma-m2-platform-matrix .is-soon b,
.ma-m2-platform-matrix .is-soon strong,
.ma-m2-platform-matrix .is-soon span {
  color: #9a9da8;
}

.ma-m2-platform-matrix .is-soon span::before {
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid currentColor;
}

.ma-m2-pricing-grid {
  gap: 18px;
}

.ma-m2-pricing-grid .ma-m2-plan {
  min-height: 620px;
  padding: 32px;
  border-color: #dbe0ed;
  border-radius: 16px;
}

.ma-m2-plan-top span {
  display: block;
  margin-bottom: 12px;
  color: #7f8494;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ma-m2-pricing-grid .ma-m2-plan h3 {
  font-size: 30px;
}

.ma-m2-pricing-grid .ma-m2-plan p {
  color: #7f8494;
  font-size: 17px;
  line-height: 1.55;
}

.ma-m2-pricing-grid .ma-m2-plan-featured p,
.ma-m2-pricing-grid .ma-m2-plan-featured li,
.ma-m2-pricing-grid .ma-m2-plan-featured .ma-m2-plan-top span {
  color: rgba(244, 245, 250, .72);
}

.ma-m2-pricing-grid .ma-m2-plan-featured li::before {
  background: var(--ma-m2-accent);
}

.ma-m2-pricing-grid .ma-m2-plan li.ma-m2-plan-unavailable {
  color: #9a9da8;
}

.ma-m2-pricing-grid .ma-m2-plan li.ma-m2-plan-unavailable::before {
  content: "X";
  top: .12em;
  width: auto;
  height: auto;
  color: #d24545;
  background: transparent;
  border-radius: 0;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 14px;
  font-weight: 700;
}

.ma-m2-pricing-grid .ma-m2-plan li.ma-m2-plan-included::before {
  background: #22b573;
}

.ma-m2-pricing-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.ma-m2-pricing-options article {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 190px;
  padding: 22px 26px;
  background: var(--ma-m2-panel);
  border: 1px solid #dbe0ed;
  border-radius: 16px;
}

.ma-m2-pricing-options span {
  color: #7f8494;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ma-m2-pricing-options h3 {
  margin: 0;
  color: var(--ma-m2-fg);
  font-size: 23px;
  line-height: 1.1;
}

.ma-m2-pricing-options p {
  margin: 0;
  color: #7f8494;
  font-size: 14px;
  line-height: 1.5;
}

.ma-m2-pricing-options .ma-m2-btn {
  align-self: flex-start;
  margin-top: auto;
}

.ma-m2-pricing-note {
  display: flex;
  gap: 14px;
  margin-top: 26px;
  padding: 22px 24px;
  color: #7f8494;
  background: var(--ma-m2-panel);
  border: 1px solid #dbe0ed;
  border-radius: 16px;
  font-size: 17px;
}

.ma-m2-pricing-note strong {
  color: var(--ma-m2-fg);
}

.ma-m2-badge,
.ma-m2-best {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  color: #fff;
  background: var(--ma-m2-accent);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.ma-m2-table {
  overflow: hidden;
  border: 1px solid var(--ma-m2-border);
  border-radius: 14px;
  background: var(--ma-m2-panel);
}

.ma-m2-table > div {
  display: grid;
  grid-template-columns: 1.4fr .8fr 1fr .7fr;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--ma-m2-border);
}

.ma-m2-table > div:last-child {
  border-bottom: 0;
}

.ma-m2-table-head {
  color: var(--ma-m2-muted);
  background: var(--ma-m2-panel-2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ma-m2-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ma-m2-product-grid div {
  padding: 22px;
}

.ma-m2-product-grid h3 {
  margin: 0 0 12px;
  font-size: 21px;
}

.ma-m2-plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.ma-m2-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  background: var(--ma-m2-panel);
}

.ma-m2-plan-featured {
  color: var(--ma-m2-bg);
  background: var(--ma-m2-fg);
  border: 2px solid var(--ma-m2-accent);
}

.ma-m2-plan h3 {
  margin: 0;
  color: inherit;
  font-size: 25px;
}

.ma-m2-price {
  color: inherit;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 700;
  line-height: 1;
}

.ma-m2-price span {
  color: var(--ma-m2-muted);
  font-size: 16px;
}

.ma-m2-price del {
  margin-right: 10px;
  color: var(--ma-m2-muted);
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 600;
  text-decoration-thickness: 2px;
}

.ma-m2-sale-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.ma-m2-sale-price del {
  flex-basis: 100%;
  margin-right: 0;
  color: rgba(244, 245, 250, .55);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1;
}

.ma-m2-sale-price strong {
  color: #ffffff;
  font-size: clamp(48px, 5vw, 68px);
  line-height: .9;
  text-shadow: 0 0 28px rgba(84, 109, 255, .38);
}

.ma-m2-pricing-grid .ma-m2-plan-featured .ma-m2-sale-price span {
  color: rgba(244, 245, 250, .72);
  font-size: 18px;
}

.ma-m2-plan ul {
  display: grid;
  gap: 10px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.ma-m2-plan li {
  color: inherit;
}

.ma-m2-plan .ma-m2-btn {
  margin-top: auto;
}

.ma-m2-platform-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ma-m2-platform-grid div {
  position: relative;
  min-height: 150px;
  padding: 24px;
  background: var(--ma-m2-panel);
}

.ma-m2-platform-grid strong {
  display: block;
  color: var(--ma-m2-accent);
  font-size: 36px;
}

.ma-m2-platform-grid span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.ma-m2-platform-grid em {
  position: absolute;
  right: 16px;
  bottom: 14px;
  color: var(--ma-m2-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.ma-m2-faq {
  display: grid;
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid var(--ma-m2-border);
}

.ma-m2-faq details {
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}

.ma-m2-faq summary {
  cursor: pointer;
  padding: 22px 0;
  color: var(--ma-m2-fg);
  font-size: 20px;
  font-weight: 700;
}

.ma-m2-faq p {
  max-width: 820px;
  padding-bottom: 22px;
  line-height: 1.65;
}

.ma-m2-testimonials-section .ma-m2-wrap {
  width: min(100%, 1720px);
  padding: clamp(64px, 6vw, 96px) clamp(22px, 3vw, 48px);
}

.ma-m2-testimonials-head h2 {
  max-width: 1050px;
  margin: 0 0 70px;
  color: var(--ma-m2-fg);
  line-height: .98;
  letter-spacing: 0;
}

.ma-m2-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.ma-m2-testimonial-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: clamp(28px, 3vw, 40px);
  background: var(--ma-m2-panel-2);
  border: 1px solid #dbe0ed;
  border-radius: 16px;
}

.ma-m2-stars {
  margin: 0 0 30px;
  color: var(--ma-m2-gold);
  font-size: 16px;
  line-height: 1;
  letter-spacing: .12em;
}

.ma-m2-testimonial-card p {
  margin: 0 0 28px;
  color: #25262b;
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.55;
}

.ma-m2-testimonial-author {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #dbe0ed;
  color: var(--ma-m2-muted);
  font-style: normal;
}

.ma-m2-testimonial-author b {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--ma-m2-accent);
  background: #e9ecf6;
  border: 1px solid #dbe0ed;
  border-radius: 50%;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
  font-weight: 500;
}

.ma-m2-testimonial-author span {
  display: block;
  color: #7f8494;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  line-height: 1.45;
}

.ma-m2-testimonial-author strong {
  display: block;
  color: #25262b;
  font-family: "Inter Tight", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.ma-m2-testimonial-author strong a {
  color: inherit;
  text-decoration: none;
}

.ma-m2-testimonial-author strong a:hover {
  color: var(--ma-m2-accent);
  text-decoration: none;
}

.ma-m2-product-membership-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 240px);
  align-items: center;
  gap: 18px 26px;
  width: min(100%, 1180px);
  margin: 20px auto;
  padding: clamp(20px, 2.4vw, 28px);
  color: #f4f7ff;
  background:
    radial-gradient(80% 140% at 0% 0%, rgba(84, 109, 255, .24) 0%, transparent 48%),
    radial-gradient(70% 120% at 100% 100%, rgba(91, 198, 100, .14) 0%, transparent 50%),
    linear-gradient(135deg, #101522 0%, #171c28 54%, #0c1019 100%);
  border: 1px solid rgba(132, 151, 255, .22);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(7, 9, 15, .22);
}

.ma-m2-product-membership-copy h2,
.ma-m2-product-membership-copy p {
  margin: 0;
}

.ma-m2-product-membership-kicker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  color: rgba(244, 247, 255, .62);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ma-m2-product-membership-kicker strong {
  padding: 4px 8px;
  color: #baf7c0;
  background: rgba(91, 198, 100, .14);
  border: 1px solid rgba(91, 198, 100, .36);
  border-radius: 999px;
  font-size: 10px;
}

.ma-m2-product-membership-copy h2 {
  color: #ffffff;
  font-size: clamp(24px, 2.45vw, 32px);
  line-height: 1.12;
}

.ma-m2-product-membership-copy p {
  max-width: 760px;
  margin-top: 10px;
  color: rgba(244, 247, 255, .72);
  font-size: 15px;
  line-height: 1.45;
}

.ma-m2-product-membership-points {
  grid-column: 1 / 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.ma-m2-product-membership-points span {
  position: relative;
  min-height: 38px;
  padding: 9px 10px 9px 30px;
  color: #f4f7ff;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

.ma-m2-product-membership-points span::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ma-m2-accent);
  box-shadow: 0 0 0 4px rgba(84, 109, 255, .12);
  transform: translateY(-50%);
}

.ma-m2-product-membership-side {
  display: grid;
  justify-items: end;
  grid-row: 1 / span 2;
  grid-column: 2;
  gap: 10px;
}

.ma-m2-product-membership-price {
  text-align: right;
}

.ma-m2-product-membership-price small {
  display: block;
  color: rgba(244, 247, 255, .58);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ma-m2-product-membership-price strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(34px, 4vw, 44px);
  line-height: .95;
  text-shadow: 0 0 28px rgba(84, 109, 255, .35);
}

.ma-m2-product-membership-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 13px 17px;
  color: #ffffff;
  background: #5bc664;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(91, 198, 100, .3);
  transition: transform .2s ease, background .2s ease;
}

.ma-m2-product-membership-btn:hover {
  color: #ffffff;
  background: #47b952;
  text-decoration: none;
  transform: translateY(-1px);
}

.ma-m2-product-membership-btn span {
  font-size: 18px;
  line-height: 1;
}

.ma-m2-final {
  overflow: hidden;
  text-align: center;
  background: var(--ma-m2-fg);
}

.ma-m2-final h2 {
  color: var(--ma-m2-bg);
}

.ma-m2-final h2 span {
  color: var(--ma-m2-accent);
}

.ma-m2-final p {
  max-width: 620px;
  margin: 0 auto 34px;
  color: rgba(244,245,250,.72);
  font-size: 19px;
}

@media (max-width: 1024px) {
  .ma-m2-product-membership-cta {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
  }

  .ma-m2-product-membership-points {
    grid-column: 1 / 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ma-m2-home-hero-main {
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
  }

  .ma-m2-home-hero-card {
    max-width: 620px;
  }

  .ma-m2-home-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ma-m2-home-hero-stats div:nth-child(2) {
    border-right: 0;
  }

  .ma-m2-home-hero-stats div:nth-child(-n+2) {
    border-bottom: 1px solid var(--ma-m2-home-border);
  }

  .ma-m2-platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ma-m2-plan-grid,
  .ma-m2-stat-row {
    grid-template-columns: 1fr;
  }

  .ma-m2-stat-row div {
    border-right: 0;
    border-bottom: 1px solid var(--ma-m2-border);
  }

  .ma-m2-lifetime-btn,
  .ma-m2-include-btn {
    min-width: 0;
  }

  .ma-m2-cache-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ma-m2-setting-stats,
  .ma-m2-product-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ma-m2-setting-stats div:nth-child(2),
  .ma-m2-product-summary div:nth-child(2) {
    border-right: 0;
  }

  .ma-m2-setting-layout,
  .ma-m2-product-catalog,
  .ma-m2-product-list-grid,
  .ma-m2-pricing-options {
    grid-template-columns: 1fr;
  }

  .ma-m2-platform-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ma-m2-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .ma-m2-platform-matrix article:nth-child(4n) {
    border-right: 1px solid #dbe0ed;
  }

  .ma-m2-platform-matrix article:nth-child(2n) {
    border-right: 0;
  }

  .ma-m2-platform-matrix article:nth-child(n+5) {
    border-bottom: 1px solid #dbe0ed;
  }

  .ma-m2-platform-matrix article:nth-child(n+7) {
    border-bottom: 0;
  }

  .ma-m2-setting-layout aside {
    position: static;
  }

  .ma-m2-cache-summary a {
    justify-self: start;
  }

  .ma-m2-data-table {
    overflow-x: auto;
  }

  .ma-m2-cache-table > div {
    min-width: 760px;
  }

  .ma-m2-setting-table > div {
    min-width: 760px;
  }
}

@media (max-width: 767px) {
  .ma-m2-wrap {
    padding: 64px 18px;
  }

  .ma-m2-product-membership-cta {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .ma-m2-product-membership-points {
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ma-m2-product-membership-side,
  .ma-m2-product-membership-price {
    grid-row: auto;
    grid-column: auto;
    justify-items: stretch;
    text-align: left;
  }

  .ma-m2-product-membership-btn {
    width: 100%;
  }

  .ma-m2-heading-row,
  .ma-m2-actions {
    display: grid;
  }

  .ma-m2-hero-v2 .ma-m2-wrap {
    padding: 72px 18px;
  }

  .ma-m2-hero-v2 h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .ma-m2-lifetime-btn,
  .ma-m2-include-btn {
    width: 100%;
    padding: 16px 20px;
    font-size: 15px;
  }

  .ma-m2-home-hero-wrap {
    padding: 68px 18px 72px;
  }

  .ma-m2-home-hero-build {
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
  }

  .ma-m2-home-hero-build i {
    display: none;
  }

  .ma-m2-home-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .ma-m2-home-hero-copy p {
    font-size: 17px;
  }

  .ma-m2-home-hero-actions,
  .ma-m2-home-hero-primary,
  .ma-m2-home-hero-secondary {
    width: 100%;
  }

  .ma-m2-home-hero-card {
    padding: 22px 18px 18px;
  }

  .ma-m2-home-sparkline {
    margin: 0 -18px;
  }

  .ma-m2-home-hero-stats {
    grid-template-columns: 1fr;
  }

  .ma-m2-home-hero-stats div,
  .ma-m2-home-hero-stats div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--ma-m2-home-border);
  }

  .ma-m2-home-hero-stats div:last-child {
    border-bottom: 0;
  }

  .ma-m2-hero-stats div {
    padding: 28px 24px;
  }

  .ma-m2-product-grid,
  .ma-m2-platform-grid,
  .ma-m2-table > div {
    grid-template-columns: 1fr;
  }

  .ma-m2-table-head {
    display: none !important;
  }

  .ma-m2-rule-label {
    grid-template-columns: auto 1fr;
  }

  .ma-m2-rule-label::after {
    display: none;
  }

  .ma-m2-cache-intro h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .ma-m2-cache-access {
    justify-content: flex-start;
    margin: 8px 0 28px;
  }

  .ma-m2-setting-access {
    justify-content: flex-start;
    margin: 28px 0 36px;
  }

  .ma-m2-setting-head h2 {
    font-size: clamp(42px, 11vw, 60px);
  }

  .ma-m2-cache-summary {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .ma-m2-setting-stats,
  .ma-m2-product-summary {
    grid-template-columns: 1fr;
  }

  .ma-m2-setting-stats div,
  .ma-m2-product-summary div {
    border-right: 0;
    border-bottom: 1px solid #dbe0ed;
  }

  .ma-m2-setting-stats div:last-child,
  .ma-m2-product-summary div:last-child {
    border-bottom: 0;
  }

  .ma-m2-product-catalog article {
    min-height: 0;
  }

  .ma-m2-product-box {
    min-height: 0;
  }

  .ma-m2-platform-head {
    margin-bottom: 40px;
  }

  .ma-m2-testimonials-head h2 {
    margin-bottom: 42px;
    font-size: clamp(42px, 11vw, 60px);
  }

  .ma-m2-platform-matrix {
    grid-template-columns: 1fr;
  }

  .ma-m2-platform-matrix article,
  .ma-m2-platform-matrix article:nth-child(2n),
  .ma-m2-platform-matrix article:nth-child(4n),
  .ma-m2-platform-matrix article:nth-child(n+5),
  .ma-m2-platform-matrix article:nth-child(n+7) {
    border-right: 0;
    border-bottom: 1px solid #dbe0ed;
  }

  .ma-m2-platform-matrix article:last-child {
    border-bottom: 0;
  }

  .ma-m2-product-box header,
  .ma-m2-product-box div {
    grid-template-columns: 1fr 62px 20px;
    padding: 0 16px;
  }

  .ma-m2-product-total {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px;
  }

  .ma-m2-product-total em {
    transform: rotate(90deg);
  }

  .ma-m2-pricing-grid .ma-m2-plan {
    min-height: 0;
  }

  .ma-m2-pricing-note {
    display: grid;
  }

  .ma-m2-cache-foot {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* === MeetAlgo Home 2 shortcode styles start === */
/* cyrillic-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-15.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-16.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-17.woff2") format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-18.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-19.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-20.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-21.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-15.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-16.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-17.woff2") format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-18.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-19.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-20.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-21.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-15.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-16.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-17.woff2") format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-18.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-19.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-20.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-21.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-15.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-16.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-17.woff2") format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-18.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-19.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-20.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-21.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-15.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-16.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-17.woff2") format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-18.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-19.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-20.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-21.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-22.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-23.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-24.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-25.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-26.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-27.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-22.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-23.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-24.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-25.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-26.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-27.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-22.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-23.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-24.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-25.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-26.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-27.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-22.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-23.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-24.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-25.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-26.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../meetalgo-design/assets/vendor/home-2/asset-27.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



    @font-face {
      font-family: 'VAGRundschriftD';
      src: url("../meetalgo-design/assets/vendor/home-2/asset-28.woff2") format('woff2');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: 'VAGRundschriftD';
      src: url("../meetalgo-design/assets/vendor/home-2/asset-29.woff2") format('woff2');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }
    :root {
      --bg: #F4F5FA;
      --panel: #FFFFFF;
      --panel-2: #ECEEF6;
      --border: #E2E5EF;
      --border-strong: #C9CDDC;
      --fg: #444445;
      --muted: #8A8B95;
      --accent: #546dff;
      --accent-ink: #FFFFFF;
      --gold: #C99A3B;
      --down: #D24545;
      --font-display: 'Inter Tight', system-ui, sans-serif;
      --font-title: 'VAGRundschriftD', 'Inter Tight', system-ui, sans-serif;
      --font-mono: 'JetBrains Mono', ui-monospace, monospace;
      --nav-bg-scrolled: rgba(7,9,15,0.78);
      --nav-fg: #F2F4FA;
      --nav-fg-muted: rgba(242,244,250,0.55);
      --nav-border-scrolled: rgba(255,255,255,0.1);
    }
    * { box-sizing: border-box; }
    html, body {
      margin: 0; padding: 0;
      background: var(--bg);
      color: var(--fg);
      font-family: var(--font-display);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    ::selection { background: color-mix(in srgb, var(--accent) 35%, transparent); color: var(--fg); }
    @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
    @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-33.333%); } }
    a { color: inherit; }
    button { font-family: inherit; }
    html { scroll-behavior: smooth; }

    @media (max-width: 1080px) {
      .h2-product-grid    { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
      .h2-platforms-grid  { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
      .h2-robot-grid      { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    }
    @media (max-width: 980px) {
      .h2-hero-grid       { grid-template-columns: minmax(0, 1fr) !important; gap: 40px !important; }
      .h2-cat-grid        { grid-template-columns: minmax(0, 1fr) !important; gap: 40px !important; }
      .h2-cat-grid > div  { order: 0 !important; }
      .h2-news-grid       { grid-template-columns: minmax(0, 1fr) !important; }
      .h2-mgmt-grid       { grid-template-columns: minmax(0, 1fr) !important; }
      .h2-boxes-grid      { grid-template-columns: minmax(0, 1fr) !important; }
      .h2-testim-grid     { grid-template-columns: minmax(0, 1fr) !important; }
      .h2-builder-grid    { grid-template-columns: minmax(0, 1fr) !important; gap: 40px !important; }
      .h2-tp-grid         { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    }
    @media (max-width: 720px) {
      .h2-product-grid    { grid-template-columns: minmax(0, 1fr) !important; }
      .h2-platforms-grid  { grid-template-columns: minmax(0, 1fr) !important; }
      .h2-robot-grid      { grid-template-columns: minmax(0, 1fr) !important; }
      .h2-tp-grid         { grid-template-columns: minmax(0, 1fr) !important; }
    }

.ma-home2-section .rm-card,
.ma-home2-section .rm-arrow-line,
.ma-home2-section .rm-arrow-head,
.ma-home2-section .rm-mobile-arrow,
.ma-home2-section .rm-result,
.ma-home2-section .rm-sub {
  opacity: 1;
  transform: translateY(0);
}

.ma-home2-section .rm-result {
  animation: rm-glow-pulse 2.8s ease-in-out infinite;
}

.ma-home2-section h1,
.ma-home2-section h2 {
  line-height: 1.02 !important;
}

.ma-home2-section h1 {
  line-height: 0.98 !important;
}

.ma-home2-section > nav,
.ma-home2-section > section,
.ma-home2-section > footer {
    width: 100%;
}

/* Home: Global Trade Plan EA spotlight */
.ma-home-global-ea {
  --gea-bg: #0f1117;
  --gea-panel: #161a24;
  --gea-panel-hi: #1b2030;
  --gea-navy: #121a2e;
  --gea-border: rgba(255, 255, 255, 0.09);
  --gea-border-hi: rgba(255, 255, 255, 0.16);
  --gea-fg: #f2f4fa;
  --gea-muted: rgba(242, 244, 250, 0.62);
  --gea-faint: rgba(242, 244, 250, 0.4);
  --gea-green: #2fb67e;
  --gea-green-soft: rgba(47, 182, 126, 0.12);
  --gea-green-line: rgba(47, 182, 126, 0.4);
  --gea-blue: #4d86f0;
  --gea-blue-soft: rgba(77, 134, 240, 0.12);
  --gea-blue-line: rgba(77, 134, 240, 0.42);
  --gea-purple: #8b6fe8;
  --gea-purple-soft: rgba(139, 111, 232, 0.14);
  --gea-purple-line: rgba(139, 111, 232, 0.42);
  --gea-gold: #d9ae52;
  --gea-gold-soft: rgba(217, 174, 82, 0.12);
  --gea-gold-line: rgba(217, 174, 82, 0.45);
  --gea-accent: #6e83ff;
  background: transparent !important;
  color: var(--gea-fg);
}

.ma-home-global-ea__section {
  background: transparent !important;
  color: var(--gea-fg);
  padding: 88px 40px;
  position: relative;
  overflow: hidden;
}

.ma-home-global-ea__glow {
  display: none;
}

.ma-home-global-ea__glow--purple {
  top: -10%;
  right: -5%;
  background: radial-gradient(circle, var(--gea-purple-soft) 0%, transparent 65%);
}

.ma-home-global-ea__glow--blue {
  bottom: -15%;
  left: -5%;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, var(--gea-blue-soft) 0%, transparent 65%);
}

.ma-home-global-ea__wrap {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.ma-home-global-ea__ribbon {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--gea-gold-soft);
  border: 1px solid var(--gea-gold-line);
  margin-bottom: 26px;
}

.ma-home-global-ea__ribbon span,
.ma-home-global-ea__ribbon strong,
.ma-home-global-ea__kicker,
.ma-home-global-ea__proof,
.ma-home-global-ea__stats em,
.ma-home-global-ea__gold-label,
.ma-home-global-ea__price span,
.ma-home-global-ea__price strong,
.ma-home-global-ea__price p,
.ma-home-global-ea__price em {
  font-family: var(--font-mono);
}

.ma-home-global-ea__ribbon span {
  font-size: 12px;
  font-weight: 700;
  color: var(--gea-gold);
}

.ma-home-global-ea__ribbon strong {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gea-fg);
}

.ma-home-global-ea__grid {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 40px;
  align-items: start;
}

.ma-home-global-ea__media,
.ma-home-global-ea__content {
  display: flex;
  flex-direction: column;
}

.ma-home-global-ea__media {
  gap: 20px;
}

.ma-home-global-ea__content {
  gap: 18px;
}

.ma-home-global-ea__proofs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ma-home-global-ea__proof {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 0;
  min-width: 170px;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.ma-home-global-ea svg {
  fill: none;
}

.ma-home-global-ea__proof svg,
.ma-home-global-ea__gold-label svg,
.ma-home-global-ea__result-link svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.ma-home-global-ea__proof svg path,
.ma-home-global-ea__gold-label svg path,
.ma-home-global-ea__result-link svg path,
.ma-home-global-ea__pass-check svg path,
.ma-home-global-ea__cta svg path {
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ma-home-global-ea__proof--green {
  color: var(--gea-green);
  background: var(--gea-green-soft);
  border: 1px solid var(--gea-green-line);
}

.ma-home-global-ea__proof--blue {
  color: var(--gea-blue);
  background: var(--gea-blue-soft);
  border: 1px solid var(--gea-blue-line);
}

.ma-home-global-ea__proof--purple {
  color: var(--gea-purple);
  background: var(--gea-purple-soft);
  border: 1px solid var(--gea-purple-line);
}

.ma-home-global-ea__video {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #07090f;
  border: 1px solid var(--gea-border);
  color: #fff;
  text-decoration: none;
}

.ma-home-global-ea__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 220ms ease;
}

.ma-home-global-ea__video:hover img {
  transform: scale(1.025);
}

.ma-home-global-ea__video-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 9, 15, 0.05) 30%, rgba(7, 9, 15, 0.55) 100%);
}

.ma-home-global-ea__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 54px;
  border-radius: 15px;
  background: #ff3b30;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 16px 44px -10px rgba(0, 0, 0, 0.6), 0 0 0 7px rgba(255, 255, 255, 0.1);
}

.ma-home-global-ea__play svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.ma-home-global-ea__youtube {
  position: absolute;
  top: 13px;
  right: 13px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  border-radius: 6px;
  background: rgba(7, 9, 15, 0.78);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ma-home-global-ea__youtube svg {
  width: 11px;
  height: 11px;
  fill: #ff0000;
}

.ma-home-global-ea__note,
.ma-home-global-ea__footer {
  margin: 0;
  font-size: 12px;
  color: var(--gea-faint);
  line-height: 1.5;
}

.ma-home-global-ea__pass-check {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--gea-green);
  display: grid;
  place-items: center;
  color: #07090f;
  box-shadow: 0 0 0 5px var(--gea-green-soft);
}

.ma-home-global-ea__pass-check svg {
  width: 15px;
  height: 15px;
}

.ma-home-global-ea__kicker {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gea-green);
}

.ma-home-global-ea__content h2 {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.06 !important;
  letter-spacing: -0.025em;
  margin: 0;
  color: var(--gea-fg);
  text-wrap: balance;
}

.ma-home-global-ea__content h2 span {
  background: linear-gradient(90deg, var(--gea-blue) 0%, var(--gea-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.ma-home-global-ea__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--gea-muted);
}

.ma-home-global-ea__block {
  background: var(--gea-panel);
  border: 1px solid var(--gea-border);
  border-radius: 12px;
  padding: 16px 18px;
}

.ma-home-global-ea__block--gold {
  background: var(--gea-navy);
  border-color: var(--gea-gold-line);
}

.ma-home-global-ea__pass-result {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ma-home-global-ea__pass-result-copy {
  flex: 1;
  min-width: 0;
}

.ma-home-global-ea__result-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--gea-green);
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
}

.ma-home-global-ea__result-link > span:first-child,
.ma-home-global-ea__gold-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ma-home-global-ea__stats {
  display: flex;
  gap: 8px;
  margin-top: 13px;
}

.ma-home-global-ea__stats span {
  flex: 1 1 0;
  min-width: 0;
  background: var(--gea-panel-hi);
  border: 1px solid var(--gea-border);
  border-radius: 9px;
  padding: 11px 12px;
  text-align: center;
}

.ma-home-global-ea__stats strong {
  display: block;
  font-family: var(--font-mono);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--gea-green);
}

.ma-home-global-ea__stats span:last-child strong {
  color: var(--gea-fg);
}

.ma-home-global-ea__stats em {
  display: block;
  font-size: 10.5px;
  font-style: normal;
  color: var(--gea-faint);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 3px;
}

.ma-home-global-ea__trust {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid var(--gea-border);
}

.ma-home-global-ea__trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--gea-muted);
}

.ma-home-global-ea__trust span::before {
  content: "";
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background-color: var(--gea-green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 7.5 L5.5 10.5 L11.5 4' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 7.5 L5.5 10.5 L11.5 4' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ma-home-global-ea__gold-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gea-gold);
}

.ma-home-global-ea__block--gold > strong,
.ma-home-global-ea__pass-result-copy > strong {
  display: block;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 18px;
  color: var(--gea-fg);
  margin-top: 9px;
  letter-spacing: -0.01em;
}

.ma-home-global-ea__block--gold > p,
.ma-home-global-ea__pass-result-copy > p {
  margin: 5px 0 0;
  font-size: 12.5px;
  color: var(--gea-muted);
}

.ma-home-global-ea__block--gold > p a,
.ma-home-global-ea__pass-result-copy > p a {
  color: var(--gea-gold);
  font-weight: 600;
  text-decoration: none;
}

.ma-home-global-ea__block--gold > p a:hover,
.ma-home-global-ea__pass-result-copy > p a:hover {
  text-decoration: underline;
}

.ma-home-global-ea__price > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.ma-home-global-ea__price span {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff8a3d;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 138, 61, 0.12);
  border: 1px solid rgba(255, 138, 61, 0.4);
}

.ma-home-global-ea__price strong {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--gea-green);
}

.ma-home-global-ea__price p {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
}

.ma-home-global-ea__price b {
  font-size: 42px;
  font-weight: 700;
  color: var(--gea-fg);
  letter-spacing: -0.02em;
  line-height: 1;
}

.ma-home-global-ea__price del {
  font-size: 20px;
  color: var(--gea-faint);
}

.ma-home-global-ea__price em {
  display: block;
  font-style: normal;
  font-size: 12.5px;
  color: var(--gea-muted);
  margin-top: 8px;
}

.ma-home-global-ea__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  border-radius: 12px;
  background: linear-gradient(90deg, var(--gea-purple) 0%, var(--gea-blue) 100%);
  color: #fff;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.01em;
  box-shadow: 0 18px 44px -16px var(--gea-purple);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.ma-home-global-ea__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px -16px var(--gea-purple);
  color: #fff;
}

.ma-home-global-ea__cta svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 980px) {
  .ma-home-global-ea__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
}

@media (max-width: 720px) {
  .ma-home-global-ea__section {
    padding: 72px 20px;
  }

  .ma-home-global-ea__ribbon {
    align-items: flex-start;
  }

  .ma-home-global-ea__ribbon strong {
    white-space: normal;
    line-height: 1.4;
  }

  .ma-home-global-ea__proof,
  .ma-home-global-ea__stats span {
    flex-basis: 100%;
  }

  .ma-home-global-ea__stats,
  .ma-home-global-ea__price > div,
  .ma-home-global-ea__pass-result {
    align-items: stretch;
  }

  .ma-home-global-ea__stats,
  .ma-home-global-ea__pass-result {
    flex-direction: column;
  }

  .ma-home-global-ea__pass-check {
    align-self: flex-start;
  }
}

/* === MeetAlgo Home 2 shortcode styles end === */

/* === MeetAlgo Affiliate shortcode styles start === */
.ma-affi {
  --affi-bg: #f4f5fa;
  --affi-bg-2: #eceef6;
  --affi-panel: #ffffff;
  --affi-border: #e2e5ef;
  --affi-border-strong: #c9cddc;
  --affi-fg: #444445;
  --affi-ink: #1b1c20;
  --affi-muted: #8a8b95;
  --affi-faint: #b6bac8;
  --affi-accent: #546dff;
  --affi-accent-soft: rgba(84, 109, 255, 0.08);
  --affi-accent-soft-2: rgba(84, 109, 255, 0.14);
  --affi-green: #22c55e;
  --affi-green-ink: #0e7a3f;
  --affi-green-soft: rgba(34, 197, 94, 0.1);
  color: var(--affi-fg);
  font-family: var(--font-body, inherit);
}

.ma-affi *,
.ma-affi *::before,
.ma-affi *::after {
  box-sizing: border-box;
}

.ma-affi a {
  text-decoration: none;
}

.ma-affi__wrap {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.ma-affi__wrap--narrow {
  max-width: 1100px;
}

.ma-affi__wrap--faq {
  max-width: 980px;
}

.ma-affi__wrap--final {
  max-width: 720px;
  text-align: center;
}

.ma-affi-section {
  padding: 96px 0;
}

.ma-affi-section--soft,
.ma-affi-hero {
  background: var(--affi-bg);
}

.ma-affi-section--panel,
.ma-affi-stats,
.ma-affi-final,
.ma-affi-cta {
  background: var(--affi-panel);
}

.ma-affi-section--panel,
.ma-affi-stats,
.ma-affi-final {
  border-top: 1px solid var(--affi-border);
  border-bottom: 1px solid var(--affi-border);
}

.ma-affi-heading {
  max-width: 720px;
  margin: 0 0 48px;
}

.ma-affi-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ma-affi-heading h2,
.ma-affi-hero h1,
.ma-affi-cta h2,
.ma-affi-final h2 {
  color: var(--affi-ink);
  font-family: var(--font-title, var(--font-display, inherit));
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.ma-affi-heading h2 {
  font-size: clamp(30px, 3.6vw, 46px);
  margin: 14px 0 0;
}

.ma-affi-section-tag,
.ma-affi-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--affi-muted);
}

.ma-affi-section-tag b,
.ma-affi-tag {
  color: var(--affi-accent);
}

.ma-affi-tag span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
}

.ma-affi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 16px 26px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.ma-affi-btn:hover {
  transform: translateY(-2px);
}

.ma-affi-btn--primary {
  background: var(--affi-accent);
  color: #fff;
  box-shadow: 0 14px 36px -14px rgba(84, 109, 255, 0.6);
}

.ma-affi-btn--primary:hover {
  color: #fff;
  box-shadow: 0 18px 42px -15px rgba(84, 109, 255, 0.72);
}

.ma-affi-btn--outline {
  border: 1px solid var(--affi-border-strong);
  color: var(--affi-ink);
  background: transparent;
}

.ma-affi-btn--outline:hover {
  color: var(--affi-ink);
  border-color: var(--affi-accent);
}

.ma-affi-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 96px;
}

.ma-affi-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 64px;
  align-items: center;
}

.ma-affi-hero h1 {
  font-size: clamp(36px, 5.2vw, 62px);
  margin: 22px 0 20px;
}

.ma-affi-hero mark,
.ma-affi-quote mark {
  padding: 0;
  color: var(--affi-accent);
  background: transparent;
}

.ma-affi-hero__copy > p {
  max-width: 560px;
  margin: 0 0 26px;
  color: var(--affi-fg);
  font-size: 18px;
  line-height: 1.55;
}

.ma-affi-hero__trust,
.ma-affi-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ma-affi-hero__trust {
  gap: 8px 16px;
  margin-bottom: 32px;
  color: var(--affi-muted);
  font-family: var(--font-mono, monospace);
  font-size: 12.5px;
}

.ma-affi-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ma-affi-hero__trust i {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--affi-green-soft);
  position: relative;
}

.ma-affi-hero__trust i::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 6px;
  height: 4px;
  border-left: 2px solid var(--affi-green);
  border-bottom: 2px solid var(--affi-green);
  transform: rotate(-45deg);
}

.ma-affi-actions {
  gap: 12px;
}

.ma-affi-dashboard,
.ma-affi-card,
.ma-affi-calculator,
.ma-affi-tier,
.ma-affi-quote,
.ma-affi-payout {
  background: var(--affi-panel);
  border: 1px solid var(--affi-border);
  border-radius: 16px;
  box-shadow: 0 24px 60px -32px rgba(15, 18, 40, 0.22);
}

.ma-affi-dashboard {
  max-width: 480px;
  padding: 22px;
  margin-left: auto;
}

.ma-affi-dashboard__top,
.ma-affi-dashboard__earning > div,
.ma-affi-dashboard__metrics,
.ma-affi-payout__head,
.ma-affi-payout__rows div,
.ma-affi-quote footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ma-affi-dashboard__top {
  margin-bottom: 18px;
}

.ma-affi-dashboard span,
.ma-affi-dashboard small,
.ma-affi-payout span,
.ma-affi-payout small {
  font-family: var(--font-mono, monospace);
}

.ma-affi-dashboard__top span,
.ma-affi-dashboard__earning span,
.ma-affi-payout__head span {
  display: block;
  color: var(--affi-muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-affi-dashboard__top strong {
  display: block;
  margin-top: 3px;
  color: var(--affi-ink);
  font-size: 14px;
}

.ma-affi-dashboard__top em,
.ma-affi-payout__head em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--affi-green-soft);
  color: var(--affi-green-ink);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.ma-affi-dashboard__top i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--affi-green);
}

.ma-affi-dashboard__earning {
  padding: 18px;
  margin-bottom: 14px;
  border: 1px solid var(--affi-accent-soft-2);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(84, 109, 255, 0.08), rgba(84, 109, 255, 0.02));
}

.ma-affi-dashboard__earning strong {
  display: block;
  margin-top: 6px;
  color: var(--affi-accent);
  font-family: var(--font-title, inherit);
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.ma-affi-dashboard__earning small {
  color: var(--affi-green-ink);
  font-weight: 700;
}

.ma-affi-dashboard svg {
  width: 100%;
  height: auto;
  margin-top: 12px;
}

.ma-affi-dashboard__area {
  fill: rgba(84, 109, 255, 0.1);
}

.ma-affi-dashboard__line {
  fill: none;
  stroke: var(--affi-accent);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ma-affi-dashboard__metrics span {
  flex: 1;
  padding: 14px 10px;
  border: 1px solid var(--affi-border);
  border-radius: 10px;
  background: var(--affi-bg);
  text-align: center;
}

.ma-affi-dashboard__metrics strong {
  display: block;
  color: var(--affi-ink);
  font-family: var(--font-title, inherit);
  font-size: 23px;
  font-weight: 400;
}

.ma-affi-dashboard__metrics small {
  display: block;
  margin-top: 4px;
  color: var(--affi-muted);
  font-size: 10px;
}

.ma-affi-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 40px 0;
}

.ma-affi-stats__grid div {
  padding: 6px 28px;
  border-left: 1px solid var(--affi-border);
}

.ma-affi-stats__grid div:first-child {
  border-left: 0;
}

.ma-affi-stats__grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--affi-accent);
  font-family: var(--font-title, inherit);
  font-size: clamp(32px, 3.6vw, 44px);
  font-weight: 400;
  line-height: 1;
}

.ma-affi-stats__grid span {
  color: var(--affi-muted);
  font-family: var(--font-mono, monospace);
  font-size: 12px;
}

.ma-affi-card-grid {
  display: grid;
  gap: 16px;
}

.ma-affi-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ma-affi-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ma-affi-card {
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.ma-affi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -22px rgba(15, 18, 40, 0.22);
}

.ma-affi-card--soft {
  background: var(--affi-bg);
}

.ma-affi-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--affi-accent-soft);
  color: var(--affi-accent);
  font-family: var(--font-mono, monospace);
  font-size: 13px;
  font-weight: 800;
}

.ma-affi-icon--square {
  border-radius: 12px;
  background: var(--affi-panel);
  border: 1px solid var(--affi-border);
}

.ma-affi-card h3,
.ma-affi-growth h3 {
  margin: 0;
  color: var(--affi-ink);
  font-family: var(--font-display, inherit);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.28;
}

.ma-affi-card p,
.ma-affi-growth p,
.ma-affi-tier p,
.ma-affi-quote p {
  margin: 0;
  color: var(--affi-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ma-affi-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  position: relative;
}

.ma-affi-steps::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 17%;
  right: 17%;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--affi-border-strong) 0 6px, transparent 6px 14px);
}

.ma-affi-steps article {
  position: relative;
}

.ma-affi-steps article > span {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 4px solid var(--affi-panel);
  border-radius: 999px;
  background: var(--affi-accent);
  color: #fff;
  font-family: var(--font-title, inherit);
  font-size: 26px;
  box-shadow: 0 14px 30px -12px rgba(84, 109, 255, 0.5);
}

.ma-affi-steps small {
  display: block;
  margin-bottom: 8px;
  color: var(--affi-accent);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-affi-steps h3 {
  margin: 0 0 10px;
  color: var(--affi-ink);
  font-family: var(--font-title, inherit);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
}

.ma-affi-steps p {
  max-width: 360px;
  margin: 0;
  color: var(--affi-muted);
  font-size: 14.5px;
  line-height: 1.6;
}

.ma-affi-note,
.ma-affi-tier-note {
  margin: 48px 0 0;
  color: var(--affi-muted);
  font-family: var(--font-mono, monospace);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.ma-affi-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  padding: 40px 44px;
  border-radius: 18px;
}

.ma-affi-calculator__controls {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ma-affi-calculator label > span,
.ma-affi-calculator legend,
.ma-affi-calculator__result > span {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: var(--affi-muted);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-affi-calculator label b {
  color: var(--affi-ink);
  font-family: var(--font-title, inherit);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
}

.ma-affi-calculator input[type="range"] {
  width: 100%;
  accent-color: var(--affi-accent);
}

.ma-affi-calculator label em {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  color: var(--affi-muted);
  font-family: var(--font-mono, monospace);
  font-size: 10.5px;
  font-style: normal;
}

.ma-affi-calculator fieldset {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
}

.ma-affi-calculator legend {
  grid-column: 1 / -1;
  width: 100%;
}

.ma-affi-calculator button {
  min-height: 46px;
  padding: 10px 8px;
  border: 1px solid var(--affi-border);
  border-radius: 8px;
  background: var(--affi-panel);
  color: var(--affi-fg);
  cursor: pointer;
  font-family: var(--font-title, inherit);
  font-size: 18px;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.ma-affi-calculator button.is-active,
.ma-affi-calculator button:hover {
  border-color: var(--affi-accent);
  background: var(--affi-accent);
  color: #fff;
}

.ma-affi-calculator__controls p {
  margin: 0;
  color: var(--affi-muted);
  font-family: var(--font-mono, monospace);
  font-size: 11.5px;
  line-height: 1.5;
}

.ma-affi-calculator__result {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 32px 28px;
  border: 1px solid var(--affi-accent-soft-2);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(84, 109, 255, 0.1), rgba(84, 109, 255, 0.02));
}

.ma-affi-calculator__result strong {
  color: var(--affi-accent);
  font-family: var(--font-title, inherit);
  font-size: clamp(48px, 6vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.ma-affi-calculator__result em {
  margin-top: -14px;
  color: var(--affi-muted);
  font-family: var(--font-mono, monospace);
  font-size: 13px;
  font-style: normal;
}

.ma-affi-calculator__result hr {
  width: 100%;
  height: 1px;
  margin: 0;
  border: 0;
  background: var(--affi-accent-soft-2);
}

.ma-affi-calculator__result b {
  color: var(--affi-ink);
  font-family: var(--font-title, inherit);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.ma-affi-tiers-section {
  scroll-margin-top: 24px;
}

.ma-affi-tiers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ma-affi-tier {
  display: flex;
  flex-direction: column;
  padding: 30px 28px;
  box-shadow: none;
}

.ma-affi-tier--highlight {
  border-color: var(--affi-accent);
  box-shadow: 0 26px 60px -30px rgba(84, 109, 255, 0.7);
}

.ma-affi-tier--dark {
  background: var(--affi-fg);
  border-color: var(--affi-fg);
  color: #fff;
}

.ma-affi-tier__top span {
  display: block;
  color: var(--affi-muted);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-affi-tier__top strong {
  display: block;
  margin: 14px 0 6px;
  color: var(--affi-accent);
  font-family: var(--font-title, inherit);
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}

.ma-affi-tier--dark .ma-affi-tier__top span,
.ma-affi-tier--dark .ma-affi-tier__top p,
.ma-affi-tier--dark li {
  color: rgba(255, 255, 255, 0.72);
}

.ma-affi-tier--dark .ma-affi-tier__top strong,
.ma-affi-tier--dark h3 {
  color: #fff;
}

.ma-affi-tier ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.ma-affi-tier li {
  position: relative;
  padding-left: 24px;
  color: var(--affi-fg);
  font-size: 14px;
}

.ma-affi-tier li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 8px;
  border-left: 2px solid var(--affi-green);
  border-bottom: 2px solid var(--affi-green);
  transform: rotate(-45deg);
}

.ma-affi-btn--tier {
  margin-top: auto;
  border: 1px solid var(--affi-border-strong);
  color: var(--affi-ink);
  background: var(--affi-panel);
}

.ma-affi-tier--highlight .ma-affi-btn--tier,
.ma-affi-tier--dark .ma-affi-btn--tier {
  border-color: var(--affi-accent);
  background: var(--affi-accent);
  color: #fff;
}

.ma-affi-tier-note {
  max-width: 720px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 12px;
}

.ma-affi-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
}

.ma-affi-quote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 36px;
  box-shadow: none;
}

.ma-affi-quote__mark {
  color: rgba(84, 109, 255, 0.18);
  font-family: Georgia, serif;
  font-size: 82px;
  line-height: 0.6;
}

.ma-affi-quote blockquote {
  margin: 0;
  color: var(--affi-ink);
  font-family: var(--font-title, inherit);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.3;
}

.ma-affi-quote footer {
  padding-top: 20px;
  border-top: 1px solid var(--affi-border);
  flex-wrap: wrap;
}

.ma-affi-person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ma-affi-person > span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--affi-accent-soft-2);
  border-radius: 999px;
  background: var(--affi-accent-soft);
  color: var(--affi-accent);
  font-family: var(--font-title, inherit);
  font-size: 22px;
}

.ma-affi-person strong,
.ma-affi-person a {
  display: block;
}

.ma-affi-person strong {
  color: var(--affi-ink);
  font-size: 15px;
}

.ma-affi-person a {
  margin-top: 3px;
  color: var(--affi-accent);
  font-family: var(--font-mono, monospace);
  font-size: 12px;
}

.ma-affi-stars {
  color: var(--affi-accent);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.ma-affi-stars b {
  margin-left: 8px;
  color: var(--affi-muted);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.ma-affi-payout {
  padding: 24px;
}

.ma-affi-payout__head {
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--affi-border);
}

.ma-affi-payout__head strong {
  display: block;
  color: var(--affi-ink);
  font-family: var(--font-title, inherit);
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.ma-affi-payout__rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ma-affi-payout__rows div {
  display: grid;
  grid-template-columns: 1fr auto auto;
  padding: 12px 14px;
  border: 1px solid var(--affi-border);
  border-radius: 10px;
  background: var(--affi-bg);
}

.ma-affi-payout__rows span {
  color: var(--affi-fg);
  font-size: 13px;
}

.ma-affi-payout__rows small {
  color: var(--affi-muted);
  font-size: 11px;
}

.ma-affi-payout__rows b {
  color: var(--affi-green);
  font-family: var(--font-mono, monospace);
  font-size: 13.5px;
}

.ma-affi-growth {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ma-affi-growth article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: flex-start;
  padding: 28px;
  border: 1px solid var(--affi-border);
  border-radius: 14px;
  background: var(--affi-bg);
}

.ma-affi-growth article > span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--affi-accent);
  color: #fff;
  font-family: var(--font-mono, monospace);
  font-weight: 800;
  box-shadow: 0 10px 24px -10px rgba(84, 109, 255, 0.5);
}

.ma-affi-growth h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.ma-affi-cta {
  padding: 0 0 96px;
}

.ma-affi-cta__box {
  position: relative;
  overflow: hidden;
  padding: 64px 56px;
  border-radius: 20px;
  background: var(--affi-fg);
  text-align: center;
}

.ma-affi-cta__box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(84, 109, 255, 0.28), transparent 46%, rgba(34, 197, 94, 0.12));
}

.ma-affi-cta__box > * {
  position: relative;
}

.ma-affi-cta span {
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-affi-cta h2 {
  max-width: 820px;
  margin: 0 auto 18px;
  color: #fff;
  font-size: clamp(34px, 4.4vw, 58px);
}

.ma-affi-cta p {
  max-width: 620px;
  margin: 0 auto 36px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.55;
}

.ma-affi-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ma-affi-faq details {
  border: 1px solid var(--affi-border);
  border-radius: 12px;
  background: var(--affi-panel);
  overflow: hidden;
}

.ma-affi-faq summary {
  position: relative;
  padding: 22px 56px 22px 24px;
  color: var(--affi-ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
}

.ma-affi-faq summary::-webkit-details-marker {
  display: none;
}

.ma-affi-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  color: var(--affi-accent);
  font-size: 26px;
  font-weight: 400;
  transform: translateY(-50%);
}

.ma-affi-faq details[open] summary::after {
  content: "-";
}

.ma-affi-faq p {
  margin: -8px 24px 22px;
  color: var(--affi-muted);
  font-size: 14.5px;
  line-height: 1.65;
}

.ma-affi-final {
  padding: 88px 0 96px;
}

.ma-affi-final h2 {
  margin: 20px 0 24px;
  font-size: clamp(32px, 4vw, 52px);
}

.ma-affi-final p {
  margin: 0 0 32px;
  color: var(--affi-muted);
  font-size: 17px;
  line-height: 1.5;
}

.ma-affi-mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-top: 1px solid #e2e5ef;
  background: #fff;
  box-shadow: 0 -8px 24px -12px rgba(15, 18, 40, 0.18);
}

.ma-affi-mobile-bar span,
.ma-affi-mobile-bar strong {
  display: block;
}

.ma-affi-mobile-bar span {
  color: #8a8b95;
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ma-affi-mobile-bar strong {
  color: #1b1c20;
  font-size: 15px;
}

.ma-affi-mobile-bar a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 10px;
  background: #546dff;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .ma-affi-hero__grid,
  .ma-affi-calculator,
  .ma-affi-spotlight {
    grid-template-columns: 1fr;
  }

  .ma-affi-dashboard {
    margin: 0;
  }

  .ma-affi-card-grid--three,
  .ma-affi-tiers,
  .ma-affi-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ma-affi-card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ma-affi-steps::before {
    display: none;
  }
}

@media (max-width: 720px) {
  .ma-affi__wrap {
    width: min(100% - 36px, 1280px);
  }

  .ma-affi-section,
  .ma-affi-hero,
  .ma-affi-final {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .ma-affi-cta {
    padding-bottom: 72px;
  }

  .ma-affi-hero__grid {
    gap: 36px;
  }

  .ma-affi-actions,
  .ma-affi-actions .ma-affi-btn {
    width: 100%;
  }

  .ma-affi-dashboard,
  .ma-affi-calculator,
  .ma-affi-quote,
  .ma-affi-payout,
  .ma-affi-cta__box {
    padding: 22px;
  }

  .ma-affi-stats__grid,
  .ma-affi-card-grid--three,
  .ma-affi-card-grid--four,
  .ma-affi-tiers,
  .ma-affi-steps,
  .ma-affi-growth {
    grid-template-columns: 1fr;
  }

  .ma-affi-stats__grid {
    padding: 24px 0;
  }

  .ma-affi-stats__grid div {
    border-left: 0;
    border-top: 1px solid var(--affi-border);
    padding: 22px 0;
  }

  .ma-affi-stats__grid div:first-child {
    border-top: 0;
  }

  .ma-affi-calculator fieldset {
    grid-template-columns: repeat(2, 1fr);
  }

  .ma-affi-payout__head,
  .ma-affi-payout__rows div,
  .ma-affi-quote footer {
    align-items: flex-start;
  }

  .ma-affi-payout__head,
  .ma-affi-payout__rows div {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .ma-affi-growth article {
    grid-template-columns: 1fr;
  }

  .ma-affi-mobile-bar {
    display: flex;
  }
}

/* === MeetAlgo Affiliate shortcode styles end === */

/* === MeetAlgo Forex Broker shortcode styles start === */
.ma-forex {
  --forex-bg: #f4f5fa;
  --forex-bg-2: #eceef6;
  --forex-panel: #ffffff;
  --forex-panel-hi: #f8f9fc;
  --forex-border: #e2e5ef;
  --forex-border-hi: #c9cddc;
  --forex-fg: #444445;
  --forex-ink: #1f2230;
  --forex-muted: #8a8b95;
  --forex-faint: #a8aab5;
  --forex-accent: #546dff;
  --forex-accent-soft: rgba(84, 109, 255, 0.1);
  --forex-accent-line: rgba(84, 109, 255, 0.3);
  --forex-gold: #c99a3b;
  --forex-gold-soft: rgba(201, 154, 59, 0.14);
  --forex-gold-line: rgba(201, 154, 59, 0.45);
  --forex-green: #1f8a5b;
  --forex-green-soft: rgba(31, 138, 91, 0.1);
  --forex-green-line: rgba(31, 138, 91, 0.4);
  color: var(--forex-fg);
  font-family: var(--font-body, inherit);
}

.ma-forex *,
.ma-forex *::before,
.ma-forex *::after {
  box-sizing: border-box;
}

.ma-forex a {
  text-decoration: none;
}

.ma-forex__wrap {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.ma-forex__wrap--hero {
  max-width: 1100px;
  text-align: center;
}

.ma-forex-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 48px;
  background: var(--forex-bg);
}

.ma-forex-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(226, 229, 239, 0.75) 1px, transparent 1px), linear-gradient(90deg, rgba(226, 229, 239, 0.75) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.45;
}

.ma-forex-hero > * {
  position: relative;
}

.ma-forex-hero h1,
.ma-forex-heading h2,
.ma-forex-broker h2,
.ma-forex-tiles h3,
.ma-forex-strip h2 {
  color: var(--forex-ink);
  font-family: var(--font-title, var(--font-display, inherit));
  font-weight: 400;
  letter-spacing: 0;
}

.ma-forex-hero h1 {
  margin: 0 0 22px;
  color: var(--forex-fg);
  font-size: clamp(40px, 5.6vw, 78px);
  line-height: 1;
}

.ma-forex-hero p {
  max-width: 720px;
  margin: 0 auto 28px;
  color: var(--forex-muted);
  font-size: 18px;
  line-height: 1.55;
}

.ma-forex-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 6px 14px 6px 10px;
  border: 1px solid var(--forex-border);
  border-radius: 999px;
  background: var(--forex-panel);
  color: var(--forex-muted);
  font-family: var(--font-mono, monospace);
  font-size: 12px;
}

.ma-forex-pill > span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--forex-accent);
  box-shadow: 0 0 0 3px var(--forex-accent-soft), 0 0 14px rgba(84, 109, 255, 0.6);
}

.ma-forex-pill strong {
  color: var(--forex-fg);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-forex-pill em {
  color: var(--forex-faint);
  font-style: normal;
}

.ma-forex-disclosure {
  max-width: 760px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid var(--forex-gold-line);
  border-radius: 8px;
  background: var(--forex-gold-soft);
  color: var(--forex-gold);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
}

.ma-forex-disclosure b {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid var(--forex-gold-line);
  border-radius: 999px;
  font-family: var(--font-mono, monospace);
}

.ma-forex-disclosure strong {
  color: #8c6a1f;
}

.ma-forex-brokers {
  padding: 56px 0 96px;
  background: var(--forex-bg);
}

.ma-forex-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 32px;
}

.ma-forex-filter button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid var(--forex-border);
  border-radius: 999px;
  background: var(--forex-panel);
  color: var(--forex-fg);
  cursor: pointer;
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease;
}

.ma-forex-filter button span {
  min-width: 22px;
  padding: 2px 6px;
  border-radius: 999px;
  background: var(--forex-panel-hi);
  color: var(--forex-muted);
}

.ma-forex-filter button.is-active,
.ma-forex-filter button:hover {
  border-color: var(--forex-accent);
  background: var(--forex-accent);
  color: #fff;
}

.ma-forex-filter button.is-active span,
.ma-forex-filter button:hover span {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.ma-forex-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ma-forex-broker {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--forex-border);
  border-radius: 16px;
  background: var(--forex-panel);
  box-shadow: 0 24px 60px -36px rgba(15, 18, 40, 0.2);
}

.ma-forex-broker[hidden],
.ma-forex-empty {
  display: none;
}

.ma-forex-empty.is-visible {
  display: block;
  padding: 60px 24px;
  border: 1px dashed var(--forex-border-hi);
  border-radius: 12px;
  background: var(--forex-panel);
  color: var(--forex-muted);
  font-family: var(--font-mono, monospace);
  text-align: center;
}

.ma-forex-broker__top,
.ma-forex-broker__actions,
.ma-forex-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.ma-forex-broker__top {
  justify-content: space-between;
}

.ma-forex-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 132px;
  padding: 10px 16px;
  border: 1px solid color-mix(in srgb, var(--broker-accent) 44%, var(--forex-border));
  border-radius: 10px;
  background: color-mix(in srgb, var(--broker-accent) 12%, #fff);
  color: var(--forex-ink);
  font-family: var(--font-mono, monospace);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ma-forex-live {
  padding: 5px 9px;
  border-radius: 6px;
  background: var(--forex-green-soft);
  color: var(--forex-green);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-forex-broker h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
}

.ma-forex-broker > p {
  min-height: 44px;
  margin: -8px 0 0;
  color: var(--forex-muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.ma-forex-badges span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 9px;
  border: 1px solid var(--forex-border);
  border-radius: 4px;
  background: var(--forex-panel-hi);
  color: var(--forex-fg);
  font-family: var(--font-mono, monospace);
  font-size: 10.5px;
  white-space: nowrap;
}

.ma-forex-badges i {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--broker-accent);
}

.ma-forex-broker dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.ma-forex-broker dl div {
  padding: 12px;
  border: 1px solid var(--forex-border);
  border-radius: 10px;
  background: var(--forex-panel-hi);
}

.ma-forex-broker dt {
  margin-bottom: 5px;
  color: var(--forex-faint);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-forex-broker dd {
  margin: 0;
  color: var(--forex-fg);
  font-size: 13px;
  font-weight: 600;
}

.ma-forex-eas {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 14px;
  border: 1px solid var(--forex-accent-line);
  border-radius: 12px;
  background: var(--forex-accent-soft);
}

.ma-forex-eas strong {
  color: var(--forex-ink);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-forex-eas a {
  color: var(--forex-accent);
  font-size: 13.5px;
  font-weight: 700;
}

.ma-forex-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.ma-forex-btn:hover {
  transform: translateY(-2px);
}

.ma-forex-btn--primary {
  background: var(--forex-accent);
  color: #fff;
  box-shadow: 0 14px 36px -16px var(--forex-accent);
}

.ma-forex-btn--primary:hover {
  color: #fff;
}

.ma-forex-btn--light {
  border: 1px solid var(--forex-border-hi);
  background: var(--forex-panel);
  color: var(--forex-fg);
}

.ma-forex-btn--light:hover {
  border-color: var(--forex-accent);
  color: var(--forex-fg);
}

.ma-forex-guide,
.ma-forex-strip {
  padding: 88px 0;
  border-top: 1px solid var(--forex-border);
  border-bottom: 1px solid var(--forex-border);
  background: var(--forex-bg-2);
}

.ma-forex-heading {
  max-width: 720px;
  margin-bottom: 36px;
}

.ma-forex-heading--split {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.ma-forex-heading h2 {
  margin: 14px 0 8px;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.05;
}

.ma-forex-heading p {
  max-width: 640px;
  margin: 0;
  color: var(--forex-muted);
  font-size: 15px;
  line-height: 1.55;
}

.ma-forex-heading--split > p {
  max-width: 360px;
}

.ma-forex-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--forex-faint);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-forex-eyebrow b {
  color: var(--forex-accent);
}

.ma-forex-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ma-forex-tiles article {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px 26px;
  border: 1px solid var(--forex-border);
  border-radius: 14px;
  background: var(--forex-panel);
}

.ma-forex-tiles article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--forex-accent);
  opacity: 0.18;
}

.ma-forex-tile-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--forex-accent-line);
  border-radius: 10px;
  background: var(--forex-accent-soft);
}

.ma-forex-tile-icon::before {
  color: var(--forex-accent);
  font-family: var(--font-mono, monospace);
  font-size: 19px;
  font-weight: 800;
}

.ma-forex-tile-icon--bolt::before {
  content: "!";
}

.ma-forex-tile-icon--loop::before {
  content: "<>";
}

.ma-forex-tile-icon--trend::before {
  content: "^";
}

.ma-forex-tiles small {
  color: var(--forex-faint);
  font-family: var(--font-mono, monospace);
  font-size: 10.5px;
  letter-spacing: 0.1em;
}

.ma-forex-tiles h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
}

.ma-forex-tiles p {
  margin: 0;
  color: var(--forex-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ma-forex-compat {
  padding: 88px 0;
  background: var(--forex-bg);
}

.ma-forex-scroll-hint {
  display: none;
  margin-bottom: 8px;
  color: var(--forex-faint);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ma-forex-table-wrap {
  overflow: hidden;
  border: 1px solid var(--forex-border);
  border-radius: 14px;
  background: var(--forex-panel);
}

.ma-forex-table-wrap > table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.ma-forex-table-wrap th,
.ma-forex-table-wrap td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--forex-border);
}

.ma-forex-table-wrap th {
  background: var(--forex-panel-hi);
  color: var(--forex-faint);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.ma-forex-table-wrap th:first-child,
.ma-forex-table-wrap td:first-child {
  text-align: left;
}

.ma-forex-table-wrap td {
  color: var(--forex-fg);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.ma-forex-table-wrap tr:last-child td {
  border-bottom: 0;
}

.ma-forex-compat-cell {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-family: var(--font-mono, monospace);
  font-style: normal;
  font-weight: 800;
}

.ma-forex-compat-cell--ok {
  border: 1px solid var(--forex-green-line);
  background: var(--forex-green-soft);
  color: var(--forex-green);
}

.ma-forex-compat-cell--warn {
  border: 1px solid var(--forex-gold-line);
  background: var(--forex-gold-soft);
  color: var(--forex-gold);
}

.ma-forex-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 18px;
  color: var(--forex-muted);
  font-family: var(--font-mono, monospace);
  font-size: 12px;
}

.ma-forex-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ma-forex-strip {
  padding: 36px 0;
}

.ma-forex-strip__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.ma-forex-strip span {
  display: block;
  margin-bottom: 8px;
  color: var(--forex-accent);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-forex-strip h2 {
  margin: 0;
  color: var(--forex-fg);
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.15;
}

.ma-forex-strip p {
  margin: 10px 0 0;
  color: var(--forex-muted);
  font-family: var(--font-mono, monospace);
  font-size: 13.5px;
}

.ma-forex-strip__btn {
  min-height: 56px;
  padding: 16px 22px;
  white-space: nowrap;
}

.ma-forex-strip__btn b {
  padding: 3px 8px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.22);
  font-family: var(--font-mono, monospace);
  font-size: 13px;
}

@media (max-width: 1024px) {
  .ma-forex-grid,
  .ma-forex-tiles {
    grid-template-columns: 1fr;
  }

  .ma-forex-heading--split,
  .ma-forex-strip__grid {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .ma-forex__wrap {
    width: min(100% - 36px, 1280px);
  }

  .ma-forex-hero {
    padding: 72px 0 42px;
  }

  .ma-forex-hero h1 {
    font-size: 40px;
  }

  .ma-forex-pill,
  .ma-forex-disclosure {
    align-items: flex-start;
  }

  .ma-forex-brokers,
  .ma-forex-guide,
  .ma-forex-compat {
    padding: 72px 0;
  }

  .ma-forex-broker,
  .ma-forex-tiles article {
    padding: 22px;
  }

  .ma-forex-broker dl {
    grid-template-columns: 1fr;
  }

  .ma-forex-broker__actions,
  .ma-forex-broker__actions .ma-forex-btn,
  .ma-forex-strip__btn {
    width: 100%;
  }

  .ma-forex-scroll-hint {
    display: block;
  }

  .ma-forex-table-wrap {
    overflow-x: auto;
  }
}

/* === MeetAlgo Forex Broker shortcode styles end === */

/* === MeetAlgo Product Catalog shortcode styles start === */
.ma-shop-archive,
html:has(body.post-type-archive-product),
html:has(body.woocommerce-shop),
body.woocommerce-shop,
body.post-type-archive-product,
body.woocommerce-shop .website-wrapper,
body.post-type-archive-product .website-wrapper,
body.woocommerce-shop .main-page-wrapper,
body.post-type-archive-product .main-page-wrapper,
body.woocommerce-shop .site-content,
body.post-type-archive-product .site-content,
body.woocommerce-shop .content-layout-wrapper,
body.post-type-archive-product .content-layout-wrapper,
body.woocommerce-shop .wd-content-area,
body.post-type-archive-product .wd-content-area {
  background: #f4f5fa !important;
}

.ma-shop-archive {
  min-height: 100vh;
  margin-top: -39px;
}

.ma-product {
  --product-bg: #f4f5fa;
  --product-bg-2: #eceef6;
  --product-panel: #ffffff;
  --product-border: #e2e5ef;
  --product-border-strong: #c9cddc;
  --product-fg: #444445;
  --product-ink: #1b1c20;
  --product-muted: #8a8b95;
  --product-faint: #b6bac8;
  --product-accent: #546dff;
  --product-accent-soft: rgba(84, 109, 255, 0.08);
  --product-accent-soft-2: rgba(84, 109, 255, 0.14);
  --product-green: #1fae6f;
  color: var(--product-fg);
  font-family: var(--font-body, inherit);
}

.ma-product *,
.ma-product *::before,
.ma-product *::after {
  box-sizing: border-box;
}

.ma-product a {
  text-decoration: none;
}

.ma-product__wrap {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.ma-product__wrap--hero {
  text-align: center;
}

.ma-product__wrap--faq {
  max-width: 980px;
}

.ma-product-hero,
.ma-product-catalog,
.ma-product-math,
.ma-product-faq,
.ma-product-full {
  background: var(--product-bg);
}

.ma-product-hero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 64px 0 48px;
}

.ma-product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--product-accent-soft), transparent 55%);
  pointer-events: none;
}

.ma-product-hero > * {
  position: relative;
}

.ma-product-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--product-muted);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-product-tag b {
  color: var(--product-accent);
}

.ma-product-hero h1,
.ma-product-heading h2,
.ma-product-category h2,
.ma-product-card h3,
.ma-product-math-card h3,
.ma-product-full h2 {
  color: var(--product-ink);
  font-family: var(--font-title, var(--font-display, inherit));
  font-weight: 400;
  letter-spacing: 0;
}

.ma-product-hero h1 {
  margin: 20px 0 18px;
  font-size: clamp(40px, 5.6vw, 76px);
  line-height: 1;
}

.ma-product-hero p {
  max-width: 720px;
  margin: 0 auto 28px;
  color: var(--product-fg);
  font-size: 18px;
  line-height: 1.55;
}

.ma-product-stats {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 12px 22px;
  border: 1px solid var(--product-border);
  border-radius: 999px;
  background: var(--product-panel);
  color: var(--product-muted);
  font-family: var(--font-mono, monospace);
  font-size: 12.5px;
}

.ma-product-stats strong {
  color: var(--product-ink);
  font-weight: 700;
}

.ma-product-stats i {
  color: var(--product-faint);
  font-style: normal;
}

.ma-product-filter {
  position: sticky;
  top: 0;
  z-index: 60;
  border-top: 1px solid var(--product-border);
  border-bottom: 1px solid var(--product-border);
  background: rgba(244, 245, 250, 0.92);
  backdrop-filter: blur(14px);
}

.ma-product-filter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.ma-product-filter nav,
.ma-product-selects {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ma-product-filter nav {
  flex: 1;
  min-width: 0;
}

.ma-product-filter nav a,
.ma-product-filter nav button {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--product-border);
  border-radius: 999px;
  background: var(--product-panel);
  color: var(--product-fg);
  cursor: pointer;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.ma-product-filter nav a:hover,
.ma-product-filter nav button:hover,
.ma-product-filter nav button.is-active {
  border-color: var(--product-accent);
  color: var(--product-accent);
}

.ma-product-selects label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 10px 8px 12px;
  border: 1px solid var(--product-border);
  border-radius: 8px;
  background: var(--product-panel);
  color: var(--product-muted);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ma-product-selects select {
  border: 0;
  background: transparent;
  color: var(--product-ink);
  cursor: pointer;
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  outline: 0;
}

.ma-product-category {
  padding: 56px 0 16px;
  scroll-margin-top: 120px;
}

.ma-product-category[hidden] {
  display: none;
}

.ma-product-category header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--product-border);
}

.ma-product-category header > div {
  max-width: 720px;
}

.ma-product-category h2 {
  margin: 14px 0 8px;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.1;
}

.ma-product-category p {
  max-width: 640px;
  margin: 0;
  color: var(--product-muted);
  font-size: 14.5px;
  line-height: 1.5;
}

.ma-product-category header > strong {
  color: var(--product-muted);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ma-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ma-product-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--product-border);
  border-radius: 12px;
  background: var(--product-panel);
  box-shadow: 0 1px 0 rgba(15, 18, 40, 0.02);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.ma-product-card:hover {
  transform: translateY(-2px);
  border-color: var(--product-border-strong);
  box-shadow: 0 18px 40px -22px rgba(15, 18, 40, 0.28);
}

.ma-product-card[hidden],
.ma-product-empty {
  display: none;
}

.ma-product-empty.is-visible {
  display: block;
  padding: 28px;
  border: 1px dashed var(--product-border-strong);
  border-radius: 12px;
  color: var(--product-muted);
  font-family: var(--font-mono, monospace);
  text-align: center;
}

.ma-product-card__visual {
  position: relative;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--product-border);
  border-radius: 10px;
  background: repeating-linear-gradient(45deg, var(--product-bg-2) 0 12px, var(--product-bg) 12px 24px);
}

.ma-product-card__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--product-accent-soft), transparent 58%);
}

.ma-product-card__visual > span {
  position: relative;
  width: 88px;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--product-border);
  border-radius: 18px;
  background: var(--product-panel);
  color: var(--product-ink);
  font-family: var(--font-title, inherit);
  font-size: 32px;
  line-height: 1;
  box-shadow: 0 12px 28px -16px rgba(15, 18, 40, 0.18);
}

.ma-product-card__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.ma-product-card__visual img + small {
  z-index: 2;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

.ma-product-card__visual small {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: var(--product-muted);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
}

.ma-product-card__body {
  flex: 1;
}

.ma-product-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-display, inherit);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.ma-product-card p {
  margin: 0;
  color: var(--product-muted);
  font-size: 13.5px;
  line-height: 1.5;
}

.ma-product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ma-product-card__meta div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.ma-product-card__meta span {
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--product-accent);
  color: #fff;
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 700;
}

.ma-product-card__meta strong {
  color: var(--product-ink);
  font-family: var(--font-mono, monospace);
  font-size: 13px;
  white-space: nowrap;
}

.ma-product-card > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--product-border);
  border-radius: 8px;
  color: var(--product-accent);
  font-size: 14px;
  font-weight: 700;
}

.ma-product-card > a:hover {
  border-color: var(--product-accent);
}

.ma-product-shop-membership {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 28px 32px;
  border-radius: 14px;
  background: var(--product-accent);
  color: #fff;
  box-shadow: 0 24px 70px -42px rgba(84, 109, 255, 0.85);
}

.ma-product-shop-membership > div:first-child {
  min-width: 0;
}

.ma-product-shop-membership span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ma-product-shop-membership h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-title, inherit);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}

.ma-product-shop-membership > div:last-child {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0 20px;
  flex: 0 0 auto;
}

.ma-product-shop-membership strong {
  grid-row: span 2;
  color: #fff;
  font-family: var(--font-title, inherit);
  font-size: 34px;
  line-height: 1;
}

.ma-product-shop-membership small {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-product-shop-membership a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 8px;
  padding: 0 24px;
  border-radius: 8px;
  background: #fff;
  color: var(--product-accent);
  font-weight: 700;
  white-space: nowrap;
}

.ma-product-category header > strong a {
  margin-left: 12px;
  color: var(--product-accent);
}

.ma-product-card__membership {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(31, 174, 111, 0.12);
  color: var(--product-green);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  font-weight: 700;
}

.ma-product-card__membership::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.ma-product-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ma-product-card__actions--single {
  grid-template-columns: 1fr;
}

.ma-product-card__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--product-border);
  border-radius: 8px;
  color: var(--product-ink);
  font-size: 14px;
  font-weight: 700;
}

.ma-product-card__actions a:first-child {
  border-color: var(--product-accent);
  background: var(--product-accent);
  color: #fff;
}

.ma-product-card__actions a:hover {
  border-color: var(--product-accent);
}

.ma-product-heading {
  max-width: 720px;
  margin-bottom: 32px;
}

.ma-product-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ma-product-heading h2 {
  margin: 14px 0 0;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.05;
}

.ma-product-math,
.ma-product-faq {
  padding: 80px 0;
}

.ma-product-math__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ma-product-math-card {
  position: relative;
  padding: 32px;
  border: 1px solid var(--product-border);
  border-radius: 16px;
  background: var(--product-panel);
}

.ma-product-math-card--best {
  border: 2px solid var(--product-accent);
  box-shadow: 0 24px 60px -28px rgba(84, 109, 255, 0.45);
}

.ma-product-math-card > span,
.ma-product-full span {
  display: block;
  margin-bottom: 12px;
  color: var(--product-muted);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-product-math-card--best > span {
  color: var(--product-accent);
}

.ma-product-math-card em {
  position: absolute;
  top: -13px;
  left: 28px;
  padding: 6px 12px;
  border-radius: 6px;
  background: var(--product-accent);
  color: #fff;
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-product-math-card h3 {
  margin: 0 0 24px;
  font-size: 26px;
  line-height: 1.15;
}

.ma-product-math-card dl,
.ma-product-math-card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
}

.ma-product-math-card dl div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.ma-product-math-card dt,
.ma-product-math-card li {
  color: var(--product-fg);
  font-size: 14px;
  line-height: 1.5;
}

.ma-product-math-card dd {
  margin: 0;
  color: var(--product-muted);
  font-family: var(--font-mono, monospace);
  font-size: 14px;
}

.ma-product-math-card ul {
  list-style: none;
}

.ma-product-math-card li {
  position: relative;
  padding-left: 24px;
}

.ma-product-math-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 13px;
  height: 8px;
  border-left: 2px solid var(--product-accent);
  border-bottom: 2px solid var(--product-accent);
  transform: rotate(-45deg);
}

.ma-product-math-card footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--product-border);
}

.ma-product-math-card small {
  color: var(--product-muted);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-product-math-card footer strong {
  color: var(--product-fg);
  font-family: var(--font-title, inherit);
  font-size: 36px;
  font-weight: 400;
}

.ma-product-math-card--best footer strong {
  color: var(--product-accent);
  font-size: 40px;
}

.ma-product-math-card > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 18px;
  border-radius: 8px;
  background: var(--product-accent);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.ma-product-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ma-product-faq details {
  overflow: hidden;
  border: 1px solid var(--product-border);
  border-radius: 12px;
  background: var(--product-panel);
}

.ma-product-faq summary {
  position: relative;
  padding: 18px 62px 18px 22px;
  color: var(--product-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
}

.ma-product-faq summary::-webkit-details-marker {
  display: none;
}

.ma-product-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--product-bg-2);
  color: var(--product-fg);
  font-family: var(--font-mono, monospace);
  transform: translateY(-50%);
}

.ma-product-faq details[open] {
  border-color: var(--product-accent);
}

.ma-product-faq details[open] summary::after {
  background: var(--product-accent);
  color: #fff;
  transform: translateY(-50%) rotate(45deg);
}

.ma-product-faq p {
  max-width: 800px;
  margin: -4px 22px 20px;
  color: var(--product-fg);
  font-size: 14px;
  line-height: 1.6;
}

.ma-product-full {
  padding: 36px 0 80px;
}

.ma-product-full__banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  border-radius: 16px;
  background: var(--product-accent);
  color: #fff;
  box-shadow: 0 24px 60px -28px rgba(84, 109, 255, 0.55);
}

.ma-product-full__banner span {
  color: rgba(255, 255, 255, 0.85);
}

.ma-product-full__banner h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.15;
}

.ma-product-full__banner > div:last-child {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ma-product-full__banner strong {
  display: block;
  color: #fff;
  font-family: var(--font-title, inherit);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.ma-product-full__banner small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ma-product-full__banner a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 8px;
  background: #fff;
  color: var(--product-accent);
  font-weight: 700;
}

.ma-product-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  color: var(--product-muted);
  font-family: var(--font-mono, monospace);
  font-size: 12px;
}

.ma-product-trust span {
  position: relative;
  padding-left: 20px;
}

.ma-product-trust span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 8px;
  border-left: 2px solid var(--product-accent);
  border-bottom: 2px solid var(--product-accent);
  transform: rotate(-45deg);
}

.ma-product-full__cta {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 56px;
  border-radius: 18px;
  background: #444445;
}

.ma-product-full__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(84, 109, 255, 0.32), transparent 60%);
}

.ma-product-full__cta > * {
  position: relative;
}

.ma-product-full__cta span {
  color: rgba(255, 255, 255, 0.7);
}

.ma-product-full__cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
}

.ma-product-full__cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 16px 26px;
  border-radius: 10px;
  background: var(--product-accent);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 18px 40px -16px rgba(84, 109, 255, 0.7);
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .ma-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ma-product-filter__inner,
  .ma-product-category header,
  .ma-product-full__banner,
  .ma-product-full__cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .ma-product-grid,
  .ma-product-math__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ma-product__wrap {
    width: min(100% - 36px, 1280px);
  }

  .ma-product-hero,
  .ma-product-math,
  .ma-product-faq {
    padding: 64px 0;
  }

  .ma-product-stats {
    justify-content: center;
    border-radius: 18px;
  }

  .ma-product-filter {
    position: static;
  }

  .ma-product-selects,
  .ma-product-selects label,
  .ma-product-full__banner a,
  .ma-product-full__cta a {
    width: 100%;
  }

  .ma-product-grid,
  .ma-product-math__grid {
    grid-template-columns: 1fr;
  }

  .ma-product-card__visual {
    aspect-ratio: 16 / 10;
  }

  .ma-product-math-card,
  .ma-product-full__banner,
  .ma-product-full__cta {
    padding: 24px;
  }
}

/* === MeetAlgo Product Catalog shortcode styles end === */
