@charset "UTF-8";

:root {
  --c-primary: #0e3f48;
  --c-secondary: #0c3740;
  --c-accent: #ff4c4b;
  --c-bg: #104a50;
  --c-surface: #13524f;
  --c-text: #ffffff;
  --c-text-muted: #c0c8cf;
  --c-btn: #ff4c4b;
  --c-btn-text: #ffffff;
  --c-border: #116067;
  --c-grad-start: #0e3f49;
  --c-grad-end: #104a55;
  --c-logo-text: #ffffff;
}
.en-logo-text { color: var(--c-logo-text) !important; }
[class*="_logo"] { color: #ffffff !important; }


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

.h24_nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    justify-content: center;
  }
  .h24_nav a {
    color: color-mix(in srgb, var(--c-text) 70%, transparent);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    transition: background 0.153s, color 0.151s;
  }
  .h24_nav a:hover {
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
  }
  .h24_right-area {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .h24_bonus-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: color-mix(in srgb, var(--c-accent) 12%, transparent);
    border: 1px solid color-mix(in srgb, var(--c-accent) 30%, transparent);
    border-radius: 20px;
    padding: 5px 12px;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.147s;
  }
  .h24_bonus-badge:hover {
    background: color-mix(in srgb, var(--c-accent) 20%, transparent);
  }
  .h24_bonus-text {
    font-size: 0.784rem;
    font-weight: 700;
    color: var(--c-accent);
    letter-spacing: 0.01em;
  }
  .h24_bonus-sub {
    font-size: 0.7rem;
    font-weight: 500;
    color: color-mix(in srgb, var(--c-accent) 65%, transparent);
  }
  .h24_menu-btn {
    display: none;
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--c-text) 20%, transparent);
    color: var(--c-text);
    width: 38px;
    height: 38px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 900px) {
    .h24_bonus-sub { display: none; }
  }
  @media (max-width: 768px) {
    .h24_nav { display: none; }
    .h24_cta-desktop { display: none !important; }
    .h24_menu-btn { display: flex !important; }
  }
  .h24_s1 { position: sticky; top: 0; z-index: 100; }
  .h24_s2 { display: flex; align-items: center; gap: 10px; }
  .h24_s3 { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h24_s4 { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h24_s5 { flex: 1; justify-content: center; }

.rl68-hero {
  position: relative;
  min-height: 483px;
  display: flex;
  align-items: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.rl68-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(91deg,
    rgb(0 0 0 / calc(.95 + var(--hi-offset, 0))) 0%,
    rgb(0 0 0 / calc(.93 + var(--hi-offset, 0))) 28%,
    rgb(0 0 0 / calc(.75 + var(--hi-offset, 0))) 52%,
    transparent 100%);
}
.rl68-content {
  position: relative; z-index: 1;
  max-width: 565px;
  padding: 40px 0;
}
.rl68-badge {
  display: inline-block;
  padding: 5px 14px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-radius: var(--radius-full);
  margin-bottom: 18px;
}
.rl68-title { color: #fff; margin: 0 0 16px; text-shadow: 0 2px 8px rgba(0,0,0,0.282); }
.rl68-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.711);
  line-height: 1.65;
  margin: 0 0 26px;
}
.rl68-btn-primary {
  display: inline-block;
  padding: 13px 33px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: filter .2s;
}
.rl68-btn-primary:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
    0 12px 27px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
}
@media (max-width: 600px) { .rl68-hero { min-height: 385px; } }

.mo38-hero {
    background: linear-gradient(151deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 8%, var(--c-bg)) 55%, var(--c-bg) 100%);
    position: relative;
    overflow: hidden;
  }
  .mo38-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='M20 2l5.09 10.32L36.18 14l-8.09 7.88L30.18 33 20 27.54 9.82 33l2.09-11.12L3.82 14l11.09-1.68z' fill='none' stroke='%23ffffff' stroke-width='0.8'/%3E%3C/svg%3E");
    background-size: 39px 39px;
    pointer-events: none;
  }
  .mo38-grid {
    display: grid;
    grid-template-columns: 1fr 374px;
    gap: 57px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .mo38-left { position: relative; z-index: 1; }
  .mo38-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    border-radius: 40px;
    background: color-mix(in srgb, var(--c-accent) 10%, var(--c-surface));
    border: 1px solid color-mix(in srgb, var(--c-accent) 25%, transparent);
    font-size: 12px;
    font-weight: 800;
    color: var(--c-accent);
    letter-spacing: 0.098em;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .mo38-heading { margin-bottom: 16px; }
  .mo38-lead { max-width: 468px; margin-bottom: 24px; }
  .mo38-stats {
    display: flex;
    gap: 28px;
    margin-bottom: 31px;
    flex-wrap: wrap;
  }
  .mo38-stat-item { display: flex; flex-direction: column; }
  .mo38-stat-val {
    font-size: 26px;
    font-weight: 900;
    color: var(--c-text);
    line-height: 1.1;
  }
  .mo38-stat-val span { color: var(--c-accent); }
  .mo38-stat-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--c-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.051em;
    margin-top: 4px;
  }
  .mo38-btns { display: flex; gap: 14px; flex-wrap: wrap; }
  .mo38-right { position: relative; z-index: 1; }
  .mo38-card {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 3px 17px rgba(255,255,255,0.137), 0 0 2px rgba(255,255,255,0.101);
    overflow: hidden;
  }
  .mo38-card-header {
    padding: 18px 22px;
    background: color-mix(in srgb, var(--c-primary) 6%, var(--c-surface));
    border-bottom: 1px solid var(--c-border);
  }
  .mo38-card-title {
    font-size: 14px;
    font-weight: 800;
    color: var(--c-text);
  }
  .mo38-card-sub {
    font-size: 11px;
    color: var(--c-text-muted);
    margin-top: 2px;
  }
  .mo38-card-body { padding: 20px 22px; }
  .mo38-winners {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .mo38-winner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid var(--c-border);
    background: color-mix(in srgb, var(--c-bg) 40%, var(--c-surface));
  }
  .mo38-winner-rank {
    width: 32px;
    height: 31px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    flex-shrink: 0;
    background: color-mix(in srgb, var(--c-accent) 10%, var(--c-surface));
    color: var(--c-accent);
  }
  .mo38-winner-info { flex: 1; min-width: 0; }
  .mo38-winner-name {
    font-size: 13px;
    font-weight: 800;
    color: var(--c-text);
  }
  .mo38-winner-cat {
    font-size: 11px;
    color: var(--c-text-muted);
    margin-top: 1px;
  }
  .mo38-winner-score {
    font-size: 13px;
    font-weight: 800;
    color: var(--c-accent);
    white-space: nowrap;
  }
  .mo38-card-footer {
    padding: 16px 23px;
    border-top: 1px solid var(--c-border);
  }
  @media (max-width: 880px) {
    .mo38-grid { grid-template-columns: 1fr; }
    .mo38-right { display: none; }
  }
  .mo38-s1 { width: 100%; justify-content: center; }

.cr77-wrap { max-width: 964px; margin: 0 auto; }
  .cr77-title { color: var(--c-text); margin: 0 0 18px; }
  .cr77-intro { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 25px; max-width: 735px; }
  .cr77-row { display: grid; grid-template-columns: 204px 1fr; gap: 39px; padding: 22px 0; border-top: 1px solid var(--c-border); }
  .cr77-row:last-child { border-bottom: 1px solid var(--c-border); }
  .cr77-sh3 { color: var(--c-accent); margin: 0; font-size: 0.871rem; text-transform: uppercase; letter-spacing: 0.062em; font-weight: 700; padding-top: 4px; }
  .cr77-col { min-width: 0; }
  .cr77-sp { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .cr77-sp:last-child { margin-bottom: 0; }
  @media (max-width: 768px) { .cr77-row { grid-template-columns: 1fr; gap: 8px; } }

.ic29-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 352px;
  background: linear-gradient(134deg,
    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.02);
  box-shadow: 0 16px 51px rgba(0,0,0,0.39);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 36px;
}
.ic29-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ic29-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(92deg, rgba(0,0,0,0.512) 0%, rgba(0,0,0,0.193) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.ic29-frame {
  position: relative;
  z-index: 2;
  max-width: 604px;
  padding: 37px 44px;
  border-radius: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  background: rgba(0,0,0,0.2);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  text-align: center;
}
.ic29-title {
  font-size: 31px;
  font-weight: 900;
  color: var(--c-accent, #f59e0b);
  line-height: 1.12;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.457);
}
.ic29-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 23px;
  letter-spacing: 0.021em;
  text-shadow: 0 1px 6px rgba(0,0,0,0.355);
}
.ic29-cta {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 970px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.314);
  transition: box-shadow .25s ease, filter .18s;
}
.ic29-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.184),
    0 10px 27px rgba(34,197,94,0.402);
}
@media (max-width: 768px) {
  .ic29-card {
    min-height: 332px;
    padding: 22px;
    justify-content: center;
  }
  .ic29-overlay {
    background: linear-gradient(185deg, rgba(0,0,0,0.409) 0%, rgba(0,0,0,0.679) 100%);
  }
  .ic29-frame { padding: 24px 22px; max-width: 100%; }
  .ic29-title { font-size: 21px; }
  .ic29-amount { font-size: 14px; }
}

.pu31-wrap { max-width: 819px; margin: 0 auto; }
  .pu31-eyebrow { font-size: 0.71rem; font-weight: 700; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.159em; margin-bottom: 10px; }
  .pu31-title { color: var(--c-text); margin: 0 0 20px; }
  .pu31-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .pu31-p:last-child { margin-bottom: 0; }

.tv62-wrap { max-width: 1179px; margin: 0 auto; }
  .tv62-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
  .tv62-line { flex: 1; height: 1px; background: linear-gradient(89deg, transparent, var(--c-border), transparent); }
  .tv62-title { font-size: 0.791rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.179em; color: var(--c-text-muted); margin: 0; }
  .tv62-row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; }
  .tv62-row .en-mb-prov-tile { aspect-ratio: 4 / 3; background: color-mix(in oklab, var(--c-accent) 11%, var(--c-bg)); border: 1px solid color-mix(in oklab, var(--c-accent) 26%, var(--c-surface)); border-radius: 12px; display: flex; align-items: center; justify-content: center; padding: 5px; }
  .tv62-row .en-mb-prov-img { max-width: 95%; max-height: 90%; object-fit: contain; }
  @media (max-width: 900px) { .tv62-row { grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 600px) { .tv62-row { grid-template-columns: repeat(3, 1fr); } }

.kh76-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.kh76-card { cursor: default; border: 1px solid var(--c-border); border-radius: var(--radius); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.kh76-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px color-mix(in srgb, var(--c-accent) 20%, transparent); }
.kh76-thumb { aspect-ratio: 4/3; background: linear-gradient(134deg, var(--card-bg1, var(--c-surface)), var(--card-bg2, var(--c-border))); display: flex; align-items: center; justify-content: center; }
.kh76-emoji { font-size: 43px; }
.kh76-header { text-align: center; }
@media (max-width: 768px) { .kh76-grid { grid-template-columns: repeat(2, 1fr); } }

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

  .vl83-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 0 0 18px;
  }
  .vl83-card {
    border-radius: 12px;
    padding: 18px 21px 20px;
    background: linear-gradient(136deg,
      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;
  }
  .vl83-card-h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 10px;
  }
  .vl83-card-p {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255,255,255,0.764);
    margin: 0;
  }

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

  .vl83-panel {
    border-radius: 14px;
    padding: 22px 23px 24px;
    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 -28px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
    margin: 0 0 22px;
  }
  .vl83-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .vl83-panel-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.788); margin: 0 0 16px; }
  .vl83-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.752); margin: 16px 0 0; }

  .vl83-bullets {
    list-style: none; padding: 0; margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .vl83-bullet {
    display: flex; align-items: stretch; gap: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px -6px rgba(0,0,0,0.43);
  }
  .vl83-bullet-icon {
    flex: 0 0 45px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent);
    color: var(--c-bg);
  }
  .vl83-bullet-icon svg { width: 18px; height: 18px; }
  .vl83-bullet-text {
    flex: 1;
    padding: 10px 14px;
    background: #f5f7fa;
    color: #374151;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.049em;
    line-height: 1.4;
    display: flex; align-items: center;
  }

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

  .vl83-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;
  }
  .vl83-table th, .vl83-table td {
    padding: 14px 18px;
    font-size: 13px;
    line-height: 1.45;
    text-align: left;
    vertical-align: top;
  }
  .vl83-table thead th {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.123em;
    text-transform: uppercase;
    color: var(--c-text);
    background: color-mix(in srgb, var(--c-accent) 10%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
  }
  .vl83-table tbody td {
    color: var(--c-text-muted);
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 6%, transparent);
  }
  .vl83-table tbody tr:nth-child(even) td {
    background: color-mix(in srgb, var(--c-text) 3%, transparent);
  }
  .vl83-table tbody tr:last-child td { border-bottom: none; }

  .vl83-cta-wrap { margin-top: 18px; }
  .vl83-cta {
    display: inline-block; padding: 12px 30px; border-radius: 988px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 13px; 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;
  }
  .vl83-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) {
    .vl83-cards { grid-template-columns: 1fr; }
    .vl83-bullets { grid-template-columns: 1fr; }
    .vl83-table th, .vl83-table td { padding: 11px 12px; font-size: 12px; }
  }
  @media (max-width: 640px) {
    .vl83-outer { padding: 22px 18px; border-radius: 14px; }
    .vl83-panel { padding: 18px 16px; border-radius: 12px; }
    .vl83-card { padding: 16px 16px 18px; }
  }

.tq92-wrap { max-width: 1062px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .tq92-intro { max-width: 821px; }
  .tq92-title { color: var(--c-text); margin: 0 0 14px; }
  .tq92-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .tq92-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .tq92-col { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 24px 28px; }
  .tq92-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--c-border); }
  .tq92-num { font-size: 2.048rem; font-weight: 800; line-height: 1; letter-spacing: 0; font-variant-numeric: tabular-nums; }
  .tq92-num-pro { color: var(--c-accent); }
  .tq92-num-con { color: var(--c-text); }
  .tq92-headline { display: flex; flex-direction: column; gap: 2px; }
  .tq92-label { font-size: 0.69rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.142em; color: var(--c-text); margin: 0; }
  .tq92-sub { font-size: 0.757rem; color: var(--c-text-muted); }
  .tq92-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .tq92-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); }
  .tq92-item svg { flex-shrink: 0; width: 16px; height: 16px; margin-top: 2px; }
  .tq92-item-pro svg { color: var(--c-accent); }
  .tq92-item-con svg { color: var(--c-text-muted); }
  @media (max-width: 768px) { .tq92-row { grid-template-columns: 1fr; } }

.zj66-wrap { max-width: 974px; margin: 0 auto; }
  .zj66-title { color: var(--c-text); margin: 0 0 23px; }
  .zj66-cols { column-count: 2; column-gap: 48px; }
  .zj66-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .zj66-p:last-child { margin-bottom: 0; }
  @media (max-width: 768px) { .zj66-cols { column-count: 1; } }

.mf13-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 352px;
  background: linear-gradient(139deg,
    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.124);
  box-shadow: 0 14px 44px rgba(0,0,0,0.413);
  display: flex;
  align-items: flex-end;
}
.mf13-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.mf13-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(176deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.182) 35%, rgba(0,0,0,0.724) 70%, rgba(0,0,0,0.902) 100%);
  z-index: 1;
}
.mf13-content {
  position: relative; z-index: 2;
  padding: 41px 44px;
  width: 100%;
}
.mf13-title {
  font-size: 29px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: 0;
  text-shadow: 0 2px 12px rgba(0,0,0,0.509);
}
.mf13-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.897);
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 608px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.496);
}
.mf13-cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
/* Variant 04 signature: dark glass pills. Hover halo borrows the brand
   accent so the glow tints to whatever colour the site uses. */
.mf13-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 23px;
  border-radius: 1016px;
  background: rgba(0,0,0,0.595);
  border: 1px solid rgba(255,255,255,0.171);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, box-shadow .25s ease;
  letter-spacing: 0.03em;
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}
.mf13-cta:hover {
  background: rgba(0,0,0,0.711);
  border-color: color-mix(in srgb, var(--c-accent, #4ade80) 70%, transparent);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #4ade80) 18%, transparent),
    0 8px 22px color-mix(in srgb, var(--c-accent, #4ade80) 24%, transparent);
}
.mf13-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .mf13-card { min-height: 322px; }
  .mf13-content { padding: 27px 22px; }
  .mf13-title { font-size: 22px; }
  .mf13-cta { padding: 11px 16px; font-size: 12px; }
}

.av20-wrap { max-width: 1091px; margin: 0 auto; }
  .av20-intro { max-width: 779px; margin-bottom: 22px; }
  .av20-title { color: var(--c-text); margin: 0 0 12px; }
  .av20-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .av20-scroll { overflow-x: auto; }
  .av20-table { width: 100%; min-width: 725px; border-collapse: separate; border-spacing: 0 8px; }
  .av20-table thead th { background: linear-gradient(90deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 50%, var(--c-grad-end)) 100%); color: var(--c-bg); padding: 14px 23px; font-size: 0.698rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.121em; text-align: left; }
  .av20-table thead th:first-child { border-radius: 12px 0 0 12px; }
  .av20-table thead th:last-child { border-radius: 0 12px 12px 0; }
  .av20-table tbody td { background: var(--c-surface); padding: 18px 22px; font-size: 15px; line-height: 1.5; color: var(--c-text-muted); border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); }
  .av20-table tbody td:first-child { border-left: 1px solid var(--c-border); border-radius: 12px 0 0 12px; }
  .av20-table tbody td:last-child { border-right: 1px solid var(--c-border); border-radius: 0 12px 12px 0; }
  .av20-table tbody tr.av20-active td { background: linear-gradient(87deg, color-mix(in srgb, var(--c-accent) 14%, var(--c-surface)), var(--c-surface) 80%); border-color: color-mix(in srgb, var(--c-accent) 30%, var(--c-border)); }
  .av20-rank { display: inline-flex; align-items: center; gap: 12px; }
  .av20-badge { width: 38px; height: 38px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: var(--c-bg); font-weight: 800; font-size: 0.937rem; flex-shrink: 0; }
  .av20-badge-bronze { background: #a0785a; }
  .av20-badge-silver { background: #8a8e94; }
  .av20-badge-gold { background: #c5a03f; }
  .av20-badge-plat { background: #6a7b8b; }
  .av20-badge-diamond { background: linear-gradient(132deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 50%, #6a7b8b)); box-shadow: 0 0 14px -2px color-mix(in srgb, var(--c-accent) 60%, transparent); }
  .av20-rank-name { display: block; font-size: 0.995rem; font-weight: 800; color: var(--c-text); }
  .av20-rank-vol { display: block; font-size: 11px; color: var(--c-text-muted); margin-top: 2px; }
  .av20-pct { font-weight: 800; color: var(--c-accent); font-size: 0.988rem; font-variant-numeric: tabular-nums; }
  .av20-here { display: inline-block; font-size: 0.634rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.161em; padding: 3px 9px; border: 1px solid var(--c-accent); border-radius: 1009px; }

.jk82-wrap { padding: 0.764rem 0; }
  .jk82-band {
    height: 2px;
    background: linear-gradient(
      92deg,
      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;
  }

.ds32-wrap { max-width: 774px; margin: 0 auto; }
.ds32-item {
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  margin-bottom: 8px;
  overflow: hidden;
  transition: border-color .2s;
}
.ds32-item:hover { border-color: color-mix(in srgb, var(--c-accent) 40%, transparent); }
.ds32-item.en-faq-open { border-color: color-mix(in srgb, var(--c-accent) 60%, transparent); }
.ds32-item.en-faq-open .ds32-q { background: color-mix(in srgb, var(--c-accent) 6%, var(--c-surface)); }
.ds32-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: var(--c-surface);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
  list-style: none;
  gap: 16px;
  user-select: none;
  transition: background .18s;
}
.ds32-q::-webkit-details-marker { display: none; }
.ds32-icon {
  width: 22px; height: 22px; flex-shrink: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--c-accent) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
  display: flex; align-items: center; justify-content: center;
  color: var(--c-accent);
  transition: transform .25s, background .18s;
}
.ds32-icon svg { display: block; flex-shrink: 0; }
.ds32-item.en-faq-open .ds32-icon { transform: rotate(45deg); background: var(--c-accent); color: var(--c-bg); }
.ds32-a {
  padding: 0 23px 20px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--c-text-muted);
  border-top: 1px solid var(--c-border);
  padding-top: 16px;
}
.ds32-a a { color: var(--c-accent); text-decoration: underline; }
.ds32-header { text-align: center; margin-bottom: 36px; }
.ds32-title { margin-top: 8px; }
.ds32-lead { margin-top: 12px; }

/* Trimmed — card padding 20/28, tile aspect 7/2 so badges sit in a
     slim card roughly 60 % of the previous height. The caption column
     no longer forces the card to match its natural height because we
     dropped the 5/3 tall tiles. */
  .qy72-root { padding: 28px 0; }
  .qy72-wrap { max-width: 1037px; margin: 0 auto; }
  .qy72-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 19px 28px; display: grid; grid-template-columns: minmax(198px, 258px) 1fr; gap: 28px; align-items: center; }
  .qy72-title { margin: 0 0 6px; font-size: 1.037rem; }
  .qy72-sub { font-size: 13px; line-height: 1.55; color: var(--c-text-muted); margin: 0; }
  .qy72-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .qy72-grid .en-mb-trust-tile { aspect-ratio: 7 / 2; background: var(--c-bg); border: 1px solid var(--c-border); border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 8px 12px; }
  .qy72-grid .en-mb-trust-img { max-width: 82%; max-height: 80%; object-fit: contain; }
  @media (max-width: 768px) { .qy72-card { grid-template-columns: 1fr; gap: 16px; padding: 18px 18px; } .qy72-grid { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 600px) { .qy72-grid { grid-template-columns: repeat(2, 1fr); } }

/* ── Layout contract ───────────────────────────────────────────────
     Two rows:
       Row 1 (top) — [logo] [nav + extra links] [compact payments → right]
       Row 2 (bottom) — [© brand · play responsibly · 18+] centred
     Payments live in row 1 and push to the right via `margin-left:auto`
     so the logo anchors the left, the nav fills the middle, and the
     payment strip caps the row on the right. Bottom row is pure
     compliance/brand copy — small + centred. */
  .ig96-root { background: var(--c-bg); }
  .ig96-top {
    display: flex; align-items: center;
    gap: 10px 20px; flex-wrap: wrap;
    padding: 14px 0;
    min-height: 43px;
  }
  .ig96-nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; flex: 1 1 auto; min-width: 0; }
  /* `:empty` hides the nav when a landing (single-page) site produced
     no FOOTER_NAV_LINKS / FOOTER_EXTRA_LINKS output — avoids the ugly
     centred gap between logo and payments. */
  .ig96-nav:empty { display: none; }
  .ig96-nav a { font-size: 0.834rem; color: var(--c-text-muted); text-decoration: none; transition: color 0.196s; }
  .ig96-nav a:hover { color: var(--c-accent); }

  /* Compact payments pinned to the right edge of the top row. Same
     sizing recipe as footer_12 so the two dense variants look like
     siblings: 20 px tall icon, 4/8 padding, 50 px max-width. Scoped
     override of .en-pay-logo. */
  .ig96-pay { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin-left: auto; }
  .ig96-pay:empty { display: none; }
  .ig96-pay .en-pay-logo {
    height: 19px;
    max-width: 50px;
    padding: 4px 8px;
    border-radius: 5px;
  }

  .ig96-bottom {
    display: flex; align-items: center; justify-content: center;
    gap: 10px 22px; flex-wrap: wrap;
    padding: 10px 0;
    border-top: 1px solid var(--c-border);
    font-size: 0.778rem; color: var(--c-text-muted);
  }
  .ig96-copy { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }

  @media (max-width: 768px) {
    .ig96-pay { margin-left: 0; width: 100%; justify-content: flex-start; }
  }
  @media (max-width: 600px) {
    .ig96-top { flex-direction: column; align-items: flex-start; gap: 10px; }
    .ig96-nav { flex: 1 1 100%; }
    .ig96-pay { justify-content: flex-start; }
  }

/* ── 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"] .en-btn,
  body [class*="actions-desktop"] .en-btn,
  body [class*="btns-desktop"] .en-btn,
  body [class*="cta-wrap"] .en-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;
  }
}
