:root {
  --mm-font-sans: Aptos, "Helvetica Neue", Arial, "Segoe UI", sans-serif;
  --mm-font-display: Aptos, "Helvetica Neue", Arial, "Segoe UI", sans-serif;
  --mm-ink: #08131F;
  --mm-ink-2: #132A3A;
  --mm-muted: #64727D;
  --mm-surface: #F5F7F2;
  --mm-surface-2: #EEF4EA;
  --mm-card: #FFFFFF;
  --mm-line: #DCE6DD;
  --mm-green: #0BBF7A;
  --mm-green-2: #7AF0B7;
  --mm-lime: #DDFBEA;
  --mm-blue: #EAF1FF;
  --mm-violet: #755CFF;
  --mm-amber: #D89224;
  --mm-red: #C94A44;
  --mm-shadow-soft: 0 18px 38px rgba(8, 19, 31, .08);
  --mm-shadow-app: 0 28px 80px rgba(8, 19, 31, .14);
  --mm-radius-xs: 12px;
  --mm-radius: 22px;
  --mm-radius-lg: 34px;
  --mm-page: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--mm-font-sans);
  color: var(--mm-ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(122,240,183,.22), transparent 30rem),
    radial-gradient(circle at 92% 10%, rgba(117,92,255,.11), transparent 28rem),
    var(--mm-surface);
  line-height: 1.52;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
:focus-visible { outline: 3px solid rgba(11, 191, 122, .5); outline-offset: 4px; }

.ffmig-skip-link {
  position: absolute; left: -999px; top: 1rem; z-index: 1000;
  padding: .78rem 1rem; background: var(--mm-ink); color: white; border-radius: 14px;
}
.ffmig-skip-link:focus { left: 1rem; }
.ffmig-container { width: min(100% - 28px, var(--mm-page)); margin: 0 auto; }

/* App-native floating header, deliberately not Torinel/MTG editorial */
.ffmig-header { position: sticky; top: 0; z-index: 30; background: transparent; padding: 12px 0 0; }
.ffmig-header__inner {
  min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  background: rgba(255,255,255,.82); border: 1px solid rgba(220,230,221,.85);
  box-shadow: 0 10px 32px rgba(8,19,31,.07); backdrop-filter: blur(18px);
  border-radius: 28px; padding: 8px 10px 8px 10px;
}
.ffmig-brand { display: inline-flex; align-items: center; gap: .72rem; text-decoration: none; min-width: 0; padding-left: 6px; }
.ffmig-brand__mark { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 14px; box-shadow: 0 10px 22px rgba(8,19,31,.15); }
.ffmig-brand__text { display: grid; line-height: 1.04; }
.ffmig-brand__text strong {
  font-family: var(--mm-font-display);
  color: var(--mm-ink); font-size: 1rem; letter-spacing: -.01em; font-weight: 760;
}
.ffmig-brand__text small { color: var(--mm-muted); font-size: .73rem; font-weight: 600; }
.ffmig-nav { display: flex; align-items: center; gap: .25rem; background: #F2F5F0; padding: 5px; border-radius: 22px; }
.ffmig-nav__link, .ffmig-nav__cta {
  min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  padding: .62rem .9rem; border-radius: 18px; text-decoration: none; font-size: .91rem; color: var(--mm-ink-2); font-weight: 700;
}
.ffmig-nav__link.is-active, .ffmig-nav__link:hover { background: var(--mm-card); box-shadow: 0 6px 16px rgba(8,19,31,.07); }
.ffmig-nav__cta { background: var(--mm-ink); color: white; padding-inline: 1rem; }
.ffmig-nav__cta::before { content: ''; width: 8px; height: 8px; border-radius: 999px; background: var(--mm-green-2); }
.ffmig-nav-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 18px; background: var(--mm-ink); padding: 12px; }
.ffmig-nav-toggle span { display: block; height: 2px; background: white; margin: 5px 0; border-radius: 999px; }

.ffmig-main { min-height: 65vh; }
.ffmig-eyebrow {
  margin: 0 0 .85rem; color: var(--mm-green); font-weight: 760; letter-spacing: .075em; text-transform: uppercase;
  font-size: .78rem; display: inline-flex; align-items: center; gap: .5rem;
}
.ffmig-eyebrow::before { content: ''; width: 8px; height: 8px; flex: 0 0 8px; border-radius: 999px; background: var(--mm-green); box-shadow: none; }
h1, h2, h3 {
  font-family: var(--mm-font-display);
  color: var(--mm-ink); line-height: 1.05; letter-spacing: -.025em; font-weight: 760;
}
h1 { font-size: clamp(2.75rem, 5.05vw, 5.05rem); margin: 0 0 1.15rem; max-width: 820px; }
h2 { font-size: clamp(2rem, 3.35vw, 3.35rem); margin: 0 0 1rem; }
h3 { font-size: clamp(1.12rem, 1.35vw, 1.32rem); margin: 0 0 .5rem; letter-spacing: -.005em; font-weight: 740; }
p { color: var(--mm-muted); font-size: 1rem; }

.ffmig-btn, button.ffmig-btn {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .9rem 1.12rem; border-radius: 18px; font-weight: 720; text-decoration: none; border: 1px solid transparent; cursor: pointer;
  letter-spacing: -.005em; transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.ffmig-btn:hover { transform: translateY(-1px); }
.ffmig-btn--primary { background: var(--mm-ink); color: white; box-shadow: 0 14px 26px rgba(8,19,31,.18); }
.ffmig-btn--primary::after { content: '→'; color: var(--mm-green-2); font-size: 1.1em; }
.ffmig-btn--secondary { background: rgba(255,255,255,.72); color: var(--mm-ink); border-color: var(--mm-line); }
.ffmig-cta-row { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; margin: 1.55rem 0 .72rem; }
.ffmig-trust-strip {
  display: flex; flex-wrap: wrap; gap: .72rem; align-items: center; margin-top: .32rem;
  color: rgba(19,42,58,.70); font-weight: 650; font-size: .84rem;
}
.ffmig-trust-strip::before {
  content: ''; width: 8px; height: 8px; flex: 0 0 8px; border-radius: 999px;
  background: var(--mm-green); box-shadow: none;
}
.ffmig-trust-strip span {
  display: inline-flex; align-items: center; gap: .34rem; min-height: auto; padding: 0;
  border: 0; border-radius: 0; background: transparent; color: inherit; font: inherit;
}
.ffmig-trust-strip span + span::before { content: ''; width: 1px; height: 14px; background: rgba(19,42,58,.18); margin-right: .36rem; }
.ffmig-trust-strip span:first-child::before { content: none; }
.ffmig-cred-line { margin: .55rem 0 0; color: rgba(19,42,58,.58); font-size: .78rem; font-weight: 620; letter-spacing: -.002em; }

.ffmig-section { padding: clamp(3.2rem, 7vw, 6.5rem) 0; }
.ffmig-section--tint { background: linear-gradient(180deg, rgba(255,255,255,.56), rgba(234,241,255,.55)); }
.ffmig-section__head { max-width: 820px; margin-bottom: 2rem; }
.ffmig-card-grid { display: grid; gap: 1rem; }
.ffmig-card-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ffmig-info-card, .ffmig-hero-card, .ffmig-contact-box {
  background: rgba(255,255,255,.82); border: 1px solid rgba(220,230,221,.95); border-radius: var(--mm-radius); padding: 1.28rem;
  box-shadow: 0 10px 25px rgba(8,19,31,.045);
}
.ffmig-info-card { min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.ffmig-info-card::after { content: ''; position: absolute; right: 18px; top: 18px; width: 34px; height: 34px; border-radius: 12px; background: linear-gradient(135deg, var(--mm-lime), var(--mm-blue)); }
.ffmig-info-card p { margin-bottom: 0; }
.ffmig-card-label { color: var(--mm-green); font-weight: 740; margin-top: 0; }
.ffmig-number-list { margin: 0; padding-left: 0; list-style: none; color: var(--mm-ink); font-weight: 680; }
.ffmig-number-list li { display: flex; gap: .7rem; align-items: center; }
.ffmig-number-list li::before { content: ''; width: 22px; height: 22px; border-radius: 9px; background: var(--mm-ink); box-shadow: inset 0 0 0 7px var(--mm-green-2); }
.ffmig-number-list li + li { margin-top: .9rem; }

.ffmig-footer { padding: 2.4rem 0; border-top: 1px solid var(--mm-line); background: #08131F; color: white; }
.ffmig-footer p { color: rgba(255,255,255,.68); max-width: 560px; margin-bottom: 0; }
.ffmig-footer__inner { display: flex; justify-content: space-between; gap: 2rem; align-items: flex-start; }
.ffmig-footer__links { display: flex; gap: 1rem; flex-wrap: wrap; }
.ffmig-footer__links a { color: white; text-decoration: none; font-weight: 650; }

@media (max-width: 900px) {
  .ffmig-header { padding-top: 8px; }
  .ffmig-nav-toggle { display: block; }
  .ffmig-nav { position: absolute; left: 16px; right: 16px; top: 82px; display: none; flex-direction: column; align-items: stretch; padding: .7rem; background: white; border: 1px solid var(--mm-line); border-radius: 24px; box-shadow: var(--mm-shadow-app); }
  .ffmig-nav.is-open { display: flex; }
  .ffmig-nav__link, .ffmig-nav__cta { justify-content: flex-start; }
  .ffmig-card-grid--four { grid-template-columns: 1fr; }
  .ffmig-footer__inner { flex-direction: column; }
  .ffmig-brand__text small { display: none; }
  h1 { font-size: clamp(2.55rem, 10.4vw, 4.05rem); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* v1.0.36: global footer and GDPR banner */
.ffmig-footer {
  padding: clamp(2rem, 4vw, 3rem) 0;
  border-top: 1px solid rgba(255,255,255,.08);
  background: #071421;
  color: white;
}
.ffmig-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: flex-start;
}
.ffmig-footer__brand-block { max-width: 560px; }
.ffmig-footer__brand {
  display: inline-flex;
  gap: .8rem;
  align-items: center;
  color: white;
  text-decoration: none;
  margin-bottom: 1rem;
}
.ffmig-footer__mark {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
}
.ffmig-footer__brand span { display: grid; line-height: 1.05; }
.ffmig-footer__brand strong { font-size: 1.05rem; letter-spacing: -.01em; }
.ffmig-footer__brand small { color: rgba(255,255,255,.60); font-weight: 650; font-size: .78rem; }
.ffmig-footer p { color: rgba(255,255,255,.66); max-width: 560px; margin: 0; }
.ffmig-footer__right { display: grid; gap: 1rem; justify-items: end; min-width: min(100%, 420px); }
.ffmig-footer__links {
  display: flex;
  justify-content: flex-end;
  gap: .92rem;
  flex-wrap: wrap;
}
.ffmig-footer__links a {
  color: white;
  text-decoration: none;
  font-weight: 720;
  font-size: .92rem;
}
.ffmig-footer__links a:hover { color: var(--mm-green-2); }
.ffmig-footer__note {
  color: rgba(255,255,255,.52) !important;
  font-size: .82rem;
  font-weight: 680;
  text-align: right;
}
.ffmig-cookie {
  position: fixed;
  right: clamp(1rem, 2.5vw, 2rem);
  bottom: clamp(1rem, 2.5vw, 2rem);
  z-index: 90;
  width: min(100% - 2rem, 520px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  background: rgba(255,255,255,.96);
  color: var(--mm-ink);
  border: 1px solid rgba(220,230,221,.96);
  box-shadow: 0 28px 90px rgba(8,19,31,.22);
  border-radius: 28px;
  padding: 1.1rem;
  backdrop-filter: blur(18px);
}
.ffmig-cookie[hidden] { display: none !important; }
.ffmig-cookie__copy strong { display: block; font-size: 1.08rem; letter-spacing: -.015em; }
.ffmig-cookie__copy p { margin: .35rem 0 .25rem; color: rgba(19,42,58,.78); font-size: .88rem; line-height: 1.42; }
.ffmig-cookie__copy a { color: var(--mm-ink); font-weight: 750; text-underline-offset: 3px; }
.ffmig-cookie__actions { display: grid; gap: .55rem; min-width: 170px; }
.ffmig-cookie button {
  min-height: 44px;
  border-radius: 16px;
  padding: .72rem 1rem;
  border: 1px solid var(--mm-ink);
  font-weight: 780;
  cursor: pointer;
}
.ffmig-cookie__accept { background: var(--mm-ink); color: white; }
.ffmig-cookie__reject { background: white; color: var(--mm-ink); }
@media (max-width: 780px) {
  .ffmig-footer__inner { flex-direction: column; }
  .ffmig-footer__right { justify-items: start; min-width: 0; }
  .ffmig-footer__links { justify-content: flex-start; }
  .ffmig-footer__note { text-align: left; }
  .ffmig-cookie { grid-template-columns: 1fr; }
  .ffmig-cookie__actions { grid-template-columns: 1fr; }
}
