.synot-affiliate-note,
.synot-warning {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid #cbd8e6;
  border-radius: 6px;
  background: #f7fafc;
  color: #31435b;
}

.article-hero-card > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.synot-warning {
  border-color: #f1c36a;
  background: #fff9eb;
  color: #5d4200;
}

.synot-affiliate-note strong,
.synot-warning strong {
  color: #0b2344;
}

.synot-affiliate-note p,
.synot-warning p {
  margin: 0;
}

.synot-hero-warning {
  margin: 18px 0 0;
  max-width: 760px;
}

.synot-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
}

.synot-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid #cddbe8;
  border-radius: 999px;
  background: #fff;
  color: #31435b;
  font-size: .82rem;
  font-weight: 700;
}

.synot-status.is-current {
  border-color: #8fd6ca;
  background: #eaf8f5;
  color: #07665f;
}

.synot-sidebar-offer {
  gap: 7px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 10px;
  background: linear-gradient(145deg, #0d4d91 0%, #0f7aea 58%, #059caa 100%);
  box-shadow: 0 12px 28px rgba(15, 76, 139, .2);
  color: #fff;
}

.synot-sidebar-offer > span,
.synot-sidebar-offer > strong,
.synot-sidebar-offer > small {
  display: block;
}

.synot-sidebar-offer > span {
  color: #dcecff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.synot-sidebar-offer > strong {
  color: #fff;
  font-size: 1.22rem;
  line-height: 1.22;
}

.synot-sidebar-offer > small {
  color: #e9f3ff;
  font-size: .75rem;
  line-height: 1.35;
}

.synot-sidebar-offer .button {
  min-height: 44px;
  padding-inline: 12px;
  border-radius: 7px;
  font-size: .82rem;
}

.synot-sidebar-offer__warning {
  padding-top: 7px;
  border-top: 1px solid rgba(255, 255, 255, .24);
}

@media (max-width: 1080px) and (min-width: 721px) {
  .synot-sidebar-offer {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 280px);
    gap: 5px 24px;
    align-items: center;
  }

  .synot-sidebar-offer .button {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .synot-sidebar-offer__warning {
    grid-column: 1 / -1;
    margin-top: 5px;
  }
}

.synot-verdict-grid,
.synot-score-grid,
.synot-tool-grid,
.synot-result-grid,
.synot-step-grid,
.synot-fact-grid {
  display: grid;
  gap: 14px;
}

.synot-verdict-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.synot-verdict-item {
  padding: 16px 0 0;
  border-top: 3px solid #0f7aea;
}

.synot-verdict-item:nth-child(2) {
  border-color: #07877f;
}

.synot-verdict-item:nth-child(3) {
  border-color: #c98a00;
}

.synot-verdict-item span,
.synot-result span,
.synot-fact span {
  display: block;
  margin-bottom: 5px;
  color: #60738e;
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.synot-verdict-item strong {
  display: block;
  margin-bottom: 7px;
  color: #0b2344;
  font-size: 1.12rem;
}

.synot-verdict-item p {
  margin: 0;
}

.synot-score-head {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-bottom: 24px;
}

.synot-score-total {
  display: grid;
  place-items: center;
  width: 138px;
  height: 138px;
  border: 12px solid #dce8f3;
  border-top-color: #0f7aea;
  border-right-color: #07877f;
  border-radius: 50%;
  color: #0b2344;
  text-align: center;
}

.synot-score-total strong {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
}

.synot-score-total span {
  display: block;
  margin-top: 4px;
  color: #60738e;
  font-size: .73rem;
  font-weight: 800;
  text-transform: uppercase;
}

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

.synot-score-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 20px;
  margin: 0 0 14px;
  padding: 11px 14px;
  border: 1px solid #d8e4ef;
  border-radius: 8px;
  background: #f5f9fc;
  color: #526780;
  font-size: .82rem;
}

.synot-score-legend strong {
  color: #0b2344;
}

.synot-score-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 16px;
  align-items: start;
  min-width: 0;
  padding: 17px;
  border: 1px solid #d5e2ed;
  border-radius: 10px;
  background: linear-gradient(145deg, #fff 0%, #f8fbfd 100%);
  box-shadow: 0 5px 14px rgba(22, 49, 79, .05);
}

.synot-score-copy {
  min-width: 0;
}

.synot-score-copy strong {
  display: block;
  color: #0b2344;
  font-size: .98rem;
  line-height: 1.35;
}

.synot-score-copy > span {
  display: block;
  margin-top: 5px;
  color: #60738e;
  font-size: .76rem;
  font-weight: 700;
}

.synot-score-value {
  display: inline-flex;
  align-items: baseline;
  justify-self: end;
  min-width: 58px;
  color: #0b2344;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}

.synot-score-value strong {
  font-size: 1.55rem;
}

.synot-score-value small {
  margin-left: 2px;
  color: #708299;
  font-size: .68rem;
  font-weight: 800;
}

.synot-meter {
  grid-column: 1 / -1;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2ebf3;
}

.synot-meter span {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #07877f, #0f7aea);
}

.synot-score-note {
  margin-top: 18px;
  padding: 15px 17px;
  border-left: 4px solid #0f7aea;
  border-radius: 0 8px 8px 0;
  background: #f5f9fc;
  color: #40536c;
}

.synot-score-note > strong {
  display: block;
  margin-bottom: 6px;
  color: #0b2344;
}

.synot-score-note p {
  margin: 5px 0 0;
}

.synot-tool-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.synot-tool {
  min-width: 0;
  padding: 20px;
  border: 1px solid #cad9e7;
  border-radius: 8px;
  background: #f8fbfd;
}

.synot-tool h3 {
  margin-top: 0;
}

.synot-audit-box {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid #b9d6ef;
  border-left: 5px solid #0f7aea;
  border-radius: 8px;
  background: linear-gradient(135deg, #f3f9ff, #ffffff);
}

.synot-audit-box h3 {
  margin: 0 0 10px;
  color: #0b2344;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.synot-audit-box > p:not(.eyebrow) {
  color: #40536c;
}

.synot-audit-box sup {
  font-size: .7em;
}

.synot-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.synot-field {
  min-width: 0;
}

.synot-field label {
  display: block;
  min-height: 42px;
  margin-bottom: 7px;
  color: #0b2344;
  font-size: .9rem;
  font-weight: 800;
}

.synot-field input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #aebfd0;
  border-radius: 6px;
  background: #fff;
  color: #0b2344;
  font: inherit;
  font-weight: 700;
}

/* September 2026 topic guides: scoped to this cluster. */
.synot-field select {
  width: 100%; min-height: 48px; padding: 10px 12px;
  border: 1px solid #aebfd0; border-radius: 6px; background: #fff;
  color: #0b2344; font: inherit;
}
.synot-cluster-page [hidden] { display: none !important; }
.synot-cluster-page :focus-visible { outline: 3px solid #0f7aea; outline-offset: 3px; }
.synot-cluster-page .synot-skip {
  position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 18px;
  background: #fff; border: 2px solid #0f7aea; transform: translateY(-150%);
}
.synot-cluster-page .synot-skip:focus { transform: translateY(0); }
.synot-guide-summary { padding: 28px; }
.synot-guide-card { width: 100%; max-width: 640px; justify-self: center; }
.synot-guide-card > .synot-guide-cover {
  display: block; width: 100%; height: auto; object-fit: contain;
  border-bottom: 1px solid #e0e9f4;
}
.synot-guide-card .synot-guide-summary { padding: 24px; }
.synot-guide-card .synot-guide-summary > :last-child { margin-bottom: 0; }
.synot-birthday-banner { margin: 22px 0; }
/* Bonus troubleshooting: separate checks from the support hand-off. */
.synot-bonus-help .synot-bonus-checks {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.synot-bonus-checks > li {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px;
  border: 1px solid #d7e4f1;
  border-radius: 10px;
  background: #f8fbff;
}
.synot-bonus-checks h3 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.4;
}
.synot-bonus-checks h3 > span {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  height: 30px;
  border-radius: 8px;
  background: #e4efff;
  color: #105eae;
  font-size: 15px;
}
.synot-bonus-checks p,
.synot-bonus-support p,
.synot-bonus-support li {
  font-size: 16px;
  line-height: 1.65;
}
.synot-bonus-checks > li > a {
  margin-top: auto;
  font-size: 14px;
  line-height: 1.5;
}
.synot-bonus-support {
  padding: 24px;
  border: 1px solid #c9ddee;
  border-radius: 10px;
  background: #f2f7fc;
}
.synot-bonus-support h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
}
.synot-bonus-support ul {
  grid-template-columns: minmax(0, 1fr);
  margin: 16px 0 20px;
}
.synot-bonus-support .button {
  max-width: 100%;
  white-space: normal;
  text-align: center;
}
.synot-support-template {
  margin-top: 20px;
  border: 1px solid #c9ddee;
  border-radius: 8px;
  background: #fff;
}
.synot-support-template summary {
  padding: 15px 18px;
  color: #0b2344;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}
.synot-support-template summary:hover { background: #f8fbff; }
.synot-support-template[open] summary { border-bottom: 1px solid #d7e4f1; }
.synot-support-template > div { padding: 18px; }
.synot-support-template blockquote {
  margin: 0;
  padding: 0 0 0 16px;
  border-left: 3px solid #b4cfea;
  color: #31435b;
  font-size: 16px;
  line-height: 1.7;
}
.synot-bonus-support .synot-bonus-privacy {
  margin: 16px 0 0;
  color: #46586f;
  font-size: 14px;
}
.synot-bonus-caution { margin-top: 20px; }
.synot-bonus-caution p { margin: 0; font-size: 15px; line-height: 1.65; }
.synot-bonus-help .synot-bonus-account-help { margin: 16px 0 0; font-size: 15px; }
@media (max-width: 680px) {
  .synot-bonus-help .synot-bonus-checks { grid-template-columns: minmax(0, 1fr); }
  .synot-bonus-checks > li,
  .synot-bonus-support { padding: 16px; }
}
/* A single reading order for installation and withdrawal procedures. */
.synot-install-scope {
  padding: 14px 16px;
  border-left: 3px solid #b4cfea;
  border-radius: 0 8px 8px 0;
  background: #f2f7fc;
}
.synot-install-scope p { margin: 0; font-size: 14px; line-height: 1.65; }
.synot-android-guide .synot-install-steps,
.synot-withdrawal-guide .synot-procedure-steps {
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.synot-install-steps > li,
.synot-procedure-steps > li {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
}
.synot-install-steps > li:not(:last-child)::before,
.synot-procedure-steps > li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 54px;
  bottom: -30px;
  left: 18px;
  width: 2px;
  background: #d7e4f1;
}
.synot-install-number,
.synot-procedure-number {
  position: relative;
  display: grid;
  place-items: center;
  height: 38px;
  margin-top: 16px;
  border-radius: 50%;
  background: #e4efff;
  color: #105eae;
  font-size: 16px;
  font-weight: 800;
}
.synot-install-step-copy,
.synot-procedure-copy {
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid #d7e4f1;
  border-radius: 10px;
  background: #f8fbff;
}
.synot-install-step-copy h3,
.synot-procedure-copy h3 {
  margin: 0 0 8px;
  color: #0b2344;
  font-size: 18px;
  line-height: 1.4;
}
.synot-install-step-copy p,
.synot-procedure-copy p { margin: 0; font-size: 16px; line-height: 1.65; }
.synot-install-settings {
  border: 1px solid #c9ddee;
  border-radius: 8px;
  background: #fff;
}
.synot-install-settings summary {
  padding: 16px 18px;
  color: #0b2344;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}
.synot-install-settings summary:hover { background: #f8fbff; }
.synot-install-settings[open] summary { border-bottom: 1px solid #d7e4f1; }
.synot-install-settings > div { padding: 18px; }
.synot-install-settings p { font-size: 16px; line-height: 1.65; }
.synot-install-settings p:last-child { margin: 0; }
.synot-install-settings-path {
  padding: 12px 14px;
  border-radius: 6px;
  background: #f2f7fc;
  font-weight: 700;
}
.synot-install-stop {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ead09a;
  border-left: 4px solid #c98a00;
  border-radius: 8px;
  background: #fff9eb;
}
.synot-install-stop h3 { margin: 0 0 10px; color: #49360b; font-size: 21px; }
.synot-install-stop p { color: #49360b; font-size: 15px; line-height: 1.65; }
.synot-install-help-links { display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 14px; }
@media (max-width: 520px) {
  .synot-install-steps > li,
  .synot-procedure-steps > li { grid-template-columns: 28px minmax(0, 1fr); gap: 10px; }
  .synot-install-number,
  .synot-procedure-number { height: 28px; margin-top: 14px; font-size: 14px; }
  .synot-install-steps > li:not(:last-child)::before,
  .synot-procedure-steps > li:not(:last-child)::before { left: 13px; top: 42px; bottom: -28px; }
  .synot-install-step-copy,
  .synot-procedure-copy { padding: 14px; }
  .synot-install-stop { padding: 16px; }
}
.synot-withdrawal-guide .synot-withdrawal-menu { max-width: 647px; margin: 18px auto 0; }
.synot-procedure-copy .synot-withdrawal-card-note {
  margin-top: 14px;
  padding: 12px 14px;
  border-left: 3px solid #c98a00;
  border-radius: 0 6px 6px 0;
  background: #fff9eb;
  color: #49360b;
  font-size: 14px;
}
.synot-withdrawal-status {
  padding: 20px;
  border: 1px solid #c9ddee;
  border-left: 4px solid #0f7aea;
  border-radius: 8px;
  background: #f2f7fc;
}
.synot-withdrawal-status h3 { margin: 0 0 10px; color: #0b2344; font-size: 21px; line-height: 1.4; }
.synot-withdrawal-status p { font-size: 15px; line-height: 1.65; }
.synot-withdrawal-status p:last-child { margin: 0; }
.synot-withdrawal-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 22px; font-size: 15px; }
.synot-withdrawal-actions .button { max-width: 100%; white-space: normal; text-align: center; }
.synot-withdrawal-guide .synot-withdrawal-account-note { margin: 12px 0 0; font-size: 14px; line-height: 1.6; }
.synot-withdrawal-menu .synot-image-zoom > span {
  position: static;
  display: block;
  padding: 10px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 520px) {
  .synot-withdrawal-status { padding: 16px; }
}
.synot-cluster-page .article-hero h1 { font-size: clamp(2rem, 3.5vw, 3.1rem); line-height: 1.15; }
.synot-guide-summary h2 { margin-top: 0; }
.synot-breadcrumbs { padding: 18px 0; font-size: .85rem; }
.synot-cluster-links { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 18px 0; }
.synot-media-stack { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; margin: 24px 0; }
.synot-cluster-page .comparison-table-wrap { overflow-x: auto; max-width: 100%; }
.synot-cluster-page .synot-source-list { overflow-wrap: anywhere; }
.synot-cluster-page .synot-field [aria-invalid="true"] { border-color: #b44221; }
@media (min-width: 1081px) {
  .synot-cluster-page .article-sidebar {
    display: flex; flex-direction: column; max-height: calc(100dvh - 110px);
  }
  .synot-cluster-page .toc-card { min-height: 0; overflow-y: auto; }
  .synot-cluster-page .synot-sidebar-offer { flex-shrink: 0; }
}

.synot-field input:focus {
  border-color: #0f7aea;
  outline: 3px solid rgba(15, 122, 234, .18);
  outline-offset: 1px;
}

.synot-result-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.synot-result {
  min-width: 0;
  padding: 14px;
  border-left: 4px solid #07877f;
  background: #fff;
}

.synot-result strong {
  display: block;
  color: #0b2344;
  font-size: 1.35rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.synot-result.is-warning {
  border-left-color: #c98a00;
}

.synot-calculator-message {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-left: 4px solid #07877f;
  background: #eaf8f5;
  color: #174944;
  font-weight: 700;
}

.synot-calculator-message.is-risk {
  border-left-color: #b42318;
  background: #fff0ee;
  color: #7a271a;
}

.synot-milestones {
  margin: 15px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid #d4e0eb;
  color: #40536c;
  font-size: .9rem;
}

.synot-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}

.synot-step {
  min-width: 0;
  padding-top: 14px;
  border-top: 3px solid #0f7aea;
}

.synot-step b {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #e6f0ff;
  color: #0f64c8;
}

.synot-step strong {
  display: block;
  margin-bottom: 6px;
  color: #0b2344;
}

.synot-step p {
  margin: 0;
}

.synot-fact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 20px 0;
}

.synot-fact {
  min-width: 0;
  padding: 15px 0;
  border-top: 1px solid #b8c9d9;
  border-bottom: 1px solid #b8c9d9;
}

.synot-fact strong {
  display: block;
  color: #0b2344;
  font-size: 1.08rem;
  overflow-wrap: anywhere;
}

.synot-condition-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.synot-condition-list li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid #dbe5ee;
}

.synot-condition-list li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #07877f;
}

.synot-cta-note {
  margin: 10px 0 0;
  color: #dce9f8;
  font-size: .82rem;
}

.synot-author {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.synot-author img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  object-fit: cover;
}

.synot-author h3,
.synot-author p {
  margin-top: 0;
}

.synot-source-date {
  color: #40536c;
  font-size: .9rem;
  font-weight: 700;
}

.synot-media-grid,
.synot-test-kpis,
.synot-account-grid,
.synot-rakeback-strip {
  display: grid;
  gap: 16px;
}

.synot-media-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  margin: 22px 0;
}

.synot-media-grid--three {
  grid-template-columns: minmax(0, 1fr);
}

.synot-media-grid--sport,
.synot-media-grid--payments {
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.synot-proof {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #cfdae5;
  border-radius: 10px;
  background: #f7fafc;
  box-shadow: 0 7px 22px rgba(15, 43, 75, .07);
}

.synot-proof--compact {
  max-width: 650px;
  margin: 22px auto;
}

.synot-proof img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
}

.synot-image-zoom {
  position: relative;
  display: block;
  overflow: hidden;
  background: #eaf1f7;
  color: #fff;
  cursor: zoom-in;
}

.synot-image-zoom > span {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  background: rgba(9, 35, 67, .88);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .22);
  color: #fff;
  font-size: .72rem;
  font-weight: 850;
  line-height: 1;
  pointer-events: none;
}

.synot-image-zoom:hover > span,
.synot-image-zoom:focus-visible > span {
  background: #0f7aea;
}

.synot-proof figcaption {
  margin: 0;
  padding: 11px 13px 13px;
  color: #40536c;
  font-size: .84rem;
  line-height: 1.5;
}

.synot-media-grid--payments {
  align-items: stretch;
}

.synot-media-grid--payments .synot-proof {
  display: flex;
  flex-direction: column;
}

.synot-media-grid--payments .synot-proof img {
  max-height: none;
  object-fit: contain;
  background: #eef3f7;
}

.synot-proof--live {
  margin-top: 22px;
}

@media (min-width: 721px) {
  .synot-proof--live .synot-image-zoom {
    overflow-x: auto;
    scrollbar-color: #0f7aea #dfe9f3;
    scrollbar-width: thin;
  }

  .synot-proof--live .synot-image-zoom img {
    width: 1200px;
    max-width: none;
  }
}

.synot-test-section {
  border: 1px solid #9bcac4;
  background:
    linear-gradient(135deg, rgba(7, 135, 127, .07), rgba(15, 122, 234, .04) 46%, #fff 46%);
  box-shadow: 0 12px 34px rgba(8, 75, 94, .09);
}

.synot-test-lead {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: 1.04rem;
}

.synot-test-kpis {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 20px 0 28px;
}

.synot-test-kpis > div {
  min-width: 0;
  padding: 15px;
  border: 1px solid #c9ddd9;
  border-top: 4px solid #07877f;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
}

.synot-test-kpis > div.is-loss {
  border-color: #edbbb5;
  border-top-color: #b42318;
  background: #fff7f5;
}

.synot-test-kpis span,
.synot-test-kpis small,
.synot-test-kpis strong {
  display: block;
}

.synot-test-kpis span {
  color: #60738e;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.synot-test-kpis strong {
  margin: 5px 0;
  color: #0b2344;
  font-size: 1.28rem;
  line-height: 1.2;
}

.synot-test-kpis small {
  color: #526780;
  line-height: 1.4;
}

.synot-test-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 20px 0;
  padding: 0;
  list-style: none;
  counter-reset: synot-test-step;
}

.synot-test-timeline li {
  position: relative;
  min-width: 0;
  padding: 46px 18px 16px 0;
  border-top: 3px solid #0f7aea;
  counter-increment: synot-test-step;
}

.synot-test-timeline li::before {
  content: counter(synot-test-step);
  position: absolute;
  top: -18px;
  left: 0;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #0f7aea;
  color: #fff;
  font-weight: 800;
}

.synot-test-timeline strong,
.synot-test-timeline span {
  display: block;
}

.synot-test-timeline strong {
  margin-bottom: 6px;
  color: #0b2344;
}

.synot-test-timeline span {
  color: #526780;
  font-size: .9rem;
}

.synot-test-verdict,
.synot-responsible-quote {
  margin: 22px 0;
  padding: 18px 20px;
  border-radius: 8px;
}

.synot-test-verdict {
  border-left: 5px solid #07877f;
  background: #eaf8f5;
  color: #174944;
}

.synot-test-verdict p {
  margin: 6px 0 0;
}

.synot-responsible-quote {
  border: 1px solid #ead09a;
  border-left: 5px solid #c98a00;
  background: #fff9eb;
  color: #49360b;
}

.synot-responsible-quote p {
  margin: 0 0 8px;
  font-size: 1.02rem;
}

.synot-responsible-quote cite {
  color: #6b531b;
  font-size: .86rem;
  font-style: normal;
  font-weight: 800;
}

.synot-account-grid,
.synot-rakeback-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 20px 0;
}

.synot-account-grid > div,
.synot-rakeback-strip > div {
  min-width: 0;
  padding: 15px;
  border: 1px solid #d5e2ed;
  border-radius: 8px;
  background: #f7fafc;
}

.synot-account-grid span,
.synot-account-grid strong,
.synot-rakeback-strip span,
.synot-rakeback-strip strong {
  display: block;
}

.synot-account-grid span,
.synot-rakeback-strip span {
  margin-bottom: 5px;
  color: #0f64c8;
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.synot-account-grid strong,
.synot-rakeback-strip strong {
  color: #0b2344;
  font-size: 1.08rem;
}

.synot-account-grid p {
  margin: 7px 0 0;
  color: #526780;
}

.synot-rakeback-strip > div {
  border-top: 4px solid #07877f;
  text-align: center;
}

@media (max-width: 920px) {
  .synot-verdict-grid,
  .synot-fact-grid,
  .synot-test-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .synot-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .synot-test-timeline,
  .synot-account-grid,
  .synot-rakeback-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .synot-test-timeline {
    gap: 12px;
  }
}

@media (max-width: 720px) {
  .synot-score-head,
  .synot-score-grid,
  .synot-tool-grid,
  .synot-field-grid,
  .synot-result-grid,
  .synot-condition-list,
  .synot-media-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .synot-score-total {
    width: 124px;
    height: 124px;
  }

  .synot-field label {
    min-height: 0;
  }

  .synot-proof--live .synot-image-zoom,
  .synot-media-grid--payments .synot-proof:nth-child(2) .synot-image-zoom {
    overflow-x: auto;
    scrollbar-color: #0f7aea #dfe9f3;
    scrollbar-width: thin;
  }

  .synot-proof--live .synot-image-zoom img {
    width: 820px;
    max-width: none;
  }

  .synot-media-grid--payments .synot-proof:nth-child(2) .synot-image-zoom img {
    width: 700px;
    max-width: none;
  }
}

@media (max-width: 520px) {
  .synot-verdict-grid,
  .synot-step-grid,
  .synot-fact-grid,
  .synot-test-kpis {
    grid-template-columns: minmax(0, 1fr);
  }

  .synot-tool {
    padding: 16px;
  }

  .synot-audit-box {
    padding: 16px;
  }

  .synot-affiliate-note,
  .synot-warning {
    padding: 12px;
  }

  .synot-author {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .synot-author img {
    width: 64px;
    height: 64px;
  }

  .synot-image-zoom > span {
    top: 8px;
    right: 8px;
    padding: 6px 8px;
    font-size: .66rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .synot-meter span {
    transition: none;
  }
}
