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


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

.h21_root {
    background: var(--c-primary);
    border-bottom: 3px solid var(--c-accent);
  }
  .h21_inner {
    display: flex;
    align-items: center;
    height: 66px;
  }
  .h21_nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    justify-content: center;
  }
  .h21_nav a {
    color: color-mix(in srgb, var(--c-text) 70%, transparent);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    position: relative;
    transition: color 0.153s;
  }
  .h21_nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 14px;
    right: 14px;
    height: 2px;
    background: var(--c-accent);
    border-radius: 2px;
    transform: scaleX(0);
    transition: transform 0.205s ease;
  }
  .h21_nav a:hover {
    color: var(--c-text);
  }
  .h21_nav a:hover::after {
    transform: scaleX(1);
  }
  .h21_cta {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .h21_menu-btn {
    display: none;
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--c-text) 20%, transparent);
    color: var(--c-text);
    width: 36px;
    height: 35px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .h21_nav { display: none; }
    .h21_cta-desktop { display: none !important; }
    .h21_menu-btn { display: flex !important; }
  }
  .h21_s1 { position: sticky; top: 0; z-index: 100; }
  .h21_s2 { display: flex; align-items: center; gap: 8px; }
  .h21_s3 { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h21_s4 { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h21_s5 { flex: 1; justify-content: center; }

.eb86-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 346px;
  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: 1px solid rgba(255,255,255,0.031);
  box-shadow: 0 17px 51px rgba(0,0,0,0.418);
  display: flex;
  align-items: center;
  justify-content: center;
}
.eb86-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.eb86-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.467) 0%, rgba(0,0,0,0.696) 100%);
  z-index: 1;
}
.eb86-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 49px 29px;
  max-width: 1200px;
}
.eb86-title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 14px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.465);
  letter-spacing: -0.01em;
}
.eb86-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.84);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 1200px;
  margin-left: auto; margin-right: auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.446);
}
.eb86-cta-row {
  display: flex; gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
/* Variant 01 signature: clean white pills (full radius) with soft white halo on hover */
.eb86-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 27px;
  border-radius: 977px;
  background: #ffffff;
  color: var(--c-bg);
  font-size: 13px; font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.065);
  box-shadow: 0 4px 14px rgba(0,0,0,0.154);
  transition: box-shadow .25s ease;
}
.eb86-cta:hover {
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.159),
    0 8px 22px rgba(255,255,255,0.183),
    0 4px 14px rgba(0,0,0,0.196);
}
.eb86-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .eb86-card { min-height: 274px; }
  .eb86-content { padding: 35px 20px; }
  .eb86-title { font-size: 24px; }
  .eb86-cta { padding: 11px 18px; font-size: 12px; }
}

.zv29-wrap { max-width: 1200px; margin: 0 auto; }
  .zv29-title { color: var(--c-text); margin: 0 0 22px; }
  .zv29-subtitle { color: var(--c-text); font-size: 22px; font-weight: 800; line-height: 1.3; margin: 24px 0 12px; }
  .zv29-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .zv29-panel {
    position: relative;
    margin: 28px 0;
    border-radius: 19px;
    background:
      linear-gradient(184deg,
        color-mix(in srgb, var(--c-accent) 4%, var(--c-surface)) 0%,
        var(--c-surface) 50%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 28%, var(--c-border));
    box-shadow:
      0 22px 60px -28px color-mix(in srgb, var(--c-accent) 70%, transparent),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 10%, transparent);
    overflow: hidden;
  }
  .zv29-panel::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: linear-gradient(89deg,
      transparent 0%,
      var(--c-accent) 50%,
      transparent 100%);
    opacity: 0.6;
    pointer-events: none;
  }
  .zv29-spec {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .zv29-spec th, .zv29-spec td {
    padding: 16px 23px;
    font-size: 15px;
    line-height: 1.55;
    vertical-align: top;
    text-align: left;
  }
  .zv29-spec thead th {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--c-text);
    padding-top: 16px;
    padding-bottom: 16px;
    background: linear-gradient(135deg,
      color-mix(in srgb, var(--c-accent) 22%, transparent) 0%,
      color-mix(in srgb, var(--c-accent) 8%, transparent) 100%);
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 35%, var(--c-border));
  }
  .zv29-spec thead th:first-child {
    color: var(--c-accent);
  }
  .zv29-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 38%;
    border-left: 3px solid transparent;
    padding-left: 21px;
    transition: border-left-color .25s ease, color .25s ease;
  }
  .zv29-spec tbody td { color: var(--c-text-muted); }
  .zv29-spec tbody tr {
    border-bottom: 1px solid var(--c-border);
    transition: background-color .25s ease;
  }
  .zv29-spec tbody tr:last-child { border-bottom: none; }
  .zv29-spec tbody tr:hover {
    background: linear-gradient(91deg,
      color-mix(in srgb, var(--c-accent) 8%, transparent) 0%,
      color-mix(in srgb, var(--c-accent) 2%, transparent) 100%);
  }
  .zv29-spec tbody tr:hover th {
    border-left-color: var(--c-accent);
    color: var(--c-accent);
  }
  .zv29-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0 18px;
  }
  .zv29-route-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 22px;
    background:
      linear-gradient(184deg,
        color-mix(in srgb, var(--c-accent) 9%, var(--c-surface)) 0%,
        var(--c-surface) 64%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 28%, var(--c-border));
    box-shadow: 0 18px 48px -30px color-mix(in srgb, var(--c-accent) 70%, transparent);
  }
  .zv29-route-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, var(--c-accent), transparent);
  }
  .zv29-route-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--c-accent) 14%, transparent);
    color: var(--c-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .zv29-route-title {
    margin: 14px 0 16px;
    color: var(--c-text);
    font-size: 20px;
    line-height: 1.25;
  }
  .zv29-step-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .zv29-step-list li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }
  .zv29-step-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--c-accent) 18%, var(--c-bg));
    color: var(--c-text);
    font-size: 12px;
    font-weight: 900;
  }
  .zv29-step-list p {
    margin: 1px 0 0;
    color: var(--c-text-muted);
    font-size: 14px;
    line-height: 1.65;
  }
  .zv29-feature-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 20px 0 26px;
  }
  .zv29-feature-pill {
    min-height: 132px;
    padding: 16px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--c-surface) 88%, var(--c-bg));
    border: 1px solid var(--c-border);
  }
  .zv29-feature-pill strong {
    display: block;
    margin-bottom: 8px;
    color: var(--c-text);
    font-size: 14px;
  }
  .zv29-feature-pill span {
    display: block;
    color: var(--c-text-muted);
    font-size: 13px;
    line-height: 1.55;
  }
  @media (max-width: 640px) {
    .zv29-route-grid { grid-template-columns: 1fr; }
    .zv29-route-card { padding: 18px; }
    .zv29-feature-strip { grid-template-columns: 1fr; }
    .zv29-feature-pill { min-height: 0; }
    .zv29-spec th, .zv29-spec td { padding: 12px 16px; font-size: 13px; }
    .zv29-spec tbody th { padding-left: 13px; width: 42%; }
  }

.aq89-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 316px;
  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: 2px solid color-mix(in srgb, var(--c-accent, #22c55e) 65%, transparent);
  box-shadow: 0 16px 50px rgba(0,0,0,0.463);
  display: flex;
  align-items: center;
}
.aq89-bg-img {
  position: absolute; inset: 0;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.aq89-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(92deg, rgba(0,0,0,0.773) 0%, rgba(0,0,0,0.534) 35%, rgba(0,0,0,0.058) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.aq89-content {
  position: relative;
  z-index: 2;
  padding: 44px 50px;
  max-width: 1200px;
}
.aq89-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.474);
}
.aq89-amount {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 24px;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0,0,0,0.531);
}
.aq89-cta {
  display: inline-block;
  padding: 12px 37px;
  border-radius: 978px;
  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;
}
.aq89-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.22),
    0 10px 27px rgba(34,197,94,0.454);
}
@media (max-width: 768px) {
  .aq89-card { min-height: 315px; }
  .aq89-overlay {
    background: linear-gradient(181deg, rgba(0,0,0,0.369) 0%, rgba(0,0,0,0.868) 100%);
  }
  .aq89-content { padding: 29px 22px; max-width: 1200px; }
  .aq89-title { font-size: 24px; }
  .aq89-amount { font-size: 15px; }
}

.ug38-hero {
  position: relative;
  min-height: 474px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.ug38-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(179deg,
    rgb(0 0 0 / calc(.5 + var(--hi-offset, 0))) 0%,
    rgb(0 0 0 / calc(.62 + var(--hi-offset, 0))) 100%);
}
.ug38-content {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 700px;
  padding: 40px 24px;
}
.ug38-title { color: #fff; margin: 0 0 16px; text-shadow: 0 2px 12px rgba(0,0,0,0.395); }
.ug38-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.841);
  line-height: 1.6;
  margin: 0 0 29px;
}
.ug38-cta {
  display: inline-block;
  padding: 14px 37px;
  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;
}
.ug38-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) { .ug38-hero { min-height: 390px; } }

.hm62-wrap { max-width: 1200px; margin: 0 auto; }
  .hm62-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.335);
  }
  .hm62-title { color: var(--c-text); margin: 0 0 12px; }
  .hm62-intro { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

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

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

  .hm62-panel {
    border-radius: 14px;
    padding: 21px 25px 24px;
    background: linear-gradient(134deg,
      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 53px -28px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
    margin: 0 0 22px;
  }
  .hm62-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .hm62-panel-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.745); margin: 0 0 16px; }
  .hm62-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.771); margin: 16px 0 0; }

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

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

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

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

.cv82-wrap { max-width: 1200px; margin: 0 auto; }
  .cv82-intro { max-width: 1200px; margin-bottom: 23px; }
  .cv82-title { color: var(--c-text); margin: 0 0 12px; }
  .cv82-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .cv82-scroll { overflow-x: auto; }
  .cv82-table { width: 100%; min-width: 728px; border-collapse: separate; border-spacing: 0 8px; }
  .cv82-table thead th { background: linear-gradient(91deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 50%, var(--c-grad-end)) 100%); color: var(--c-bg); padding: 14px 22px; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.119em; text-align: left; }
  .cv82-table thead th:first-child { border-radius: 12px 0 0 12px; }
  .cv82-table thead th:last-child { border-radius: 0 12px 12px 0; }
  .cv82-table tbody td { background: var(--c-surface); padding: 18px 23px; font-size: 14px; line-height: 1.5; color: var(--c-text-muted); border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); }
  .cv82-table tbody td:first-child { border-left: 1px solid var(--c-border); border-radius: 12px 0 0 12px; }
  .cv82-table tbody td:last-child { border-right: 1px solid var(--c-border); border-radius: 0 12px 12px 0; }
    .cv82-rank { display: inline-flex; align-items: center; gap: 12px; }
  .cv82-badge { width: 38px; height: 39px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: var(--c-bg); font-weight: 800; font-size: 0.945rem; flex-shrink: 0; }
  .cv82-badge-bronze { background: #a0785a; }
  .cv82-badge-silver { background: #8a8e94; }
  .cv82-badge-gold { background: #c5a03f; }
  .cv82-badge-plat { background: #6a7b8b; }
  .cv82-badge-diamond { background: linear-gradient(135deg, 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); }
  .cv82-rank-name { display: block; font-size: 0.989rem; font-weight: 800; color: var(--c-text); }
  .cv82-rank-vol { display: block; font-size: 11px; color: var(--c-text-muted); margin-top: 2px; }
  .cv82-pct { font-weight: 800; color: var(--c-accent); font-size: 1.009rem; font-variant-numeric: tabular-nums; }
  .cv82-here { display: inline-block; font-size: 0.621rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.158em; padding: 3px 9px; border: 1px solid var(--c-accent); border-radius: 983px; }

.app-notes-card {
  max-width: 1200px;
  margin: 0 auto;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 14px;
  overflow: hidden;
}
.app-notes-strip {
  height: 4px;
  background: linear-gradient(93deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 40%, transparent));
}
.app-notes-body {
  padding: 34px 40px;
}
.app-notes-title {
  color: var(--c-text);
  margin: 0 0 20px;
}
.app-notes-p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--c-text-muted);
  margin: 0 0 16px;
}
.app-notes-author {
  color: #fff;
  font-size: 15px;
  line-height: 1.65;
  margin: 8px 0 16px;
}
.app-notes-author strong {
  color: #fff;
  font-weight: 800;
}
.app-notes-author em {
  color: #fff;
  font-style: italic;
}
.app-notes-subtitle {
  color: var(--c-text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  margin: 18px 0 10px;
}
.app-reviews-head {
  text-align: center;
  margin-bottom: 24px;
}
.app-reviews-lead {
  max-width: 1200px;
  margin: 10px auto 0;
}
.app-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.app-review-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  padding: 22px;
}
.app-review-name {
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 10px;
}
.app-review-text {
  color: var(--c-text-muted);
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 12px;
}
.app-review-country {
  color: var(--c-text-muted);
  font-size: 12px;
}
@media (max-width: 800px) {
  .app-reviews-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .app-notes-body { padding: 23px 23px; }
}

.ww84-wrap { max-width: 1200px; margin: 0 auto; }
.ww84-list { display: flex; flex-direction: column; gap: 10px; margin-top: 41px; }
.ww84-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;
}
.ww84-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);
}
.ww84-item.gw-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 32px color-mix(in srgb, var(--c-accent) 8%, transparent);
}
.ww84-q {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.ww84-q::-webkit-details-marker { display: none; }
.ww84-num {
  font-size: 21px;
  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;
}
.ww84-item.gw-faq-open .ww84-num,
.ww84-item:hover .ww84-num { color: var(--c-accent); }
.ww84-qtext {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.4;
}
.ww84-chevron {
  width: 23px; height: 24px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--c-text-muted);
  transition: transform .25s;
}
.ww84-item.gw-faq-open .ww84-chevron { transform: rotate(180deg); color: var(--c-accent); }
.ww84-body {
  padding: 0 24px 21px 67px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-text-muted);
  border-top: 1px solid var(--c-border);
  padding-top: 18px;
}
.ww84-body a { color: var(--c-accent); }
.ww84-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: 23px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.ww84-cta-text { font-size: 15px; font-weight: 600; color: var(--c-text); }
.ww84-cta-sub { font-size: 13px; color: var(--c-text-muted); margin-top: 3px; }
.ww84-header { text-align: center; }
.ww84-title { margin-top: 8px; }
.ww84-lead { margin-top: 10px; max-width: 1200px; margin-left: auto; margin-right: auto; }

.ae83-wrap { padding: 1.0rem 0; }
  .ae83-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;
  }
  .ae83-sweep {
    position: absolute;
    top: 0; left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(92deg, transparent, var(--c-accent), transparent);
    animation: ae83-slide 2.769s ease-in-out infinite;
    border-radius: 2px;
  }
  @keyframes ae83-slide {
    0% { left: -40%; }
    100% { left: 140%; }
  }

/* ── Centered footer with a deliberate visual hierarchy: ─────────
     1) Logo — brand identity
     2) Tagline — short pitch (optional, truncates cleanly)
     3) <divider>
     4) Primary nav — multipage links (Bonuses / Games / Reviews), same
        weight/size as header nav
     5) Legal nav — Terms / Privacy / Cookies, smaller + muted + dot
        separators so they read as "fine print" not top-level nav
     6) <divider>
     7) Copyright row — © year · brand · play responsibly · 18+ badge

     Every block is symmetric around the horizontal centre and uses
     consistent 14-18 px vertical rhythm. When a section's placeholder
     resolves to nothing the `:empty` rule hides the whole block AND
     the divider above it so we never ship an orphan line. */
  .np20-root { text-align: center; padding: 45px 0 28px; }
  .np20-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

  .np20-tagline {
    font-size: 0.876rem; color: var(--c-text-muted);
    margin: 0 auto 22px; max-width: 1200px; line-height: 1.55;
  }

  .np20-divider {
    max-width: 1200px; height: 1px;
    background: var(--c-border); opacity: .6;
    margin: 0 auto;
  }

  /* Primary nav — same visual weight as the header's top-level links. */
  .np20-nav-primary {
    display: flex; justify-content: center; flex-wrap: wrap;
    gap: 29px;
    margin: 21px auto 0;
  }
  .np20-nav-primary:empty { display: none; }
  .np20-nav-primary a {
    font-size: 0.944rem; font-weight: 500;
    color: var(--c-text); text-decoration: none;
    transition: color .2s;
  }
  .np20-nav-primary a:hover { color: var(--c-accent); }

  /* Legal nav — explicitly softer: smaller, muted, dot separators
     between items so the eye parses it as compliance fine-print, not
     primary navigation. */
  .np20-nav-legal {
    display: flex; justify-content: center; flex-wrap: wrap;
    align-items: center; gap: 0;
    margin: 10px auto 0;
    font-size: 0.768rem;
    color: var(--c-text-muted);
  }
  .np20-nav-legal:empty { display: none; }
  .np20-nav-legal a {
    color: inherit; text-decoration: none;
    transition: color .2s;
    padding: 2px 0;
  }
  .np20-nav-legal a:hover { color: var(--c-accent); }
  /* Pseudo-element separator — `a + a::before` ensures the dot only
     appears BETWEEN links (never leading/trailing), and its symmetric
     `margin: 0 14px` guarantees equal whitespace on both sides of
     every dot regardless of which links ended up in the row. Earlier
     attempt used column-gap + negative-left + margin-right and the
     dot slid off-centre; this version is single-source-of-truth. */
  .np20-nav-legal a + a::before {
    content: '·';
    margin: 0 14px;
    opacity: .5;
    color: var(--c-text-muted);
  }

  .np20-payments {
    justify-content: center;
    margin-top: 18px;
  }
  .np20-payments:empty { display: none; }

  .np20-bottom {
    display: inline-flex; justify-content: center; align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    font-size: 0.779rem;
    color: var(--c-text-muted);
  }
  .np20-bottom-sep {
    width: 3px; height: 3px; border-radius: 50%;
    background: currentColor; opacity: .4;
    display: inline-block;
  }

/* ── 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"] .gw-btn,
  body [class*="actions-desktop"] .gw-btn,
  body [class*="btns-desktop"] .gw-btn,
  body [class*="cta-wrap"] .gw-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: 11px !important;
  }
}
@media (max-width: 768px) {
  .h21_cta-desktop.h21_s2 {
    display: none !important;
  }
}
/* Header edge alignment */
.h21_inner {
  justify-content: space-between !important;
}
.h21_inner .gw-logo,
.h21_inner [class*="logo"] {
  flex: 0 0 auto;
}
.h21_nav {
  flex: 1 1 auto;
  justify-content: center;
}
.h21_cta {
  margin-left: auto;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .h21_inner {
    justify-content: space-between !important;
  }
  .h21_cta {
    margin-left: auto;
  }
}
/* Codex section padding override */
section {
  padding: 20px !important;
}

/* Codex h2 spacing override */
h2 {
  margin-bottom: 20px !important;
}

/* Codex inner section block padding override */
section :is(article, aside, blockquote, details, table, .it-table-wrap, .it-list, .it-content-cta,
  [class*="card"], [class*="cards"], [class*="grid"], [class*="panel"], [class*="table"], [class*="list"],
  [class*="scroll"], [class*="cta"], [class*="row"], [class*="wrap"], [class*="faq"],
  [class*="review"], [class*="rating"], [class*="myth"], [class*="mito"], [class*="bonus"], [class*="promo"],
  [class*="verdict"], [class*="responsible"], [class*="legal"]) {
  padding: 20px !important;
}

/* Codex text spacing around content blocks */
:is(p, li, h3, h4):has(+ :is(ul, ol, table, blockquote, details, article, aside, .it-table-wrap, .it-list, .it-content-cta,
    [class*="table"], [class*="list"], [class*="card"], [class*="cards"], [class*="grid"], [class*="panel"],
    [class*="scroll"], [class*="cta"], [class*="row"], [class*="wrap"], [class*="faq"],
    [class*="review"], [class*="rating"], [class*="myth"], [class*="mito"], [class*="bonus"], [class*="promo"])) {
  margin-bottom: 20px !important;
}

:is(div, article, aside):has(> :is(p, h3, h4):last-child):has(+ :is(ul, ol, table, blockquote, details, article, aside, .it-table-wrap, .it-list, .it-content-cta,
    [class*="table"], [class*="list"], [class*="card"], [class*="cards"], [class*="grid"], [class*="panel"],
    [class*="scroll"], [class*="cta"], [class*="row"], [class*="wrap"], [class*="faq"],
    [class*="review"], [class*="rating"], [class*="myth"], [class*="mito"], [class*="bonus"], [class*="promo"]))
  > :is(p, h3, h4):last-child {
  margin-bottom: 20px !important;
}

:is(.it-table-wrap, .it-list, .it-content-cta,
  [class*="table"], [class*="list"], [class*="card"], [class*="cards"], [class*="grid"], [class*="panel"],
  [class*="scroll"], [class*="cta"], [class*="row"], [class*="wrap"], [class*="faq"],
  [class*="review"], [class*="rating"], [class*="myth"], [class*="mito"], [class*="bonus"], [class*="promo"])
  + :is(p, h2, h3, h4, ul, ol) {
  margin-top: 20px !important;
}

/* Codex nested text spacing fallback */
.nu22-body:has(+ .nu22-aside) > :is(p, h3, h4, ul, ol):last-child,
:is([class*="body"], [class*="content"], [class*="copy"], [class*="text"]):has(+ :is(aside, blockquote, article, .it-table-wrap, .it-list, .it-content-cta,
    [class*="table"], [class*="list"], [class*="card"], [class*="cards"], [class*="grid"], [class*="panel"],
    [class*="scroll"], [class*="cta"], [class*="row"], [class*="wrap"], [class*="faq"],
    [class*="review"], [class*="rating"], [class*="myth"], [class*="mito"], [class*="bonus"], [class*="promo"]))
  > :is(p, h3, h4, ul, ol):last-child {
  margin-bottom: 20px !important;
}

/* Codex reliable prose spacing */
section :is(p, ul, ol):not(:last-child) {
  margin-bottom: 20px !important;
}

section :is(table, blockquote, details, article, aside, div, ul, ol) + :is(p, ul, ol) {
  margin-top: 20px !important;
}

/* Codex intro prose spacing */
section :is(header, [class*="intro"], [class*="head"], [class*="body"], [class*="content"], [class*="copy"], [class*="text"])
  > :is(p, ul, ol):last-child {
  margin-bottom: 20px !important;
}

/* Codex mobile compact block padding */
@media (max-width: 500px) {
  section :is(article, aside, blockquote, details, table, thead, tbody, tfoot, tr, th, td,
    [class*="card"], [class*="panel"], [class*="table"], [class*="list"], [class*="grid"], [class*="wrap"],
    [class*="box"], [class*="item"], [class*="tile"], [class*="review"], [class*="rating"],
    [class*="myth"], [class*="mito"], [class*="bonus"], [class*="promo"], [class*="verdict"],
    [class*="responsible"], [class*="legal"], [class*="faq"], [class*="cta"]) {
    padding: 10px !important;
  }
}
/* Codex fs32 row side padding reset */
.fs32-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Codex strong fs32 row side padding reset */
section .fs32-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Codex bk82 wrap side padding reset */
section .bk82-wrap,
.bk82-wrap.xg-visible {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Codex content list side padding reset */
main :is(ul, ol, .it-list) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Codex it odds grid padding reset */
.it-odds-grid {
  padding: 0 !important;
}
/* Codex it schedule cards padding reset */
.it-schedule-cards {
  padding: 0 !important;
}
/* Codex keep padding only on sections */
main section {
  padding: 20px !important;
}

main section :is(
  aside, details,
  .it-table-wrap, .it-list,
  [class*="grid"], [class*="wrap"], [class*="cards"], [class*="list"],
  [class*="block"], [class*="body"], [class*="head"], [class*="row"], [class*="card"]
) {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Codex verdict author text start */
.it-verdict-author {
  text-align: start !important;
  align-items: flex-start !important;
  justify-items: start !important;
}
/* Codex FAQ head spacing reset */
.it-faq-head {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
/* Codex verdict head spacing reset */
.it-verdict-head {
  padding: 0 !important;
  margin-bottom: 0 !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;
}
