@layer reset, base, components, utilities;

@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; }
  img, svg { display: block; max-width: 100%; }
  ul, ol { margin: 0; padding: 0; }
  button, input, summary { font: inherit; }
}

@layer base {
  :root {
    --mf-ink: #eefcff;
    --mf-muted: #9dbbc3;
    --mf-navy-950: #031016;
    --mf-navy-900: #061820;
    --mf-navy-850: #09222b;
    --mf-surface: #0d2a35;
    --mf-line: rgba(152, 237, 230, .18);
    --mf-aqua: #42f5d4;
    --mf-aqua-strong: #00d8bd;
    --mf-coral: #ff6f61;
    --mf-gold: #ffc857;
    --mf-shadow: 0 22px 60px rgba(0, 5, 9, .38);
    --mf-radius: 22px;
  }
  html { background: var(--mf-navy-950); color-scheme: dark; }
  body {
    min-width: 320px;
    color: var(--mf-ink);
    background:
      radial-gradient(circle at 12% 8%, rgba(0, 216, 189, .11), transparent 30rem),
      linear-gradient(180deg, #04141b 0%, #061c25 45%, #031016 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    overflow-x: clip;
  }
  a { color: var(--mf-aqua); text-underline-offset: .22em; text-decoration-thickness: .08em; }
  a:hover { color: #9ffff0; }
  :focus-visible { outline: 3px solid var(--mf-gold); outline-offset: 4px; border-radius: 5px; }
  h1, h2, h3 { margin: 0; color: #fff; font-family: "Arial Black", Impact, ui-sans-serif, system-ui, sans-serif; line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
  h1 { font-size: clamp(2.45rem, 6vw, 5.6rem); }
  h2 { font-size: clamp(2rem, 4vw, 3.7rem); }
  h3 { font-size: clamp(1.12rem, 2vw, 1.45rem); }
  p { margin: 0; }
}

@layer components {
  .mf-shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
  .mf-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
  .mf-kicker { display: inline-flex; align-items: center; gap: .55rem; color: var(--mf-aqua); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
  .mf-kicker::before { content: ""; width: 2rem; height: 2px; background: linear-gradient(90deg, var(--mf-coral), var(--mf-gold)); }

  .mf-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--mf-line); background: rgba(3, 16, 22, .9); backdrop-filter: blur(18px); }
  .mf-header__inner { min-height: 78px; display: flex; align-items: center; gap: 1.5rem; }
  .mf-brand { flex: 0 0 auto; }
  .mf-brand img { width: 205px; height: auto; }
  .mf-nav { margin-left: auto; }
  .mf-nav ul { display: flex; align-items: center; gap: clamp(.7rem, 1.8vw, 1.5rem); list-style: none; }
  .mf-nav a { color: var(--mf-ink); font-size: .9rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
  .mf-nav a:hover { color: var(--mf-aqua); }
  .mf-header__actions { display: flex; align-items: center; gap: .8rem; }
  .mf-language { position: relative; }
  .mf-language summary { display: grid; place-items: center; width: 44px; min-height: 42px; border: 1px solid var(--mf-line); border-radius: 12px; color: #fff; font-size: .78rem; font-weight: 900; cursor: pointer; list-style: none; }
  .mf-language summary::-webkit-details-marker { display: none; }
  .mf-language ul { position: absolute; top: calc(100% + .65rem); right: 0; min-width: 180px; padding: .55rem; border: 1px solid var(--mf-line); border-radius: 15px; background: #08222b; box-shadow: var(--mf-shadow); list-style: none; }
  .mf-language a { display: grid; grid-template-columns: 2.4rem 1fr; gap: .55rem; padding: .65rem .7rem; border-radius: 9px; color: var(--mf-ink); text-decoration: none; font-weight: 800; }
  .mf-language a span { color: var(--mf-muted); font-weight: 600; }
  .mf-language a[aria-current="page"], .mf-language a:hover { background: rgba(66, 245, 212, .1); color: var(--mf-aqua); }

  .mf-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .75rem 1.25rem; border: 0; border-radius: 14px; color: #021511; background: linear-gradient(135deg, var(--mf-aqua), #8dffe8); box-shadow: 0 12px 35px rgba(0, 216, 189, .2); font-weight: 950; text-decoration: none; text-align: center; transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
  .mf-button:hover { color: #021511; filter: brightness(1.06); transform: translateY(-2px); box-shadow: 0 18px 42px rgba(0, 216, 189, .3); }
  .mf-button--compact { min-height: 42px; padding: .55rem 1rem; font-size: .85rem; }
  .mf-button--ghost { color: var(--mf-ink); background: rgba(255, 255, 255, .05); border: 1px solid var(--mf-line); box-shadow: none; }
  .mf-button--ghost:hover { color: #fff; background: rgba(255, 255, 255, .1); }
  .mf-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .85rem; }

  .mf-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 690px; border-bottom: 1px solid var(--mf-line); }
  .mf-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(100deg, rgba(3,16,22,.98) 0%, rgba(3,16,22,.85) 42%, rgba(3,16,22,.08) 78%), radial-gradient(circle at 76% 15%, rgba(66,245,212,.22), transparent 35%); }
  .mf-hero__inner { min-height: 690px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(440px, 1.06fr); align-items: center; }
  .mf-hero__content { position: relative; z-index: 2; display: grid; gap: 1.35rem; padding: 5.2rem 0 4.2rem; }
  .mf-hero__content h1 { max-width: 850px; }
  .mf-hero__offer { width: fit-content; padding: .65rem 1rem; border: 1px solid rgba(255,200,87,.4); border-radius: 999px; color: var(--mf-gold); background: rgba(255,200,87,.1); font-size: clamp(1.05rem, 2vw, 1.45rem); font-weight: 950; }
  .mf-hero__lead { max-width: 650px; color: #cae4e8; font-size: clamp(1.05rem, 2vw, 1.25rem); }
  .mf-hero__terms { max-width: 720px; color: var(--mf-muted); font-size: .78rem; line-height: 1.55; }
  .mf-hero__visual { position: absolute; inset: 0; z-index: 0; }
  .mf-hero__visual picture { display: block; width: 100%; height: 100%; }
  .mf-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

  .mf-benefits { position: relative; z-index: 3; margin-top: -24px; }
  .mf-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--mf-line); border-radius: var(--mf-radius); background: rgba(8, 32, 41, .96); box-shadow: var(--mf-shadow); overflow: hidden; }
  .mf-benefit-grid article { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.45rem; }
  .mf-benefit-grid article + article { border-left: 1px solid var(--mf-line); }
  .mf-benefit-grid article > span { color: var(--mf-coral); font-family: "Arial Black", sans-serif; font-size: 1.65rem; line-height: 1; }
  .mf-benefit-grid h3 { margin-bottom: .4rem; font-size: 1.05rem; }
  .mf-benefit-grid p { color: var(--mf-muted); font-size: .9rem; line-height: 1.5; }

  .mf-section { padding: clamp(4.4rem, 8vw, 7.2rem) 0; }
  .mf-section--surface { background: rgba(255,255,255,.025); border-block: 1px solid rgba(255,255,255,.045); }
  .mf-section--reef { position: relative; background: linear-gradient(135deg, rgba(14,51,61,.88), rgba(5,23,31,.96)); overflow: hidden; }
  .mf-section--reef::before { content: ""; position: absolute; width: 520px; height: 520px; left: -260px; bottom: -360px; border: 60px solid rgba(255,111,97,.06); border-radius: 48% 52% 44% 56%; }
  .mf-section__heading { max-width: 760px; margin-bottom: 2.4rem; display: grid; gap: .9rem; }
  .mf-section__heading > p { color: var(--mf-muted); font-size: 1.05rem; }

  .mf-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
  .mf-category-grid > a { min-height: 270px; display: flex; flex-direction: column; justify-content: flex-end; gap: .65rem; padding: 1.5rem; border: 1px solid var(--mf-line); border-radius: var(--mf-radius); color: var(--mf-ink); background: linear-gradient(155deg, rgba(16,60,70,.78), rgba(7,29,38,.92)); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
  .mf-category-grid > a:hover { transform: translateY(-6px); border-color: var(--mf-aqua); }
  .mf-category-grid p { color: var(--mf-muted); font-size: .91rem; line-height: 1.5; }
  .mf-category-icon { width: 80px; height: 80px; margin-bottom: auto; object-fit: contain; filter: drop-shadow(0 12px 24px rgba(0,0,0,.34)); }




  .mf-game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
  .mf-game-card { border: 1px solid var(--mf-line); border-radius: var(--mf-radius); background: #071b23; overflow: hidden; box-shadow: 0 16px 40px rgba(0,0,0,.18); }
  .mf-game-card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
  .mf-game-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
  .mf-game-card__media::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(2,10,14,.9)); }
  .mf-game-card:hover img { transform: scale(1.045); }
  .mf-game-card__media .mf-button { position: absolute; z-index: 2; left: 1rem; right: 1rem; bottom: 1rem; opacity: 0; transform: translateY(10px); }
  .mf-game-card:hover .mf-button, .mf-game-card:focus-within .mf-button { opacity: 1; transform: translateY(0); }
  .mf-game-card > div:last-child { padding: 1rem 1.15rem 1.25rem; }
  .mf-game-card h3 { font-size: 1.05rem; letter-spacing: -.015em; }
  .mf-game-card p { margin-top: .35rem; color: var(--mf-muted); font-size: .83rem; }

  .mf-offer { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
  .mf-offer > div:first-child { display: grid; gap: 1.1rem; }
  .mf-offer > div:first-child p { max-width: 720px; color: var(--mf-muted); }
  .mf-offer__card { display: grid; gap: 1rem; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid rgba(255,200,87,.28); border-radius: var(--mf-radius); background: radial-gradient(circle at 90% 0, rgba(255,200,87,.16), transparent 45%), #0b2530; box-shadow: var(--mf-shadow); }
  .mf-offer__card > strong { color: var(--mf-gold); font-family: "Arial Black", sans-serif; font-size: clamp(1.7rem, 4vw, 2.7rem); line-height: 1.1; }
  .mf-offer__card p { color: var(--mf-muted); font-size: .88rem; }

  .mf-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
  .mf-info-grid article { min-height: 190px; padding: 1.6rem; border: 1px solid var(--mf-line); border-radius: var(--mf-radius); background: rgba(5,23,31,.7); }
  .mf-info-grid h3 { margin-bottom: .8rem; }
  .mf-info-grid p { color: var(--mf-muted); }
  .mf-more { margin-top: 1.5rem; font-weight: 850; }

  .mf-mobile { display: grid; grid-template-columns: 1fr 340px; align-items: center; gap: clamp(2rem, 9vw, 8rem); }
  .mf-mobile > div:first-child { display: grid; gap: 1.2rem; }
  .mf-mobile > div:first-child p { max-width: 720px; color: var(--mf-muted); font-size: 1.07rem; }
  .mf-phone { justify-self: center; width: 250px; height: 450px; display: grid; place-items: center; padding: 3rem 2rem; border: 8px solid #183d49; border-radius: 45px; background: radial-gradient(circle at 50% 24%, rgba(66,245,212,.2), transparent 38%), linear-gradient(180deg, #092832, #041218); box-shadow: 0 30px 70px rgba(0,0,0,.45), inset 0 0 0 2px rgba(255,255,255,.08); transform: rotate(4deg); }
  .mf-phone img { width: 115px; height: 115px; border-radius: 28px; }
  .mf-phone > span:last-child { display: grid; place-items: center; width: 58px; height: 58px; border: 2px solid var(--mf-coral); border-radius: 50%; color: #fff; font-weight: 950; }
  .mf-phone__speaker { align-self: start; width: 60px; height: 6px; border-radius: 10px; background: #284955; }

  .mf-provider-showcase { display: grid; grid-template-columns: repeat(6, 1fr); gap: .8rem; list-style: none; }
  .mf-provider-showcase li, .mf-logo-grid li { min-width: 0; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.035); }
  .mf-provider-showcase li { min-height: 80px; padding: .8rem; }
  .mf-provider-showcase img { width: auto; max-width: 100%; height: auto; max-height: 32px; }
  .mf-provider-showcase li, .mf-logo-grid--providers li { border-color: rgba(66,245,212,.24); background: linear-gradient(145deg, #fff, #e9f2f4); box-shadow: 0 8px 22px rgba(0,0,0,.24), inset 0 0 0 1px rgba(3,16,22,.04); }
  .mf-provider-showcase img, .mf-logo-grid--providers img { opacity: 1; filter: none; }

  .mf-safety { display: grid; grid-template-columns: auto 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; padding: clamp(1.6rem, 4vw, 3rem); border: 1px solid rgba(255,111,97,.28); border-radius: var(--mf-radius); background: linear-gradient(130deg, rgba(255,111,97,.1), rgba(8,31,40,.9)); }
  .mf-safety > strong { display: grid; place-items: center; width: clamp(90px, 11vw, 140px); aspect-ratio: 1; border: 3px solid var(--mf-coral); border-radius: 50%; font-family: "Arial Black", sans-serif; font-size: clamp(2rem, 5vw, 3.5rem); }
  .mf-safety > div { display: grid; gap: .85rem; }
  .mf-safety p { max-width: 800px; color: var(--mf-muted); }

  .mf-faq { max-width: 920px; display: grid; gap: .8rem; }
  .mf-faq details { padding: 1.15rem 1.25rem; border: 1px solid var(--mf-line); border-radius: 15px; background: rgba(4,19,26,.8); }
  .mf-faq summary { position: relative; padding-right: 2rem; color: #fff; font-weight: 850; cursor: pointer; }
  .mf-faq details p { padding-top: .8rem; color: var(--mf-muted); }
  .mf-final { display: grid; justify-items: center; gap: 1.2rem; padding: clamp(2.5rem, 6vw, 5rem); border: 1px solid rgba(66,245,212,.2); border-radius: 32px; text-align: center; background: radial-gradient(circle at 50% -20%, rgba(66,245,212,.26), transparent 54%), #09232c; }
  .mf-final p { max-width: 750px; color: var(--mf-muted); font-size: 1.08rem; }

  .mf-footer { padding: 4rem 0 1.5rem; border-top: 1px solid var(--mf-line); background: #020b0f; }
  .mf-footer h2 { margin-bottom: 1.2rem; font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; }
  .mf-footer__strip { padding: 1.8rem 0; border-bottom: 1px solid var(--mf-line); }
  .mf-logo-grid { display: grid; gap: .55rem; list-style: none; }
  .mf-logo-grid--payments { grid-template-columns: repeat(10, 1fr); }
  .mf-logo-grid--providers { grid-template-columns: repeat(8, 1fr); }
  .mf-logo-grid--trust { grid-template-columns: repeat(4, minmax(100px, 1fr)); }
  .mf-logo-grid li { min-height: 64px; padding: .65rem; }
  .mf-logo-grid img { max-width: 100%; max-height: 44px; }
  .mf-footer__trust { display: grid; grid-template-columns: minmax(240px, 1fr) 1.3fr; gap: 2rem; align-items: center; padding: 2.2rem 0; border-bottom: 1px solid var(--mf-line); }
  .mf-footer__trust p { max-width: 620px; margin: -.5rem 0 .65rem; color: var(--mf-muted); }
  .mf-footer__main { display: grid; grid-template-columns: minmax(260px, .85fr) 1.15fr; gap: 3rem; padding: 2.8rem 0; }
  .mf-footer__brand img { width: 235px; height: auto; }
  .mf-footer__brand p { max-width: 520px; margin-top: 1rem; color: var(--mf-muted); }
  .mf-footer__nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem 1.25rem; align-content: start; }
  .mf-footer__nav a { color: #c9e4e7; text-decoration: none; }
  .mf-footer__nav a:hover { color: var(--mf-aqua); }
  .mf-footer__legal { display: grid; gap: .35rem; padding-top: 1.3rem; border-top: 1px solid var(--mf-line); color: #7899a2; font-size: .78rem; }
  .mf-footer__legal strong { color: #accad0; }

  .mf-article { padding: clamp(2.4rem, 6vw, 5rem) 0 clamp(4.5rem, 8vw, 7rem); overflow-wrap: anywhere; }
  .mf-article__inner { max-width: 990px; min-width: 0; }
  .mf-breadcrumb { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 2.3rem; color: var(--mf-muted); font-size: .85rem; }
  .mf-breadcrumb a { color: var(--mf-aqua); }
  .mf-article__header { display: grid; min-width: 0; gap: 1rem; padding-bottom: 2rem; border-bottom: 1px solid var(--mf-line); }
  .mf-article__header h1 { font-size: clamp(2.35rem, 6vw, 4.8rem); }
  .mf-article__header p { max-width: 800px; color: #b8d4d9; font-size: 1.08rem; }
  .mf-prose { display: grid; gap: 1.1rem; padding-top: 2.4rem; color: #cbe1e5; }
  .mf-prose h2 { margin-top: 2.2rem; font-size: clamp(1.65rem, 4vw, 2.5rem); }
  .mf-prose h3 { margin-top: 1.2rem; }
  .mf-prose ul, .mf-prose ol { display: grid; gap: .55rem; padding-left: 1.4rem; }
  .mf-prose li::marker { color: var(--mf-coral); font-weight: 900; }
  .mf-prose blockquote { margin: 1rem 0; padding: 1.3rem 1.5rem; border-left: 4px solid var(--mf-aqua); border-radius: 0 15px 15px 0; background: rgba(66,245,212,.06); }
  .mf-prose table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; }
  .mf-prose th, .mf-prose td { min-width: 150px; padding: .8rem; border: 1px solid var(--mf-line); text-align: left; }
  .mf-prose th { color: #fff; background: rgba(66,245,212,.08); }
  .mf-prose .mf-button { width: fit-content; margin: .6rem 0; color: #021511; }
  .mf-responsible { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; align-items: center; margin-top: 3rem; padding: 1.5rem; border: 1px solid rgba(255,111,97,.3); border-radius: var(--mf-radius); background: rgba(255,111,97,.07); }
  .mf-responsible > span { display: grid; place-items: center; width: 62px; height: 62px; border: 2px solid var(--mf-coral); border-radius: 50%; font-weight: 950; }
  .mf-responsible h2 { margin-bottom: .45rem; font-size: 1.35rem; letter-spacing: -.01em; }
  .mf-responsible p { color: var(--mf-muted); }
}

@layer utilities {
  @media (max-width: 1100px) {
    .mf-nav { display: none; }
    .mf-header__actions { margin-left: auto; }
    .mf-hero__inner { grid-template-columns: minmax(0, 1fr) 420px; }
    .mf-category-grid { grid-template-columns: repeat(2, 1fr); }
    .mf-logo-grid--payments { grid-template-columns: repeat(5, 1fr); }
    .mf-logo-grid--providers { grid-template-columns: repeat(6, 1fr); }
  }
  @media (max-width: 780px) {
    .mf-shell { width: min(100% - 28px, 1240px); }
    .mf-header__inner { min-height: 68px; gap: .75rem; }
    .mf-brand img { width: 165px; }
    .mf-header .mf-button--compact { display: none; }
    .mf-hero { min-height: 0; padding: 240px 0 1.25rem; background: var(--mf-navy-950); }
    .mf-hero__inner { min-height: 0; display: block; }
    .mf-hero__content { min-height: 0; align-content: initial; gap: .9rem; padding: 1.4rem; border: 1px solid rgba(152,237,230,.22); border-radius: 22px; background: linear-gradient(155deg, rgba(3,16,22,.98), rgba(7,31,40,.97)); box-shadow: 0 20px 48px rgba(0,0,0,.42); backdrop-filter: blur(14px); }
    .mf-hero__content h1 { font-size: clamp(2rem, 9vw, 2.55rem); line-height: 1.03; overflow-wrap: anywhere; }
    .mf-hero__offer { padding: .55rem .8rem; font-size: 1rem; }
    .mf-hero__lead { color: #e6f7f9; font-size: 1rem; }
    .mf-hero__terms { color: #b9d3d8; }
    .mf-hero__visual { position: absolute; inset: 0 0 auto; width: 100%; height: 310px; margin: 0; z-index: 0; }
    .mf-hero::before { inset: 0 0 auto; height: 310px; background: linear-gradient(180deg, rgba(3,16,22,.05) 0%, rgba(3,16,22,.12) 48%, var(--mf-navy-950) 100%); }
    .mf-hero__visual img { object-position: center 42%; }
    .mf-benefits { margin-top: 0; padding-top: 1rem; }
    .mf-benefit-grid { grid-template-columns: 1fr; }
    .mf-benefit-grid article + article { border-left: 0; border-top: 1px solid var(--mf-line); }
    .mf-game-grid { grid-template-columns: repeat(2, 1fr); }
    .mf-game-card__media .mf-button { min-height: 42px; padding: .55rem .7rem; opacity: 1; transform: none; font-size: .78rem; }
    .mf-offer, .mf-mobile, .mf-footer__trust, .mf-footer__main { grid-template-columns: 1fr; }
    .mf-phone { width: 220px; height: 390px; }
    .mf-info-grid { grid-template-columns: 1fr; }
    .mf-provider-showcase { grid-template-columns: repeat(3, 1fr); }
    .mf-logo-grid--providers { grid-template-columns: repeat(3, 1fr); }
    .mf-logo-grid--trust { grid-template-columns: repeat(2, 1fr); }
    .mf-footer__nav { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 480px) {
    .mf-header__inner { min-height: 62px; }
    .mf-brand img { width: 145px; }
    .mf-language summary { width: 40px; min-height: 38px; }
    .mf-hero { padding-top: 215px; }
    .mf-hero__visual, .mf-hero::before { height: 280px; }
    .mf-hero__content { gap: .8rem; padding: 1.2rem; }
    .mf-hero__offer { border-radius: 14px; }
    .mf-actions { align-items: stretch; }
    .mf-actions .mf-button { width: 100%; }
    .mf-category-grid { grid-template-columns: 1fr; }
    .mf-category-grid > a { min-height: 220px; }
    .mf-game-grid { gap: .65rem; }
    .mf-game-card__media { aspect-ratio: 1; }
    .mf-game-card > div:last-child { padding: .8rem; }
    .mf-game-card h3 { font-size: .92rem; }
    .mf-safety { grid-template-columns: 1fr; }
    .mf-safety > strong { width: 86px; }
    .mf-logo-grid--payments { grid-template-columns: repeat(2, 1fr); }
    .mf-logo-grid--providers { grid-template-columns: repeat(3, 1fr); }
    .mf-logo-grid li { min-height: 56px; padding: .45rem; }
    .mf-footer__nav { grid-template-columns: 1fr 1fr; font-size: .9rem; }
    .mf-responsible { grid-template-columns: 1fr; }
  }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  }
}
