@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;
}
.vm-logo-text { color: var(--c-logo-text) !important; }
[class*="_logo"] { color: #ffffff !important; }


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

.h27_root {
    background: var(--c-primary);
    border-bottom: 1px solid rgba(255,255,255,0.043);
  }
  .h27_logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 0;
    padding-right: 20px;
    position: relative;
  }
  .h27_accent-bar {
    width: 4px;
    height: 39px;
    background: var(--c-accent);
    border-radius: 4px;
    flex-shrink: 0;
    box-shadow: 0 0 12px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .h27_logo-icon {
    width: 37px;
    height: 37px;
    background: rgba(255,255,255,0.017);
    border: 1px solid rgba(255,255,255,0.128);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
    color: var(--c-accent);
    flex-shrink: 0;
  }
  .h27_logo-text {
    font-weight: 700;
    font-size: 1.098rem;
    color: #fff;
    letter-spacing: -0.01em;
  }
  .h27_nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    justify-content: center;
  }
  .h27_nav a {
    color: rgba(255,255,255,0.512);
    text-decoration: none;
    font-size: 0.853rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    transition: background 0.147s, color 0.146s;
  }
  .h27_nav a:hover {
    background: rgba(255,255,255,0.074);
    color: #fff;
  }
  .h27_divider {
    width: 1px;
    height: 28px;
    background: rgba(255,255,255,0.102);
    flex-shrink: 0;
  }
  .h27_cta {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .h27_login-btn {
    background: transparent;
    color: rgba(255,255,255,0.624);
    border: 1px solid rgba(255,255,255,0.085);
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 0.854rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.153s, border-color 0.148s;
  }
  .h27_login-btn:hover {
    color: #fff;
    border-color: rgba(255,255,255,0.273);
  }
  .h27_register-btn {
    background: var(--c-accent);
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 0.868rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.01em;
    box-shadow: 0 0 16px color-mix(in srgb, var(--c-accent) 40%, transparent);
    transition: opacity 0.149s, box-shadow 0.152s;
  }
  .h27_register-btn:hover {
    opacity: 0.92;
    box-shadow: 0 0 25px color-mix(in srgb, var(--c-accent) 55%, transparent);
  }
  .h27_menu-btn {
    display: none;
    background: rgba(255,255,255,0.021);
    border: 1px solid rgba(255,255,255,0.079);
    color: rgba(255,255,255,0.746);
    width: 38px;
    height: 39px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .h27_nav { display: none; }
    .h27_cta-desktop { display: none !important; }
    .h27_menu-btn { display: flex !important; }
  }
  .h27_s1 { position: sticky; top: 0; z-index: 100; }
  .h27_s2 { position: relative; top: auto; z-index: auto; }
  .h27_s3 { display: flex; align-items: center; gap: 10px; }
  .h27_s4 { background: var(--c-primary); border-top: 1px solid rgba(255,255,255,0.036); }
  .h27_s5 { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h27_s6 { padding: 12px 0; border-top: 1px solid rgba(255,255,255,0.079); display: flex; gap: 8px; }
  .h27_s7 { flex: 1; text-align: center; }

.ag71-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 384px;
  background: linear-gradient(135deg,
    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: 1px solid rgba(255,255,255,0.048);
  box-shadow: 0 18px 51px rgba(0,0,0,0.427);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 36px;
}
.ag71-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ag71-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(93deg, rgba(0,0,0,0.459) 0%, rgba(0,0,0,0.154) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.ag71-glass {
  position: relative;
  z-index: 2;
  max-width: 510px;
  padding: 32px 32px;
  border-radius: 18px;
  background: rgba(15, 17, 23, 0.573);
  border: 1px solid rgba(255,255,255,0.132);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0,0,0,0.442);
}
.ag71-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.34);
}
.ag71-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.878);
  line-height: 1.55;
  margin: 0 0 24px;
}
.ag71-cta-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
/* Variant 05 signature: authentic black "App Store / Google Play" badges
   with two-line label (small "Download on" / big "App Store"). */
.ag71-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.183);
  transition: border-color .2s ease, box-shadow .25s ease;
  min-height: 51px;
  box-sizing: border-box;
}
.ag71-badge:hover {
  border-color: rgba(255,255,255,0.309);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.063),
    0 8px 22px rgba(255,255,255,0.156);
}
.ag71-badge svg { flex-shrink: 0; }
.ag71-badge-label {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-align: left;
}
.ag71-badge-label small {
  font-size: 9px;
  font-weight: 500;
  opacity: 0.78;
  letter-spacing: 0.061em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.ag71-badge-label-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .ag71-card {
    min-height: 357px;
    padding: 24px;
    justify-content: center;
  }
  .ag71-overlay {
    background: linear-gradient(185deg, rgba(0,0,0,0.352) 0%, rgba(0,0,0,0.656) 100%);
  }
  .ag71-glass { padding: 23px 22px; max-width: 100%; }
  .ag71-title { font-size: 22px; }
  .ag71-badge { padding: 8px 14px; min-height: 45px; }
  .ag71-badge-label-text { font-size: 14px; }
}

.dc21-wrap { max-width: 953px; margin: 0 auto; }
  .dc21-title { color: var(--c-text); margin: 0 0 23px; }
  .dc21-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .dc21-spec-frame {
    margin: 27px 0;
    border-radius: 14px;
    overflow: hidden;
    background: var(--c-surface);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
    box-shadow: 0 16px 44px -22px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .dc21-spec {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .dc21-spec th, .dc21-spec td {
    padding: 14px 22px;
    font-size: 15px;
    line-height: 1.55;
    vertical-align: top;
    text-align: left;
  }
  .dc21-spec thead th {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--c-bg);
    background: linear-gradient(134deg,
      var(--c-accent) 0%,
      color-mix(in srgb, var(--c-accent) 65%, var(--c-grad-end)) 100%);
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .dc21-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 38%;
  }
  .dc21-spec tbody td { color: var(--c-text-muted); }
  .dc21-spec tbody tr:nth-child(even) {
    background: color-mix(in srgb, var(--c-accent) 4%, transparent);
  }
  .dc21-spec tbody tr:hover {
    background: color-mix(in srgb, var(--c-accent) 9%, transparent);
  }
  .dc21-spec tbody tr:hover th { color: var(--c-accent); }
  @media (max-width: 640px) {
    .dc21-spec th, .dc21-spec td { padding: 12px 14px; font-size: 13px; }
    .dc21-spec tbody th { width: 42%; }
  }

.qf39-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 389px;
  background: linear-gradient(138deg,
    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: 1px solid rgba(255,255,255,0.048);
  box-shadow: 0 14px 44px rgba(0,0,0,0.363);
  display: flex;
  align-items: flex-end;
}
.qf39-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.qf39-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(177deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.141) 35%, rgba(0,0,0,0.779) 75%, rgba(0,0,0,0.932) 100%);
  z-index: 1;
}
.qf39-content {
  position: relative; z-index: 2;
  padding: 36px 43px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.qf39-text { max-width: 717px; }
.qf39-eyebrow {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 971px;
  background: color-mix(in srgb, var(--c-accent, #f59e0b) 22%, transparent);
  color: var(--c-accent, #f59e0b);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.121em;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: 1px solid color-mix(in srgb, var(--c-accent, #f59e0b) 40%, transparent);
}
.qf39-title {
  font-size: 29px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.453);
}
.qf39-amount {
  font-size: 15px;
  color: rgba(255,255,255,0.821);
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0,0,0,0.429);
}
.qf39-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 1004px;
  background: var(--c-accent, #22c55e);
  color: var(--c-bg, var(--c-bg));
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.341);
  transition: box-shadow .25s ease, filter .18s;
}
.qf39-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #22c55e) 22%, transparent),
    0 10px 27px color-mix(in srgb, var(--c-accent, #22c55e) 38%, transparent);
}
.qf39-cta::after {
  content: '→';
  font-size: 16px;
}
@media (max-width: 768px) {
  .qf39-card { min-height: 337px; }
  .qf39-content {
    padding: 25px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .qf39-title { font-size: 22px; }
}

.kj17-hero {
  position: relative;
  min-height: 469px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.kj17-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(177deg,
    rgb(0 0 0 / calc(.5 + var(--hi-offset, 0))) 0%,
    rgb(0 0 0 / calc(.62 + var(--hi-offset, 0))) 100%);
}
.kj17-content {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 664px;
  padding: 41px 25px;
}
.kj17-title { color: #fff; margin: 0 0 16px; text-shadow: 0 2px 12px rgba(0,0,0,0.398); }
.kj17-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.788);
  line-height: 1.6;
  margin: 0 0 29px;
}
.kj17-cta {
  display: inline-block;
  padding: 14px 36px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 15px;
  font-weight: 700;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: filter .2s, box-shadow .2s;
}
.kj17-cta:hover {
  filter: brightness(1.06);
  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: 600px) { .kj17-hero { min-height: 374px; } }

.qr10-wrap { max-width: 974px; margin: 0 auto; }
  .qr10-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 29px 30px 30px;
    box-shadow: 0 16px 45px -22px rgba(0,0,0,0.314);
  }
  .qr10-title { color: var(--c-text); margin: 0 0 12px; }
  .qr10-intro { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .qr10-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 0 0 18px; }
  .qr10-card {
    border-radius: 12px;
    padding: 16px 16px 18px;
    background: linear-gradient(133deg,
      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);
    color: #fff;
  }
  .qr10-card-h3 { color: #fff; font-size: 14px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .qr10-card-p { font-size: 12px; line-height: 1.55; color: rgba(255,255,255,0.826); margin: 0; }

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

  .qr10-panel {
    border-radius: 14px;
    padding: 22px 24px 24px;
    background: linear-gradient(139deg,
      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 19px 53px -29px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
    margin: 0 0 22px;
  }
  .qr10-panel-h3 { color: #fff; font-size: 18px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .qr10-panel-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.748); margin: 0 0 16px; }
  .qr10-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.734); margin: 16px 0 0; }

  .qr10-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 14px; }
  .qr10-bullet { display: flex; align-items: center; gap: 12px; }
  .qr10-bullet-icon { flex: 0 0 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: color-mix(in srgb, var(--c-accent) 22%, transparent); color: var(--c-accent); border: 1px solid color-mix(in srgb, var(--c-accent) 50%, transparent); }
  .qr10-bullet-icon svg { width: 14px; height: 14px; }
  .qr10-bullet-text { flex: 1; color: rgba(255,255,255,0.912); font-size: 13px; line-height: 1.4; font-weight: 500; }

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

  .qr10-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;
  }
  .qr10-table th, .qr10-table td { padding: 14px 18px; font-size: 13px; line-height: 1.45; text-align: left; vertical-align: top; }
  .qr10-table thead th {
    font-size: 11px; font-weight: 800; letter-spacing: 0.119em; text-transform: uppercase;
    color: var(--c-accent);
    background: color-mix(in srgb, var(--c-accent) 8%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
  }
  .qr10-table tbody td { color: var(--c-text-muted); }
  .qr10-table tbody td:first-child { color: var(--c-text); font-weight: 600; }
  .qr10-table tbody tr:nth-child(odd) td { background: color-mix(in srgb, var(--c-accent) 4%, transparent); }
  .qr10-table tbody tr:hover td { background: color-mix(in srgb, var(--c-accent) 9%, transparent); }

  .qr10-cta-wrap { margin-top: 18px; }
  .qr10-cta {
    display: inline-block; padding: 12px 30px; border-radius: 1002px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.101em;
    box-shadow: 0 8px 21px -8px color-mix(in srgb, var(--c-accent) 75%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .18s;
  }
  .qr10-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: 880px) { .qr10-cards { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) { .qr10-bullets { grid-template-columns: 1fr; } .qr10-table th, .qr10-table td { padding: 11px 12px; font-size: 12px; } }
  @media (max-width: 640px) {
    .qr10-outer { padding: 21px 18px; border-radius: 14px; }
    .qr10-panel { padding: 18px 16px; border-radius: 12px; }
    .qr10-cards { grid-template-columns: 1fr; }
  }

.bb10-wrap { max-width: 1113px; margin: 0 auto; }
  .bb10-intro { max-width: 748px; margin-bottom: 22px; }
  .bb10-title { color: var(--c-text); margin: 0 0 12px; }
  .bb10-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .bb10-scroll { overflow-x: auto; border-radius: 14px; box-shadow: 0 6px 28px -12px color-mix(in srgb, var(--c-accent) 35%, transparent); border: 1px solid color-mix(in srgb, var(--c-accent) 20%, var(--c-border)); }
  .bb10-table { width: 100%; min-width: 733px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .bb10-table thead th { background: linear-gradient(133deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 55%, var(--c-grad-end)) 100%); color: var(--c-bg); text-align: left; padding: 16px 20px; font-size: 0.697rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.117em; border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 40%, transparent); }
  .bb10-table thead th:first-child { padding-left: 22px; }
  .bb10-table tbody td { padding: 16px 20px; font-size: 15px; line-height: 1.5; color: var(--c-text-muted); border-bottom: 1px solid var(--c-border); }
  .bb10-table tbody tr:last-child td { border-bottom: none; }
  .bb10-table tbody tr:hover { background: color-mix(in srgb, var(--c-accent) 5%, transparent); }
  .bb10-table tbody td:first-child { color: var(--c-text); font-weight: 700; border-left: 3px solid transparent; padding-left: 19px; }
  .bb10-table tbody tr:hover td:first-child { border-left-color: var(--c-accent); }

.mf25-wrap { max-width: 829px; margin: 0 auto; }
.mf25-list { display: flex; flex-direction: column; gap: 10px; margin-top: 41px; }
.mf25-item {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.mf25-item:hover {
  border-color: color-mix(in srgb, var(--c-accent) 35%, transparent);
  box-shadow: 0 4px 20px color-mix(in srgb, var(--c-accent) 6%, transparent);
}
.mf25-item.vm-faq-open {
  border-color: color-mix(in srgb, var(--c-accent) 55%, transparent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--c-accent) 25%, transparent),
              0 8px 31px color-mix(in srgb, var(--c-accent) 8%, transparent);
}
.mf25-q {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 25px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.mf25-q::-webkit-details-marker { display: none; }
.mf25-num {
  font-size: 20px;
  font-weight: 900;
  color: color-mix(in srgb, var(--c-accent) 25%, transparent);
  min-width: 28px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.039em;
  transition: color .2s;
  line-height: 1;
}
.mf25-item.vm-faq-open .mf25-num,
.mf25-item:hover .mf25-num { color: var(--c-accent); }
.mf25-qtext {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.4;
}
.mf25-chevron {
  width: 24px; height: 24px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--c-text-muted);
  transition: transform .25s;
}
.mf25-item.vm-faq-open .mf25-chevron { transform: rotate(184deg); color: var(--c-accent); }
.mf25-body {
  padding: 0 24px 22px 67px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-text-muted);
  border-top: 1px solid var(--c-border);
  padding-top: 18px;
}
.mf25-body a { color: var(--c-accent); }
.mf25-cta {
  margin-top: 32px;
  background: color-mix(in srgb, var(--c-accent) 6%, var(--c-surface));
  border: 1px solid color-mix(in srgb, var(--c-accent) 20%, transparent);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.mf25-cta-text { font-size: 15px; font-weight: 600; color: var(--c-text); }
.mf25-cta-sub { font-size: 13px; color: var(--c-text-muted); margin-top: 3px; }
.mf25-header { text-align: center; }
.mf25-title { margin-top: 8px; }
.mf25-lead { margin-top: 10px; max-width: 560px; margin-left: auto; margin-right: auto; }

.yc26-wrap { padding: 0.999rem 0; }
  .yc26-track {
    height: 2px;
    /* faint accent base so the track itself reads as brand-colored even
       when the bright sweep highlight isn't currently over it */
    background: color-mix(in srgb, var(--c-accent) 22%, transparent);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
  }
  .yc26-sweep {
    position: absolute;
    top: 0; left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(91deg, transparent, var(--c-accent), transparent);
    animation: yc26-slide 2.752s ease-in-out infinite;
    border-radius: 2px;
  }
  @keyframes yc26-slide {
    0% { left: -40%; }
    100% { left: 140%; }
  }

.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.49rem 1.28rem; 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.794rem; text-decoration: none; padding: 0.248rem 0.742rem; border-right: 1px solid var(--c-border); transition: color 0.205s; 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 .vm-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 .vm-pay-logo {
  height: 20px;
  max-width: 51px;
  padding: 4px 8px;
  border-radius: 5px;
}

.ft12_badge_row { display: flex; gap: 0.49rem; 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.708rem; display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }

@media (max-width: 768px) {
  .ft12_top { gap: 0.503rem 0.759rem; }
  .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"] .vm-btn,
  body [class*="actions-desktop"] .vm-btn,
  body [class*="btns-desktop"] .vm-btn,
  body [class*="cta-wrap"] .vm-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;
}
