@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;
}

.ae-logo-text { color: var(--c-logo-text) !important; }
[class*="_logo"] { color: #ffffff !important; }


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

.h17_trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: color-mix(in srgb, var(--c-accent) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--c-accent) 30%, transparent);
    border-radius: 10px;
    padding: 6px 14px 6px 10px;
    flex-shrink: 0;
  }
  .h17_badge-shield {
    width: 32px;
    height: 32px;
    background: var(--c-accent);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.023rem;
    flex-shrink: 0;
  }
  .h17_badge-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .h17_badge-title {
    font-size: 0.747rem;
    font-weight: 800;
    color: var(--c-accent);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
  .h17_badge-stars {
    display: flex;
    align-items: center;
    gap: 1px;
  }
  .h17_star {
    color: #f59e0b;
    font-size: 0.715rem;
    line-height: 1;
  }
  .h17_badge-sub {
    font-size: 0.664rem;
    color: color-mix(in srgb, var(--c-text) 55%, transparent);
    font-weight: 500;
    margin-left: 4px;
    white-space: nowrap;
  }
  .h17_nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    justify-content: center;
  }
  .h17_cta {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .h17_menu-btn {
    display: none;
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--c-text) 20%, transparent);
    color: var(--c-text);
    width: 37px;
    height: 38px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 900px) {
    .h17_trust-badge { display: none; }
  }
  @media (max-width: 768px) {
    .h17_nav { display: none; }
    .h17_cta-desktop { display: none !important; }
    .h17_menu-btn { display: flex !important; }
  }
  .h17_sroot { position: sticky; top: 0; z-index: 100; }
  .h17_cta-desktop { display: flex; align-items: center; gap: 8px; }
  .h17_mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h17_mrow { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h17_mbtn { flex: 1; justify-content: center; }

.bg62-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 357px;
  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.12);
  box-shadow: 0 16px 50px rgba(0,0,0,0.492);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg62-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 0%;
  z-index: 0;
}
.bg62-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(133deg, rgba(0,0,0,0.669) 0%, rgba(0,0,0,0.366) 50%, rgba(0,0,0,0.685) 100%);
  z-index: 1;
}
.bg62-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 45px 28px;
  max-width: 708px;
}
.bg62-title {
  font-size: 33px;
  font-weight: 900;
  color: var(--c-accent, #f59e0b);
  line-height: 1.1;
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.46);
}
.bg62-amount-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 26px;
}
.bg62-diamond {
  display: inline-block;
  width: 14px; height: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  transform: rotate(46deg);
  flex-shrink: 0;
}
.bg62-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.021em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.49);
}
.bg62-cta {
  display: inline-block;
  padding: 13px 37px;
  border-radius: 12px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.337);
  transition: box-shadow .25s ease, filter .18s;
}
.bg62-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.239),
    0 10px 29px rgba(34,197,94,0.418);
}
@media (max-width: 768px) {
  .bg62-card { min-height: 337px; }
  .bg62-content { padding: 31px 18px; }
  .bg62-title { font-size: 22px; }
  .bg62-amount { font-size: 14px; }
  .bg62-amount-row { gap: 10px; flex-wrap: wrap; justify-content: center; }
}

.wm77-hero {
    background: linear-gradient(142deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 18%, var(--c-bg)) 100%);
    position: relative;
    overflow: hidden;
  }
  .wm77-svg-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    pointer-events: none;
  }
  .wm77-grid {
    display: grid;
    grid-template-columns: 1fr 375px;
    gap: 49px;
    align-items: center;
    padding: 57px 0;
    position: relative;
    z-index: 1;
  }
  .wm77-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.683rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.102em;
    color: var(--c-accent);
    background: color-mix(in srgb, var(--c-accent) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--c-accent) 25%, transparent);
    border-radius: 20px;
    padding: 5px 14px;
    margin-bottom: 16px;
  }
  .wm77-title { color: var(--c-text); margin-bottom: 14px; }
  .wm77-accent { color: var(--c-accent); }
  .wm77-desc {
    font-size: 1.027rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    max-width: 473px;
    margin-bottom: 24px;
  }
  .wm77-stats {
    display: flex;
    gap: 29px;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  .wm77-stat-val {
    font-size: 1.42rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
  }
  .wm77-stat-lbl {
    font-size: 0.695rem;
    color: var(--c-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 4px;
  }
  .wm77-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .wm77-card {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 0 12px rgba(255,255,255,0.187), 0 0 3px rgba(255,255,255,0.121);
    overflow: hidden;
  }
  .wm77-card-header {
    padding: 18px 24px;
    border-bottom: 1px solid var(--c-border);
    font-size: 0.793rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.081em;
    color: var(--c-text-muted);
  }
  .wm77-card-body { padding: 20px 24px; }
  .wm77-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .wm77-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--c-border) 40%, transparent);
  }
  .wm77-feature-icon {
    width: 32px;
    height: 31px;
    border-radius: 8px;
    background: color-mix(in srgb, var(--c-accent) 12%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .wm77-feature-icon svg {
    width: 16px;
    height: 16px;
    color: var(--c-accent);
  }
  .wm77-feature-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .wm77-feature-name {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--c-text);
  }
  .wm77-feature-sub {
    font-size: 0.713rem;
    color: var(--c-text-muted);
  }
  .wm77-card-footer {
    padding: 16px 24px;
    border-top: 1px solid var(--c-border);
  }
  .wm77-card-cta {
    display: block;
    text-align: center;
    padding: 11px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-weight: 700;
    font-size: 0.862rem;
    border-radius: 10px;
    text-decoration: none;
  }
  .wm77-card-cta:hover { opacity: 0.9; }
  @media (max-width: 768px) {
    .wm77-grid { grid-template-columns: 1fr; gap: 33px; padding: 40px 0; }
    .wm77-card { display: none; }
  }

.dr16-wrap { max-width: 1138px; margin: 0 auto; }
  .dr16-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 36px;
    align-items: start;
    margin-bottom: 24px;
  }
  .dr16-title { color: var(--c-text); margin: 0 0 18px; }
  .dr16-p { font-size: 16px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .dr16-spec {
    width: 100%;
    border-collapse: collapse;
    background: var(--c-surface);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
    box-shadow:
      0 18px 49px -26px color-mix(in srgb, var(--c-accent) 55%, transparent),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 6%, transparent);
    table-layout: fixed;
  }
  .dr16-spec thead th {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.144em;
    text-align: left;
    padding: 14px 18px;
    color: var(--c-bg);
    background: linear-gradient(132deg,
      var(--c-accent) 0%,
      color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end)) 100%);
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 45%, transparent);
  }
  .dr16-spec tbody th, .dr16-spec tbody td {
    padding: 13px 18px;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid var(--c-border);
  }
  .dr16-spec tbody tr:last-child th,
  .dr16-spec tbody tr:last-child td { border-bottom: none; }
  .dr16-spec tbody tr:nth-child(odd) {
    background: color-mix(in srgb, var(--c-accent) 3%, transparent);
  }
  .dr16-spec tbody tr:hover {
    background: color-mix(in srgb, var(--c-accent) 8%, transparent);
  }
  .dr16-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 44%;
  }
  .dr16-spec tbody th::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--c-accent);
    margin-right: 10px;
    vertical-align: 0.179em;
  }
  .dr16-spec tbody td { color: var(--c-text-muted); }
  @media (max-width: 880px) {
    .dr16-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }
  @media (max-width: 640px) {
    .dr16-spec thead th { padding: 11px 14px; }
    .dr16-spec tbody th, .dr16-spec tbody td { padding: 11px 14px; font-size: 13px; }
    .dr16-spec tbody th::before { width: 4px; height: 4px; margin-right: 8px; }
  }

.cq57-wrap { max-width: 1009px; margin: 0 auto; }
  .cq57-title { color: var(--c-text); margin: 0 0 18px; }
  .cq57-intro { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 24px; max-width: 722px; }
  .cq57-row { display: grid; grid-template-columns: 198px 1fr; gap: 40px; padding: 23px 0; border-top: 1px solid var(--c-border); }
  .cq57-row:last-child { border-bottom: 1px solid var(--c-border); }
  .cq57-sh3 { color: var(--c-accent); margin: 0; font-size: 0.895rem; text-transform: uppercase; letter-spacing: 0.061em; font-weight: 700; padding-top: 4px; }
  .cq57-col { min-width: 0; }
  .cq57-sp { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .cq57-sp:last-child { margin-bottom: 0; }
  @media (max-width: 768px) { .cq57-row { grid-template-columns: 1fr; gap: 8px; } }

.gl62-wrap { max-width: 906px; margin: 0 auto; }
  .gl62-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 27px 29px 29px;
    box-shadow: 0 16px 45px -22px rgba(0,0,0,0.339);
  }
  .gl62-title { color: var(--c-text); margin: 0 0 14px; }
  .gl62-intro { font-size: 16px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 23px; }

  .gl62-panel {
    border-radius: 16px;
    padding: 26px 25px 28px;
    margin-bottom: 18px;
    background: linear-gradient(132deg,
      color-mix(in srgb, var(--c-accent) 12%, 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 -27px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
  }
  .gl62-panel:last-of-type { margin-bottom: 0; }

  .gl62-h3 { color: #fff; font-size: 18px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; letter-spacing: -0.005em; }
  .gl62-h3-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.805); margin: 0 0 22px; }
  .gl62-h3-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.796); margin: 22px 0 0; }

  .gl62-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; counter-reset: gl62-step; }
  .gl62-step {
    counter-increment: gl62-step;
    display: flex; align-items: stretch; gap: 12px;
    padding: 0;
  }
  .gl62-step::before {
    content: 'Step ' counter(gl62-step);
    flex: 0 0 auto;
    padding: 10px 16px;
    border-radius: 1009px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-size: 11px; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.103em;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 10px -2px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .gl62-step-text {
    flex: 1;
    padding: 10px 18px;
    border-radius: 984px;
    background: rgba(255,255,255,0.034);
    border: 1px solid rgba(255,255,255,0.063);
    color: rgba(255,255,255,0.893);
    font-size: 13px; line-height: 1.5; font-weight: 500;
    display: flex; align-items: center;
  }

  .gl62-cta-wrap { margin-top: 24px; }
  .gl62-cta {
    display: inline-block; padding: 12px 31px; border-radius: 1006px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 13px; 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;
  }
  .gl62-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: 640px) {
    .gl62-outer { padding: 22px 18px; border-radius: 14px; }
    .gl62-panel { padding: 20px 16px; border-radius: 12px; }
    .gl62-h3 { font-size: 16px; }
    .gl62-step { gap: 8px; }
    .gl62-step::before { padding: 8px 12px; font-size: 10px; }
    .gl62-step-text { padding: 8px 14px; font-size: 12px; }
  }

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

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

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

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

  .vo22-panel {
    border-radius: 14px; padding: 22px 23px 25px;
    background: linear-gradient(138deg,
      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;
  }
  .vo22-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .vo22-panel-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.784); margin: 0 0 16px; }
  .vo22-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.779); margin: 16px 0 0; }

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

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

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

  .vo22-cta-wrap { margin-top: 18px; }
  .vo22-cta {
    display: inline-block; padding: 12px 30px; border-radius: 986px;
    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 22px -8px color-mix(in srgb, var(--c-accent) 75%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .18s;
  }
  .vo22-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 29px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
  }

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

.guide-promo-banner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-height: 318px;
  margin: 12px 0 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #0a3433;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.guide-promo-img,
.guide-promo-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.guide-promo-img {
  object-fit: cover;
  object-position: center 44%;
  z-index: 0;
}

.guide-promo-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.58) 33%, rgba(0, 0, 0, 0.18) 68%, rgba(0, 0, 0, 0.62) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 55%);
}

.guide-promo-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  min-height: 318px;
  padding: 44px;
}

.guide-promo-copy {
  max-width: 560px;
}

.guide-promo-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 14px;
  padding: 7px 15px;
  border: 1px solid rgba(255, 87, 87, 0.55);
  border-radius: 999px;
  background: rgba(255, 87, 87, 0.32);
  color: #ff5757;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-promo-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.65);
}

.guide-promo-copy p {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.guide-promo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 34px;
  border-radius: 999px;
  background: #ff5757;
  color: #072f35;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(255, 87, 87, 0.24);
  white-space: nowrap;
}

.guide-promo-cta span {
  margin-left: 8px;
}

@media (max-width: 760px) {
  .guide-promo-banner {
    min-height: 360px;
  }

  .guide-promo-content {
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: end;
    min-height: 360px;
    padding: 28px;
  }

  .guide-promo-cta {
    width: fit-content;
    min-height: 50px;
    padding: 0 24px;
  }
}

.ve62-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 374px;
  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.079);
  box-shadow: 0 14px 44px rgba(0,0,0,0.383);
  display: flex;
  align-items: flex-end;
}
.ve62-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ve62-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.182) 35%, rgba(0,0,0,0.817) 75%, rgba(0,0,0,1.0) 100%);
  z-index: 1;
}
.ve62-content {
  position: relative; z-index: 2;
  padding: 36px 43px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 29px;
  flex-wrap: wrap;
}
.ve62-text { max-width: 731px; }
.ve62-eyebrow {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 1003px;
  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.117em;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: 1px solid color-mix(in srgb, var(--c-accent, #f59e0b) 40%, transparent);
}
.ve62-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.537);
}
.ve62-amount {
  font-size: 15px;
  color: rgba(255,255,255,0.796);
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0,0,0,0.406);
}
.ve62-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 33px;
  border-radius: 1003px;
  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.324);
  transition: box-shadow .25s ease, filter .18s;
}
.ve62-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #22c55e) 22%, transparent),
    0 10px 28px color-mix(in srgb, var(--c-accent, #22c55e) 38%, transparent);
}
.ve62-cta::after {
  content: '→';
  font-size: 16px;
}
@media (max-width: 768px) {
  .ve62-card { min-height: 331px; }
  .ve62-content {
    padding: 24px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .ve62-title { font-size: 22px; }
}

.ij46-root {
    background: linear-gradient(183deg, var(--c-bg), color-mix(in srgb, var(--c-accent) 4%, var(--c-bg)));
  }
  .ij46-inner { max-width: 1184px; margin: 0 auto; }
  .ij46-head  { margin: 0 0 18px; }
  /* Inherit from framework `h2` token. */
  .ij46-title { margin: 0 0 6px; }
  .ij46-sub   { margin: 0; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); max-width: 630px; }

  /* Compact 2-row layout. 8 cols × 2 rows = 16 cells.
     Two 2×2 anchors left (cols 1-2) + right (cols 7-8) = 8 cells; 8 small
     fill the middle 4 cols over both rows = 8 cells. 16 total, 10 tiles. */
  .ij46-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, 1fr);
    aspect-ratio: 4 / 1;
    gap: 10px;
    grid-template-areas:
      "b1 b1 s1 s2 s3 s4 b2 b2"
      "b1 b1 s5 s6 s7 s8 b2 b2";
  }
  .ij46-grid > .ae-mb-pg-tile:nth-child(1)  { grid-area: b1; }
  .ij46-grid > .ae-mb-pg-tile:nth-child(2)  { grid-area: b2; }
  .ij46-grid > .ae-mb-pg-tile:nth-child(3)  { grid-area: s1; }
  .ij46-grid > .ae-mb-pg-tile:nth-child(4)  { grid-area: s2; }
  .ij46-grid > .ae-mb-pg-tile:nth-child(5)  { grid-area: s3; }
  .ij46-grid > .ae-mb-pg-tile:nth-child(6)  { grid-area: s4; }
  .ij46-grid > .ae-mb-pg-tile:nth-child(7)  { grid-area: s5; }
  .ij46-grid > .ae-mb-pg-tile:nth-child(8)  { grid-area: s6; }
  .ij46-grid > .ae-mb-pg-tile:nth-child(9)  { grid-area: s7; }
  .ij46-grid > .ae-mb-pg-tile:nth-child(10) { grid-area: s8; }

  /* Hover style: "Cinematic Scan + Vignette" — no zoom, no scale, no tilt.
     The tile lifts by 3 px; an accent-tinted horizontal glow band rises
     from below the tile up through the top edge (screen blend), while a
     dark inner vignette bleeds in from the corners — reads as "film-reel
     exposure". The image itself only gets a brightness/contrast nudge. */
  .ae-mb-pg-tile {
    position: relative; background: var(--c-bg);
    border-radius: 12px; overflow: hidden;
    transition:
      transform 0.319s cubic-bezier(.16,.84,.3,1),
      box-shadow 0.328s;
  }
  /* Resting inner rim + hover vignette live on the same ::after so we can
     animate both via one box-shadow transition. */
  .ae-mb-pg-tile::after {
    content: ''; position: absolute; inset: 0; border-radius: inherit;
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,0.014),
      inset 0 0 0 0 rgba(0,0,0,0);
    pointer-events: none; z-index: 2;
    transition: box-shadow 0.438s cubic-bezier(.16,.84,.3,1);
  }
  /* The scan: a horizontal accent band parked below the tile's bottom
     edge; on hover it rises all the way past the top. `mix-blend-mode:
     screen` keeps the underlying art visible — the band brightens whatever
     it passes over instead of blocking it. */
  .ae-mb-pg-tile::before {
    content: ''; position: absolute;
    left: -5%; right: -5%;
    height: 32%; bottom: -35%;
    background: linear-gradient(183deg,
      transparent,
      color-mix(in srgb, var(--c-accent) 65%, transparent),
      transparent);
    pointer-events: none; z-index: 1;
    mix-blend-mode: screen;
    transition: bottom 0.697s cubic-bezier(.16,.84,.3,1);
  }
  .ae-mb-pg-img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: filter 0.317s;
  }
  .ae-mb-pg-tile:hover {
    transform: translateY(-3px);
    box-shadow:
      0 16px 32px rgba(0,0,0,0.575),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 60%, transparent);
  }
  .ae-mb-pg-tile:hover::before { bottom: 100%; }
  .ae-mb-pg-tile:hover::after {
    box-shadow:
      inset 0 0 0 1.5px color-mix(in srgb, var(--c-accent) 65%, transparent),
      inset 0 0 69px rgba(0,0,0,0.555);
  }
  .ae-mb-pg-tile:hover .ae-mb-pg-img { filter: brightness(1.1) contrast(1.08) saturate(1.1); }

  @media (max-width: 960px) {
    .ij46-grid {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(4, 1fr);
      aspect-ratio: 1 / 1;
      grid-template-areas:
        "b1 b1 s1 s2"
        "b1 b1 s3 s4"
        "s5 s6 b2 b2"
        "s7 s8 b2 b2";
    }
  }
  @media (max-width: 600px) {
    .ij46-grid {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: none;
      grid-auto-rows: 1fr;
      aspect-ratio: auto;
      grid-template-areas: none;
      gap: 8px;
    }
    .ij46-grid > .ae-mb-pg-tile { grid-area: auto !important; aspect-ratio: 1 / 1; display: block; }
  }

.rm45-wrap { max-width: 1198px; margin: 0 auto; }
  .rm45-intro { max-width: 741px; margin-bottom: 22px; }
  .rm45-title { color: var(--c-text); margin: 0 0 10px; }
  .rm45-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .rm45-grid { display: grid; grid-template-columns: repeat(6, 1fr); column-gap: 4px; row-gap: 4px; }
  .rm45-grid .ae-mb-prov-tile { aspect-ratio: 16 / 9; background: color-mix(in oklab, var(--c-accent) 7%, var(--c-bg)); border: 1px solid color-mix(in oklab, var(--c-accent) 18%, var(--c-surface)); border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 4px; transition: background 0.182s; }
  .rm45-grid .ae-mb-prov-tile:hover { background: color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)); }
  .rm45-grid .ae-mb-prov-img { max-width: 97%; max-height: 94%; object-fit: contain; filter: brightness(0.95); transition: filter 0.183s; }
  .rm45-grid .ae-mb-prov-tile:hover .ae-mb-prov-img { filter: brightness(1.1); }
  @media (max-width: 1000px) { .rm45-grid { grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 600px) { .rm45-grid { grid-template-columns: repeat(3, 1fr); } }

.ry47-wrap { max-width: 889px; margin: 0 auto; padding-bottom: 28px; border-bottom: 1px solid var(--c-border); }
  .ry47-title { color: var(--c-text); margin: 0 0 22px; text-align: center; }
  .ry47-p { font-size: 16px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .ry47-p:last-child { margin-bottom: 0; }

.vm11-wrap { max-width: 1056px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .vm11-intro { max-width: 830px; }
  .vm11-title { color: var(--c-text); margin: 0 0 14px; }
  .vm11-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .vm11-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .vm11-col { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 30px; }
  .vm11-col-pros { border-color: color-mix(in srgb, var(--c-accent) 35%, var(--c-border)); }
  .vm11-label { display: inline-flex; align-items: center; gap: 8px; font-size: 0.684rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; padding: 6px 12px; border-radius: 6px; margin: 0 0 18px; }
  .vm11-label-cons { background: color-mix(in srgb, var(--c-text-muted) 14%, transparent); color: var(--c-text); }
  .vm11-label-pros { background: color-mix(in srgb, var(--c-accent) 16%, transparent); color: var(--c-accent); }
  .vm11-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .vm11-item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); }
  .vm11-ico { flex-shrink: 0; width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; margin-top: 1px; }
  .vm11-ico-pro { background: var(--c-accent); color: var(--c-bg); }
  .vm11-ico-con { background: color-mix(in srgb, var(--c-text-muted) 28%, transparent); color: var(--c-text-muted); }
  .vm11-ico svg { width: 12px; height: 12px; }
  @media (max-width: 768px) { .vm11-row { grid-template-columns: 1fr; } }

.sa32-wrap { max-width: 837px; margin: 0 auto; }
  .sa32-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; overflow: hidden; }
  .sa32-strip { height: 4px; background: linear-gradient(87deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 40%, transparent)); }
  .sa32-body { padding: 34px 41px; }
  .sa32-title { color: var(--c-text); margin: 0 0 20px; }
  .sa32-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .sa32-p:last-child { margin-bottom: 0; }
  @media (max-width: 600px) { .sa32-body { padding: 24px 22px; } }

.kq12-wrap { max-width: 1102px; margin: 0 auto; }
  .kq12-intro { max-width: 742px; margin-bottom: 21px; }
  .kq12-title { color: var(--c-text); margin: 0 0 12px; }
  .kq12-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .kq12-scroll { overflow-x: auto; border-radius: 14px; box-shadow: 0 6px 29px -12px color-mix(in srgb, var(--c-accent) 35%, transparent); border: 1px solid color-mix(in srgb, var(--c-accent) 20%, var(--c-border)); }
  .kq12-table { width: 100%; min-width: 739px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .kq12-table thead th { background: linear-gradient(134deg, 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.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.118em; border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 40%, transparent); }
  .kq12-table thead th:first-child { padding-left: 22px; }
  .kq12-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); }
  .kq12-table tbody tr:last-child td { border-bottom: none; }
  .kq12-table tbody tr:hover { background: color-mix(in srgb, var(--c-accent) 5%, transparent); }
  .kq12-table tbody td:first-child { color: var(--c-text); font-weight: 700; border-left: 3px solid transparent; padding-left: 19px; }
  .kq12-table tbody tr:hover td:first-child { border-left-color: var(--c-accent); }

.nn84-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 365px;
  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.128);
  box-shadow: 0 14px 45px rgba(0,0,0,0.391);
  display: flex;
  align-items: flex-end;
}
.nn84-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.nn84-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(183deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.163) 35%, rgba(0,0,0,0.677) 70%, rgba(0,0,0,0.904) 100%);
  z-index: 1;
}
.nn84-content {
  position: relative; z-index: 2;
  padding: 39px 43px;
  width: 100%;
}
.nn84-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.503);
}
.nn84-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.857);
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 611px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.405);
}
.nn84-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. */
.nn84-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 13px 22px;
  border-radius: 1009px;
  background: rgba(0,0,0,0.549);
  border: 1px solid rgba(255,255,255,0.226);
  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%);
}
.nn84-cta:hover {
  background: rgba(0,0,0,0.723);
  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 23px color-mix(in srgb, var(--c-accent, #4ade80) 24%, transparent);
}
.nn84-cta svg,
.nn84-cta img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.nn84-cta span {
  line-height: 1.15;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .nn84-card { min-height: 311px; }
  .nn84-content { padding: 28px 22px; }
  .nn84-title { font-size: 22px; }
  .nn84-cta { min-height: 50px; padding: 10px 14px; font-size: 12px; }
}

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

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

  .hw39-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 14px; margin: 0 0 18px; align-items: stretch; }
  .hw39-primary {
    border-radius: 14px;
    padding: 26px 28px;
    background: linear-gradient(135deg,
      color-mix(in srgb, var(--c-accent) 38%, var(--c-bg)) 0%,
      color-mix(in srgb, var(--c-accent) 14%, var(--c-bg)) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 40%, transparent);
    color: #fff;
    display: flex; flex-direction: column;
    justify-content: center;
    box-shadow: 0 18px 51px -28px color-mix(in srgb, var(--c-accent) 60%, transparent);
  }
  .hw39-primary-h3 { color: #fff; font-size: 18px; font-weight: 800; line-height: 1.3; margin: 0 0 12px; }
  .hw39-primary-p { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.803); margin: 0; font-weight: 500; }

  .hw39-side { display: flex; flex-direction: column; gap: 10px; }
  .hw39-row {
    flex: 1;
    border-radius: 12px;
    padding: 16px 20px;
    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 color-mix(in srgb, var(--c-accent) 32%, transparent);
    color: #fff;
    display: flex; flex-direction: column; justify-content: center;
    box-shadow: 0 12px 31px -22px color-mix(in srgb, var(--c-accent) 45%, transparent);
  }
  .hw39-row-h3 { color: #fff; font-size: 15px; font-weight: 800; line-height: 1.3; margin: 0 0 6px; }
  .hw39-row-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.766); margin: 0; }

  .hw39-foot { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }

  @media (max-width: 768px) {
    .hw39-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 640px) {
    .hw39-outer { padding: 22px 18px; border-radius: 14px; }
    .hw39-primary { padding: 20px 18px; }
  }

.guide-reviews {
  width: 100%;
  max-width: 1200px;
  margin: 18px 0 8px;
  padding: 28px;
  border: 1px solid color-mix(in srgb, var(--c-accent) 28%, var(--c-border));
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 87, 87, 0.07) 0%, rgba(255, 87, 87, 0) 42%),
    #14594f;
}

.guide-reviews .ae-h2 {
  margin-top: 0;
}

.guide-reviews-lead {
  max-width: none;
  margin: 0 0 20px;
}

.guide-reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.guide-review-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(12, 81, 73, 0.78);
}

.guide-review-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.guide-review-avatar {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--c-accent) 22%, #14594f);
  color: var(--c-accent);
  font-size: 12px;
  font-weight: 900;
}

.guide-review-avatar-alt {
  background: rgba(20, 104, 138, 0.75);
  color: #8bd8ff;
}

.guide-review-avatar-warm {
  background: rgba(116, 102, 49, 0.75);
  color: #ffd166;
}

.guide-review-avatar-cool {
  background: rgba(11, 118, 92, 0.75);
  color: #58f0ba;
}

.guide-review-card h3 {
  margin: 0 0 7px;
  color: var(--c-text);
  font-size: 16px;
  line-height: 1.25;
}

.guide-review-stars {
  color: #f59e0b;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 2px;
}

.guide-review-card p {
  max-width: none;
  margin: 0;
  color: var(--c-text-muted);
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 860px) {
  .guide-reviews {
    padding: 22px 18px;
  }

  .guide-reviews-grid {
    grid-template-columns: 1fr;
  }
}

.st94-layout { display: grid; grid-template-columns: 286px 1fr; gap: 3.044rem; align-items: start; margin-bottom: 2.524rem; }
  .st94-score-block { text-align: center; }
  .st94-big-score { font-size: 4.365rem; font-weight: 900; color: var(--c-accent); line-height: 1; }
  .st94-tp-stars { color: #00b67a; font-size: 1.738rem; letter-spacing: 2px; margin: 0.487rem 0; }
  .st94-tp-label { font-size: 0.896rem; color: var(--c-text-muted); }
  .st94-tp-logo { font-weight: 800; font-size: 1.229rem; color: #00b67a; margin-top: 0.757rem; }
  .st94-bars { display: flex; flex-direction: column; gap: 0.628rem; }
  .st94-bar-row { display: flex; align-items: center; gap: 0.76rem; }
  .st94-bar-label { font-size: 0.8rem; font-weight: 600; color: var(--c-text); min-width: 31px; }
  .st94-bar-track { flex: 1; height: 10px; background: var(--c-border); border-radius: 5px; overflow: hidden; }
  .st94-bar-fill { height: 100%; background: #00b67a; border-radius: 5px; }
  .st94-bar-count { font-size: 0.731rem; color: var(--c-text-muted); min-width: 51px; text-align: right; }
  .st94-reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.001rem; }
  .st94-review-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 10px; padding: 1.152rem; }
  .st94-rc-top { display: flex; align-items: center; gap: 10px; margin-bottom: 0.62rem; }
  .st94-rc-avatar { width: 38px; height: 38px; border-radius: 50%; background: color-mix(in srgb, var(--c-accent) 20%, var(--c-surface)); display: flex; align-items: center; justify-content: center; font-size: 0.742rem; font-weight: 700; color: var(--c-accent); }
  .st94-rc-name { font-weight: 700; font-size: 0.802rem; color: var(--c-text); }
  .st94-rc-stars { color: #00b67a; font-size: 0.87rem; }
  .st94-rc-text { font-size: 0.821rem; color: var(--c-text-muted); line-height: 1.5; margin-bottom: 0.513rem; }
  .st94-rc-date { font-size: 0.716rem; color: var(--c-text-muted); }
  .st94-header { text-align: center; margin-bottom: 1.979rem; }
  @media (max-width: 900px) { .st94-layout { grid-template-columns: 1fr; } .st94-reviews-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) { .st94-reviews-grid { grid-template-columns: 1fr; } }
  .st94-s1 { margin-bottom: 1.007rem; }
  .st94-s2 { width: 18%; opacity: 0.75; }
  .st94-s3 { width: 5%; opacity: 0.55; }
  .st94-s4 { width: 2%; opacity: 0.4; }
  .st94-s5 { width: 1%; opacity: 0.3; }
  .st94-s6 { background: color-mix(in srgb,#60a5fa 15%,var(--c-surface)); color: #60a5fa; }
  .st94-s7 { background: color-mix(in srgb,#10b981 15%,var(--c-surface)); color: #10b981; }
  .st94-s8 { background: color-mix(in srgb,#8b5cf6 15%,var(--c-surface)); color: #8b5cf6; }

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

/* Already the slimmest of the family — just tighten the section
     padding (ae-section-sm was 48px each side = 96px of vertical
     whitespace on top of an already 52px-tall row) and drop tile
     height a notch to land near ~38px total row height. */
  .jr41-root { background: var(--c-surface); border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); padding: 14px 0; }
  .jr41-wrap { max-width: 1097px; margin: 0 auto; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: space-between; }
  .jr41-label { font-size: 0.692rem; font-weight: 700; color: var(--c-text-muted); text-transform: uppercase; letter-spacing: 0.139em; flex-shrink: 0; }
  .jr41-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; flex: 1; min-width: 0; }
  .jr41-row .ae-mb-trust-tile { height: 37px; display: flex; align-items: center; justify-content: center; padding: 4px 10px; }
  .jr41-row .ae-mb-trust-img { max-width: 85%; max-height: 100%; object-fit: contain; opacity: 0.85; transition: opacity 0.148s; }
  .jr41-row .ae-mb-trust-tile:hover .ae-mb-trust-img { opacity: 1; }
  @media (max-width: 768px) { .jr41-row { grid-template-columns: repeat(3, 1fr); } .jr41-wrap { justify-content: center; } }

.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; justify-content: center; gap: 0.503rem 1.221rem; padding: 14px 0; flex-wrap: wrap; text-align: center; }

/* 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; justify-content: center; gap: 0; flex-wrap: wrap; flex: 0 1 auto; min-width: 0; }
.ft12_nav:empty { display: none; }
.ft12_nav a { color: var(--c-text-muted); font-size: 0.777rem; text-decoration: none; padding: 0.251rem 0.747rem; border-right: 1px solid var(--c-border); transition: color 0.201s; 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 .ae-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; justify-content: center; gap: 5px; margin-left: 0; }
.ft12_pay:empty { display: none; }
.ft12_pay .ae-pay-logo {
  height: 21px;
  max-width: 51px;
  padding: 4px 8px;
  border-radius: 5px;
}

.ft12_badge_row { display: flex; gap: 0.508rem; align-items: center; justify-content: 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: 13px 0 10px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px;
}
.ft12_responsible { width: 100%; max-width: 1100px; margin: 0; color: var(--c-text-muted); font-size: 0.715rem; line-height: 1.6; text-align: center; }
.ft12_legal { color: var(--c-text-muted); font-size: 0.715rem; display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }

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

/* ── 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"] .ae-btn,
  body [class*="actions-desktop"] .ae-btn,
  body [class*="btns-desktop"] .ae-btn,
  body [class*="cta-wrap"] .ae-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) {
  .bg62-overlay,
  .nn84-overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.27) 34%, rgba(0, 0, 0, 0.33) 72%, rgba(0, 0, 0, 0.45) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.21) 54%, rgba(0, 0, 0, 0.35) 100%);
  }

  .guide-promo-overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.25) 36%, rgba(0, 0, 0, 0.37) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0.17) 58%, rgba(0, 0, 0, 0.32) 100%);
  }
}
