@charset "UTF-8";

:root {
  --c-primary: #0e3f49;
  --c-secondary: #0c3741;
  --c-accent: #ff4c3b;
  --c-bg: #104a55;
  --c-surface: #13525f;
  --c-text: #ffffff;
  --c-text-muted: #c0c8cf;
  --c-btn: #ff4c3b;
  --c-btn-text: #ffffff;
  --c-border: #116066;
  --c-grad-start: #0e3f49;
  --c-grad-end: #104a55;
  --c-logo-text: #ffffff;
}
.mf-logo-text { color: var(--c-logo-text) !important; }
[class*="_logo"] { color: #ffffff !important; }


.mf-logo-png { height: 39px; width: auto; display: block; object-fit: contain; }

.jf66-right { display: flex; align-items: center; gap: 14px; }
  .jf66-online-badge { display: flex; align-items: center; gap: 6px; font-size: 0.761rem; }
  .jf66-register-btn {
    background: var(--c-accent);
    color: var(--c-bg);
    border: none;
    padding: 8px 20px;
    border-radius: var(--radius-sm);
    font-size: 0.893rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: opacity 0.151s;
  }
  .jf66-register-btn:hover { opacity: 0.88; }
  @media (max-width: 768px) {
    .jf66-nav { display: none; }
    .jf66-cta-wrap { display: none; }
    .jf66-menu-btn { display: flex !important; }
  }
  .jf66-menu-btn { display: none; }
  .jf66-sroot { position: sticky; top: 0; z-index: 100; }
  .jf66-mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .jf66-mrow { padding: 12px 0; border-top: 1px solid var(--c-border); }
  .jf66-mbtn-full { width: 100%; display: block; text-align: center; }

.bi61-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 326px;
  background: linear-gradient(133deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 2px solid color-mix(in srgb, var(--c-accent, #22c55e) 65%, transparent);
  box-shadow: 0 16px 50px rgba(0,0,0,0.441);
  display: flex;
  align-items: center;
}
.bi61-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.bi61-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(88deg, rgba(0,0,0,0.784) 0%, rgba(0,0,0,0.494) 35%, rgba(0,0,0,0.047) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.bi61-content {
  position: relative;
  z-index: 2;
  padding: 44px 49px;
  max-width: 587px;
}
.bi61-title {
  font-size: 32px;
  font-weight: 900;
  color: var(--c-accent, #facc15);
  line-height: 1.05;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.476);
}
.bi61-amount {
  font-size: 17px;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 24px;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0,0,0,0.525);
}
.bi61-cta {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 975px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.297);
  transition: box-shadow .25s ease, filter .18s;
}
.bi61-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.171),
    0 10px 27px rgba(34,197,94,0.4);
}
@media (max-width: 768px) {
  .bi61-card { min-height: 320px; }
  .bi61-overlay {
    background: linear-gradient(182deg, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.812) 100%);
  }
  .bi61-content { padding: 29px 22px; max-width: 100%; }
  .bi61-title { font-size: 25px; }
  .bi61-amount { font-size: 15px; }
}

.qt71-wrap { max-width: 1003px; margin: 0 auto; }
  .qt71-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 28px 29px 29px;
    box-shadow: 0 16px 44px -23px rgba(0,0,0,0.275);
  }
  .qt71-title { color: var(--c-text); margin: 0 0 12px; }
  .qt71-intro { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 19px; }

  .qt71-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 18px; }
  .qt71-card {
    border-radius: 12px;
    padding: 17px 20px 20px;
    background: linear-gradient(177deg,
      color-mix(in srgb, var(--c-accent) 12%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    color: #fff;
  }
  .qt71-card-h3 { color: var(--c-accent); font-size: 14px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; text-transform: uppercase; letter-spacing: 0.061em; }
  .qt71-card-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.831); margin: 0; }

  .qt71-mid-p { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .qt71-panel {
    border-radius: 14px; padding: 22px 24px 25px;
    background: linear-gradient(132deg,
      color-mix(in srgb, var(--c-accent) 14%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    box-shadow: 0 18px 52px -27px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff; margin: 0 0 22px;
  }
  .qt71-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .qt71-panel-lead { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.793); margin: 0 0 16px; }
  .qt71-panel-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.791); margin: 16px 0 0; }

  .qt71-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .qt71-bullet { display: flex; align-items: center; gap: 12px; padding: 10px 14px 10px 12px; border-radius: 10px; background: rgba(255,255,255,0.054); border: 1px solid rgba(255,255,255,0.09); }
  .qt71-bullet-icon {
    flex: 0 0 29px; width: 29px; height: 27px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent); color: var(--c-bg);
  }
  .qt71-bullet-icon svg { width: 14px; height: 14px; }
  .qt71-bullet-text { flex: 1; color: rgba(255,255,255,0.939); font-size: 13px; line-height: 1.4; font-weight: 600; }

  .qt71-h3-light { color: var(--c-text); font-size: 19px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .qt71-p { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .qt71-table {
    width: 100%; border-collapse: separate; border-spacing: 0;
    background: var(--c-bg);
    border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
    border-radius: 12px; overflow: hidden;
    margin: 0 0 18px; table-layout: fixed;
  }
  .qt71-table th, .qt71-table td { padding: 14px 18px; font-size: 13px; line-height: 1.45; text-align: left; vertical-align: top; }
  .qt71-table thead th {
    font-size: 11px; font-weight: 800; letter-spacing: 0.121em; text-transform: uppercase;
    color: var(--c-bg);
    background: var(--c-accent);
    padding-top: 12px; padding-bottom: 12px;
  }
  .qt71-table tbody td { color: var(--c-text-muted); border-bottom: 1px solid color-mix(in srgb, var(--c-text) 6%, transparent); }
  .qt71-table tbody tr:last-child td { border-bottom: none; }
  .qt71-table tbody tr:nth-child(even) td { background: color-mix(in srgb, var(--c-text) 3%, transparent); }
  .qt71-table tbody tr:hover td { background: color-mix(in srgb, var(--c-accent) 7%, transparent); }

  .qt71-cta-wrap { margin-top: 18px; }
  .qt71-cta {
    display: inline-block; padding: 12px 30px; border-radius: 984px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.103em;
    box-shadow: 0 8px 22px -8px color-mix(in srgb, var(--c-accent) 75%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .18s;
  }
  .qt71-cta:hover {
    filter: brightness(1.06); transform: translateY(-1px);
    box-shadow:
      0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
      0 12px 28px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
  }

  @media (max-width: 768px) {
    .qt71-cards { grid-template-columns: 1fr; }
    .qt71-bullets { grid-template-columns: 1fr; }
    .qt71-table th, .qt71-table td { padding: 11px 12px; font-size: 12px; }
  }
  @media (max-width: 640px) {
    .qt71-outer { padding: 22px 18px; border-radius: 14px; }
    .qt71-panel { padding: 18px 16px; border-radius: 12px; }
  }

.gc48-wrap { max-width: 926px; margin: 0 auto; }
  .gc48-title { color: var(--c-text); margin: 0 0 22px; }
  .gc48-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .gc48-spec {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--c-surface);
    border: 1px solid color-mix(in srgb, var(--c-accent) 18%, var(--c-border));
    border-radius: 14px;
    overflow: hidden;
    margin: 26px 0;
    table-layout: fixed;
    box-shadow: 0 14px 39px -22px color-mix(in srgb, var(--c-accent) 45%, transparent);
  }
  .gc48-spec th, .gc48-spec td {
    padding: 16px 22px;
    font-size: 15px;
    line-height: 1.55;
    vertical-align: top;
    text-align: left;
  }
  .gc48-spec thead th {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.123em;
    color: var(--c-text);
    background: linear-gradient(135deg,
      color-mix(in srgb, var(--c-accent) 18%, transparent) 0%,
      color-mix(in srgb, var(--c-accent) 6%, transparent) 100%);
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 30%, var(--c-border));
  }
  .gc48-spec thead th:first-child {
    color: var(--c-accent);
  }
  .gc48-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 38%;
    border-bottom: 1px solid var(--c-border);
  }
  .gc48-spec tbody th::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--c-accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--c-accent) 18%, transparent);
    margin-right: 12px;
    vertical-align: 0.221em;
  }
  .gc48-spec tbody td {
    color: var(--c-text-muted);
    border-bottom: 1px solid var(--c-border);
  }
  .gc48-spec tbody tr:last-child th,
  .gc48-spec tbody tr:last-child td { border-bottom: none; }
  .gc48-spec tbody tr:hover td,
  .gc48-spec tbody tr:hover th {
    background: color-mix(in srgb, var(--c-accent) 4%, transparent);
  }
  @media (max-width: 640px) {
    .gc48-spec th, .gc48-spec td { padding: 12px 14px; font-size: 14px; }
    .gc48-spec tbody th { width: 42%; }
    .gc48-spec tbody th::before { width: 5px; height: 5px; margin-right: 9px; }
  }

.jv90-wrap { max-width: 720px; margin: 0 auto; text-align: center; }
  .jv90-title { color: var(--c-text); margin: 0 0 22px; }
  .jv90-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; text-align: left; }
  .jv90-p:last-child { margin-bottom: 0; }

.ea21-hero {
    background: linear-gradient(134deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 18%, var(--c-bg)) 100%);
    position: relative;
    overflow: hidden;
  }
  .ea21-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40L40 0' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 41px 40px;
    pointer-events: none;
  }
  .ea21-grid {
    display: grid;
    grid-template-columns: 1fr 381px;
    gap: 47px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .ea21-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    background: color-mix(in srgb, var(--c-accent) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--c-accent) 25%, transparent);
    font-size: 0.708rem;
    font-weight: 700;
    color: var(--c-accent);
    text-transform: uppercase;
    letter-spacing: 0.079em;
    margin-bottom: 18px;
  }
  .ea21-title { color: var(--c-text); margin-bottom: 14px; }
  .ea21-accent { color: var(--c-accent); }
  .ea21-desc {
    font-size: 1.016rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    max-width: 472px;
    margin-bottom: 20px;
  }
  .ea21-trust {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px;
  }
  .ea21-trust-item {
    font-size: 0.755rem;
    color: var(--c-text-muted);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .ea21-trust-dot {
    width: 5px; height: 5px; border-radius: 50%;
    background: var(--c-accent); flex-shrink: 0;
  }
  .ea21-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .ea21-card {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 0 14px rgba(255,255,255,0.177), 0 0 2px rgba(255,255,255,0.131);
    padding: 28px;
  }
  .ea21-card-amount {
    font-size: 2.723rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
    margin-bottom: 4px;
  }
  .ea21-card-label {
    font-size: 0.739rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--c-text-muted);
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--c-border);
  }
  .ea21-checks { display: flex; flex-direction: column; gap: 10px; }
  .ea21-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.906rem;
    color: var(--c-text);
    font-weight: 500;
  }
  .ea21-check-icon {
    width: 20px; height: 20px; border-radius: 50%;
    background: color-mix(in srgb, var(--c-accent) 15%, transparent);
    color: var(--c-accent);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.632rem; font-weight: 800; flex-shrink: 0;
  }
  @media (max-width: 880px) {
    .ea21-grid { grid-template-columns: 1fr; }
    .ea21-card { display: none; }
  }

.ex45-header { text-align: center; margin-bottom: 2.497rem; }
  .ex45-masonry { columns: 3; column-gap: 1.262rem; }
  .ex45-card { break-inside: avoid; margin-bottom: 1.262rem; background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 12px; padding: 1.254rem; display: flex; flex-direction: column; gap: 0.633rem; }
  .ex45-card-large { padding: 1.704rem; }
  .ex45-card-accent { border-color: color-mix(in srgb, var(--c-accent) 40%, transparent); background: color-mix(in srgb, var(--c-accent) 4%, var(--c-surface)); }
  .ex45-top { display: flex; align-items: center; gap: 10px; }
  .ex45-avatar { width: 42px; height: 43px; border-radius: 50%; background: color-mix(in srgb, var(--c-accent) 20%, var(--c-surface)); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.811rem; color: var(--c-accent); flex-shrink: 0; }
  .ex45-name { font-weight: 700; font-size: 0.891rem; color: var(--c-text); }
  .ex45-role { font-size: 0.702rem; color: var(--c-text-muted); }
  .ex45-stars { color: #f59e0b; }
  .ex45-stars-sm { font-size: 0.853rem; }
  .ex45-stars-lg { font-size: 1.104rem; }
  .ex45-text { color: var(--c-text-muted); line-height: 1.65; }
  .ex45-text-sm { font-size: 0.789rem; }
  .ex45-text-lg { font-size: 0.955rem; }
  .ex45-highlight { color: var(--c-accent); font-weight: 700; }
  .ex45-meta { font-size: 0.681rem; color: var(--c-text-muted); display: flex; align-items: center; justify-content: space-between; }
  .ex45-verified { color: #22c55e; font-weight: 600; font-size: 0.682rem; }
  @media (max-width: 880px) { .ex45-masonry { columns: 2; } }
  @media (max-width: 600px) { .ex45-masonry { columns: 1; } }
  .ex45-s1 { background: color-mix(in srgb,#f59e0b 15%,var(--c-surface)); color: #f59e0b; width: 52px; height: 53px; font-size: 0.992rem; }
  .ex45-s2 { background: color-mix(in srgb,#60a5fa 15%,var(--c-surface)); color: #60a5fa; }
  .ex45-s3 { background: color-mix(in srgb,#10b981 15%,var(--c-surface)); color: #10b981; }
  .ex45-s4 { background: color-mix(in srgb,#8b5cf6 15%,var(--c-surface)); color: #8b5cf6; width: 49px; height: 50px; }
  .ex45-s5 { background: color-mix(in srgb,#06b6d4 15%,var(--c-surface)); color: #06b6d4; }
  .ex45-s6 { background: color-mix(in srgb,#ec4899 15%,var(--c-surface)); color: #ec4899; }
  .ex45-s7 { background: color-mix(in srgb,#f59e0b 15%,var(--c-surface)); color: #f59e0b; }

.az12-wrap { max-width: 1058px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .az12-intro { max-width: 821px; }
  .az12-title { color: var(--c-text); margin: 0 0 14px; }
  .az12-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .az12-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; overflow: hidden; }
  .az12-grid { display: grid; grid-template-columns: 1fr 1fr; }
  .az12-half { padding: 27px 31px; }
  .az12-half + .az12-half { border-left: 1px solid var(--c-border); }
  .az12-h3 { font-size: 0.895rem; text-transform: uppercase; letter-spacing: 0.121em; font-weight: 800; margin: 0 0 16px; display: inline-flex; align-items: center; gap: 8px; }
  .az12-h3-pro { color: var(--c-accent); }
  .az12-h3-con { color: var(--c-text); }
  .az12-h3 svg { width: 18px; height: 18px; stroke-width: 2; }
  .az12-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .az12-item { display: flex; align-items: flex-start; gap: 11px; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); }
  .az12-item svg { flex-shrink: 0; width: 18px; height: 18px; margin-top: 1px; }
  .az12-item-pro svg { color: var(--c-accent); }
  .az12-item-con svg { color: var(--c-text-muted); }
  @media (max-width: 768px) { .az12-grid { grid-template-columns: 1fr; } .az12-half + .az12-half { border-left: none; border-top: 1px solid var(--c-border); } }

.yn13-wrap { max-width: 1110px; margin: 0 auto; }
  .yn13-intro { max-width: 744px; margin-bottom: 21px; }
  .yn13-title { color: var(--c-text); margin: 0 0 12px; }
  .yn13-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .yn13-scroll { overflow-x: auto; border-radius: 14px; border: 1px solid var(--c-border); }
  .yn13-table { width: 100%; min-width: 752px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .yn13-table thead th { background: linear-gradient(138deg, var(--c-grad-start), var(--c-surface)); color: var(--c-text); text-align: left; padding: 18px 20px; font-size: 0.696rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.117em; border-bottom: 1px solid var(--c-border); vertical-align: bottom; }
  .yn13-table thead th.yn13-best { background: linear-gradient(137deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end))); color: var(--c-bg); padding-top: 14px; }
  .yn13-best-badge { display: inline-block; background: var(--c-bg); color: var(--c-accent); font-size: 0.572rem; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: 0.143em; margin-bottom: 8px; }
  .yn13-best-title { display: block; }
  .yn13-table tbody td { padding: 16px 20px; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); border-bottom: 1px solid var(--c-border); }
  .yn13-table tbody td.yn13-best-cell { background: color-mix(in srgb, var(--c-accent) 8%, transparent); color: var(--c-text); font-weight: 600; border-left: 1px solid color-mix(in srgb, var(--c-accent) 28%, transparent); border-right: 1px solid color-mix(in srgb, var(--c-accent) 28%, transparent); }
  .yn13-table tbody tr:last-child td { border-bottom: none; }
  .yn13-table tbody tr:last-child td.yn13-best-cell { border-bottom: 2px solid var(--c-accent); }
  .yn13-table tbody td:first-child { color: var(--c-text); font-weight: 700; }
  .yn13-num { color: var(--c-accent); font-weight: 800; font-variant-numeric: tabular-nums; }
  .yn13-best-cell .yn13-num { color: var(--c-bg); background: var(--c-accent); padding: 2px 8px; border-radius: 4px; }

.ln10-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 41px;
}
@media (max-width: 640px) { .ln10-grid { grid-template-columns: 1fr; } }
.ln10-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 23px;
  transition: border-color .2s, transform .2s;
}
.ln10-card:hover {
  border-color: color-mix(in srgb, var(--c-accent) 45%, transparent);
  transform: translateY(-2px);
}
.ln10-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px; height: 28px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 12px;
  font-weight: 900;
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
  flex-shrink: 0;
}
.ln10-q {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 10px;
  line-height: 1.4;
}
.ln10-a {
  font-size: 13px;
  color: var(--c-text-muted);
  line-height: 1.7;
}
.ln10-header { text-align: center; }
.ln10-title { margin-top: 8px; }
.ln10-more {
  text-align: center;
  margin-top: 29px;
}

.vw58-wrap { padding: 0.73rem 0; }
  .vw58-band {
    height: 2px;
    background: linear-gradient(
      91deg,
      transparent 0%,
      color-mix(in srgb, var(--c-accent) 40%, transparent) 20%,
      var(--c-accent) 50%,
      color-mix(in srgb, var(--c-accent) 40%, transparent) 80%,
      transparent 100%
    );
    border-radius: 2px;
  }

.ft12_footer { background: var(--c-primary); border-top: 1px solid var(--c-border); }
/* Top row — single "command bar": [logo] [nav+extra links] [payments] [18+].
   Payments migrated up from the bottom row so the entire actionable
   surface (links + payments + compliance badge) lives on one line; the
   bottom row shrinks to pure copyright + "play responsibly" text.
   `margin-left: auto` on the payments block pushes it (and the 18+
   badge right after it) to the right edge while the nav grows to fill
   whatever gap is left between logo and that group. */
.ft12_top { display: flex; align-items: center; gap: 0.507rem 1.266rem; padding: 14px 0; flex-wrap: wrap; }

/* Nav — primary multipage links followed by legal/extra links, both
   inline with pipe separators. `:empty` collapses the whole row on
   landing sites without any of those placeholders producing links. */
.ft12_nav { display: flex; align-items: center; gap: 0; flex-wrap: wrap; flex: 1 1 auto; min-width: 0; }
.ft12_nav:empty { display: none; }
.ft12_nav a { color: var(--c-text-muted); font-size: 0.791rem; text-decoration: none; padding: 0.255rem 0.758rem; border-right: 1px solid var(--c-border); transition: color 0.203s; white-space: nowrap; }
.ft12_nav a:first-child { padding-left: 0; }
.ft12_nav a:last-child { border-right: none; }
.ft12_nav a:hover { color: var(--c-accent); }

/* Payments inline with the nav row — smaller than default so they read
   as a compliance strip rather than a marketing showcase. Scoped
   override of .mf-pay-logo: height trimmed from 22→16 px, padding
   squeezed so ten pill badges still fit next to a full nav bar. */
.ft12_pay { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin-left: auto; }
.ft12_pay:empty { display: none; }
.ft12_pay .mf-pay-logo {
  height: 20px;
  max-width: 49px;
  padding: 4px 8px;
  border-radius: 5px;
}

.ft12_badge_row { display: flex; gap: 0.509rem; align-items: center; flex-shrink: 0; }

/* Bottom row — now just a thin compliance line (copyright +
   "play responsibly"). Centre-aligned for balance regardless of how
   wide the text happens to be after brand substitution. */
.ft12_bottom {
  border-top: 1px solid var(--c-border);
  padding: 10px 0;
  display: flex; align-items: center; justify-content: center;
  gap: 6px 20px; flex-wrap: wrap;
}
.ft12_legal { color: var(--c-text-muted); font-size: 0.699rem; display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }

@media (max-width: 768px) {
  .ft12_top { gap: 0.495rem 0.75rem; }
  .ft12_pay { margin-left: 0; width: 100%; justify-content: flex-start; }
  .ft12_badge_row { margin-left: auto; }
}
@media (max-width: 600px) {
  .ft12_top { flex-direction: column; align-items: flex-start; }
  .ft12_pay { justify-content: flex-start; }
  .ft12_badge_row { margin-left: 0; }
  .ft12_nav { flex: 1 1 100%; }
}

/* ── csb mobile-header policy (appended last, wins source-order) ── */
@media (max-width: 768px) {
  body [class*="cta-desktop"],
  body [class*="actions-desktop"],
  body [class*="btns-desktop"],
  body [class*="cta-wrap"],
  body [class*="login-actions"],
  body [class*="strip-actions"] {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }
  body [class*="cta-desktop"] .mf-btn,
  body [class*="actions-desktop"] .mf-btn,
  body [class*="btns-desktop"] .mf-btn,
  body [class*="cta-wrap"] .mf-btn,
  body [class*="cta-desktop"] button,
  body [class*="actions-desktop"] button,
  body [class*="btns-desktop"] button,
  body [class*="cta-wrap"] button,
  body [class*="cta-desktop"] a,
  body [class*="actions-desktop"] a,
  body [class*="btns-desktop"] a,
  body [class*="cta-wrap"] a {
    padding: 7px 12px !important;
    font-size: 12px !important;
  }
}

/* Codex: normalize h3 vertical spacing */
h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* Codex: normalize content list spacing */
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) p + :where(ul, ol),
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) + p {
  margin-top: 16px !important;
}
