:root {
  --tg-navy: #07072e;
  --tg-navy-soft: #151744;
  --tg-blue: #285ee8;
  --tg-blue-dark: #1742bb;
  --tg-yellow: #ffd425;
  --tg-mint: #e9fbf6;
  --tg-soft: #f6f8fc;
  --tg-positive: #08775d;
  --tg-warning: #925800;
  --tg-danger: #a7332c;
}

html {
  scroll-padding-top: 104px;
}

body {
  overflow-x: hidden;
}

.article-hero {
  padding-top: 84px;
}

.article-hero-copy h1 {
  max-width: 900px;
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 1.03;
}

.article-lead {
  max-width: 850px;
}

.affiliate-disclosure,
.evidence-note,
.offer-fineprint {
  max-width: 850px;
  margin: 17px 0 0;
  padding: 13px 16px;
  color: #43556c;
  background: #f5f8fc;
  border: 1px solid var(--color-line);
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.58;
}

.transfergo-affiliate-link {
  text-align: center;
}

.transfergo-hero-card {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 212, 37, 0.58), transparent 32%),
    radial-gradient(circle at 91% 28%, rgba(40, 94, 232, 0.18), transparent 34%),
    linear-gradient(145deg, #fffbdf, #ffffff 55%, #eef3ff);
}

.transfergo-brand-panel {
  position: relative;
  display: grid;
  min-height: 250px;
  place-items: center;
  padding: 34px;
  overflow: hidden;
  border-bottom: 1px solid var(--color-line);
}

.transfergo-brand-panel::before,
.transfergo-brand-panel::after {
  position: absolute;
  content: "";
  border-radius: 999px;
}

.transfergo-brand-panel::before {
  width: 220px;
  height: 220px;
  left: -72px;
  bottom: -100px;
  background: rgba(255, 212, 37, 0.52);
}

.transfergo-brand-panel::after {
  width: 190px;
  height: 190px;
  top: 10px;
  right: -72px;
  background: rgba(40, 94, 232, 0.16);
}

.transfergo-brand-panel img {
  position: relative;
  z-index: 1;
  width: min(100%, 270px);
  height: auto;
  padding: 26px;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid #f1df85;
  border-radius: 26px;
  box-shadow: var(--shadow-sm);
}

.transfergo-score-label {
  display: block;
  margin-bottom: 4px;
  color: var(--tg-blue-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.quick-facts dd,
.article-content,
.article-card-box,
.source-list a {
  min-width: 0;
  overflow-wrap: anywhere;
}

.verified-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
}

.verified-strip div {
  min-width: 0;
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
}

.verified-strip span {
  display: block;
  color: #687b92;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.verified-strip strong {
  display: block;
  margin-top: 5px;
  color: var(--color-ink);
  font-size: 18px;
  line-height: 1.28;
}

.affiliate-card {
  margin-top: 18px;
  padding: 18px;
  background: linear-gradient(145deg, #fff8ce, #ffffff);
  border: 1px solid #efd468;
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
}

.affiliate-card span {
  color: #705000;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.affiliate-card strong {
  display: block;
  margin: 6px 0 8px;
  color: var(--tg-navy);
  font-size: 18px;
  line-height: 1.3;
}

.affiliate-card p {
  margin: 0 0 14px;
  color: var(--color-muted);
  font-size: 13px;
}

.affiliate-card .button {
  width: 100%;
  padding-inline: 12px;
  white-space: normal;
}

.decision-grid,
.scenario-grid,
.feature-grid,
.issue-grid,
.step-grid,
.trust-grid,
.image-copy-grid,
.offer-checklist {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.decision-grid,
.issue-grid,
.trust-grid,
.image-copy-grid,
.offer-checklist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scenario-grid,
.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: transfergo-step;
}

.decision-card,
.scenario-card,
.feature-card,
.issue-card,
.step-card,
.trust-card,
.offer-check {
  min-width: 0;
  padding: 20px;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
}

.decision-card span,
.scenario-card span,
.feature-card span,
.issue-card span,
.trust-card span,
.offer-check span {
  display: block;
  margin-bottom: 7px;
  color: var(--tg-blue-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.decision-card h3,
.scenario-card h3,
.feature-card h3,
.issue-card h3,
.step-card h3,
.trust-card h3,
.offer-check h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.decision-card p,
.scenario-card p,
.feature-card p,
.issue-card p,
.step-card p,
.trust-card p,
.offer-check p {
  margin: 0;
  color: var(--color-muted);
  font-size: 15px;
}

.decision-card.is-positive {
  border-color: #a9dfd1;
  background: linear-gradient(145deg, #effbf7, #ffffff);
}

.decision-card.is-caution,
.feature-card.is-warning {
  border-color: #efd899;
  background: linear-gradient(145deg, #fff9e9, #ffffff);
}

.step-card::before {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  place-items: center;
  color: var(--tg-navy);
  background: linear-gradient(135deg, var(--tg-yellow), #fff1a5);
  border-radius: 14px;
  counter-increment: transfergo-step;
  content: counter(transfergo-step);
  font-weight: 900;
}

.transfergo-scorecard {
  margin-top: 24px;
  border: 1px solid #cbd8fb;
  background: linear-gradient(145deg, #f0f4ff, #ffffff);
}

.transfergo-scorecard .moneyo-score-component__badge {
  color: var(--tg-navy);
  background: conic-gradient(var(--tg-blue) var(--score-percent), #dce4f7 0);
}

.transfergo-scorecard .moneyo-score-component__badge span {
  display: block;
  font-size: 11px;
  font-weight: 800;
}

.transfergo-scorecard .moneyo-score-breakdown {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.score-formula {
  margin: 14px 0 0;
  padding: 12px 14px;
  color: #172d71;
  background: #eaf0ff;
  border-radius: 12px;
  font-weight: 800;
}

.visual-proof,
.trustpilot-proof,
.card-warning-figure {
  margin: 24px 0 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
}

.visual-proof img,
.trustpilot-proof img,
.card-warning-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #ffffff;
}

.visual-proof figcaption,
.trustpilot-proof figcaption,
.card-warning-figure figcaption {
  padding: 15px 18px;
  color: var(--color-muted);
  border-top: 1px solid var(--color-line);
  font-size: 13px;
  line-height: 1.55;
}

.image-copy-grid {
  align-items: center;
}

.image-copy-grid .visual-proof {
  margin: 0;
}

.image-copy-grid > div {
  min-width: 0;
}

.offer-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #ead05f;
  background:
    radial-gradient(circle at 92% 8%, rgba(40, 94, 232, 0.14), transparent 30%),
    linear-gradient(145deg, #fff7c5, #ffffff 58%);
}

.offer-box::after {
  position: absolute;
  width: 190px;
  height: 190px;
  right: -90px;
  bottom: -110px;
  content: "";
  background: rgba(255, 212, 37, 0.24);
  border-radius: 999px;
}

.offer-box > * {
  position: relative;
  z-index: 1;
}

.offer-box .article-actions {
  margin-top: 20px;
}

.offer-box .button,
.cta-strip .button {
  white-space: normal;
}

.offer-check.is-ok {
  border-color: #a9dfd1;
}

.offer-check.is-stop {
  border-color: #e7b1ac;
}

.offer-check.is-stop span {
  color: var(--tg-danger);
}

.cost-lab {
  margin-top: 24px;
  padding: 22px;
  background: linear-gradient(145deg, #eef3ff, #ffffff);
  border: 1px solid #cad7f7;
  border-radius: 22px;
}

.cost-lab h3 {
  margin-top: 0;
}

.cost-lab__inputs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cost-lab label {
  display: grid;
  gap: 7px;
  color: var(--color-ink);
  font-size: 13px;
  font-weight: 800;
}

.cost-lab input {
  width: 100%;
  min-width: 0;
  padding: 12px 13px;
  color: var(--color-ink);
  background: #ffffff;
  border: 1px solid #bdc9dc;
  border-radius: 12px;
  font: inherit;
}

.cost-lab input:focus-visible {
  border-color: var(--tg-blue);
  outline: 3px solid rgba(40, 94, 232, 0.17);
}

.cost-lab__results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.cost-lab__results div {
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 16px;
}

.cost-lab__results span {
  display: block;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 800;
}

.cost-lab__results strong {
  display: block;
  margin-top: 5px;
  color: var(--tg-navy);
  font-size: clamp(20px, 2.2vw, 28px);
}

.cost-lab__help {
  margin: 14px 0 0;
  color: var(--color-muted);
  font-size: 13px;
}

.data-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  padding: 6px 10px;
  color: #285144;
  background: #eaf9f4;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.data-status::before {
  width: 8px;
  height: 8px;
  content: "";
  background: #13a276;
  border-radius: 999px;
}

.fact-list,
.check-list,
.source-list {
  display: grid;
  gap: 10px;
}

.fact-list li,
.check-list li {
  padding-left: 5px;
}

.source-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
  padding: 0;
  list-style: none;
}

.source-list li {
  min-width: 0;
}

.source-list a {
  display: block;
  height: 100%;
  padding: 14px 15px;
  color: var(--tg-blue-dark);
  background: #f7f9fc;
  border: 1px solid var(--color-line);
  border-radius: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.source-list a:hover {
  border-color: #afc4f5;
  background: #eef3ff;
}

.source-list small {
  display: block;
  margin-top: 5px;
  color: var(--color-muted);
  font-weight: 600;
}

.rating-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin: 20px 0 0;
  padding: 20px;
  background: #f3fbf8;
  border: 1px solid #b9e5d8;
  border-radius: 20px;
}

.rating-summary__score {
  display: grid;
  min-width: 112px;
  min-height: 112px;
  place-items: center;
  color: #ffffff;
  background: #00a87b;
  border-radius: 22px;
  text-align: center;
}

.rating-summary__score strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.rating-summary__score span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
}

.rating-summary p {
  margin: 0;
}

.warning-banner {
  margin-top: 20px;
  padding: 18px;
  color: #674200;
  background: #fff8e4;
  border: 1px solid #efd58d;
  border-radius: 16px;
}

.warning-banner strong {
  color: #523400;
}

/* Readable strengths and trade-offs: each claim is its own scan-friendly item. */
.article-content > .pros-cons {
  gap: 18px;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.article-content > .pros-cons > div {
  position: relative;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
}

.article-content > .pros-cons > div:first-child {
  background: linear-gradient(145deg, #effbf7, #ffffff 68%);
  border-color: #a9dfd1;
}

.article-content > .pros-cons > div:last-child {
  background: linear-gradient(145deg, #fff8ee, #ffffff 68%);
  border-color: #efd2a2;
}

.article-content > .pros-cons h2 {
  display: flex;
  gap: 11px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--tg-navy);
  font-size: 25px;
  line-height: 1.2;
}

.article-content > .pros-cons h2::before {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 13px;
  font-size: 20px;
  font-weight: 900;
}

.article-content > .pros-cons > div:first-child h2::before {
  color: #ffffff;
  background: var(--tg-positive);
  content: "\2713";
}

.article-content > .pros-cons > div:last-child h2::before {
  color: #ffffff;
  background: var(--tg-warning);
  content: "!";
}

.article-content > .pros-cons ul {
  gap: 10px;
}

.article-content > .pros-cons li {
  min-height: 48px;
  padding: 12px 13px 12px 43px;
  color: #334a64;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(190, 204, 220, 0.72);
  border-radius: 13px;
  line-height: 1.52;
}

.article-content > .pros-cons li::before {
  top: 14px;
  left: 14px;
  width: 20px;
  height: 20px;
}

.article-content > .pros-cons > div:first-child li::before {
  color: var(--tg-positive);
  background: #dcf8ed;
  content: "\2713";
}

.article-content > .pros-cons > div:last-child li::before {
  color: var(--tg-danger);
  background: #ffe9e4;
  content: "\2212";
}

/* Keep service names intact and give the label column a predictable width. */
.comparison-table,
.comparison-table th,
.comparison-table td {
  overflow-wrap: normal;
  word-break: normal;
}

#limity .comparison-table th:first-child,
#limity .comparison-table td:first-child {
  width: 190px;
  min-width: 190px;
}

#limity .comparison-table td:first-child strong,
#srovnani .comparison-table th:first-child,
#srovnani .comparison-table td:first-child strong,
#srovnani .comparison-table td:first-child a {
  white-space: nowrap;
}

#srovnani .comparison-table th:first-child,
#srovnani .comparison-table td:first-child {
  width: 126px;
  min-width: 126px;
}

/* FAQ behaves as a set of distinct answer cards instead of a text-only list. */
#faq {
  background:
    radial-gradient(circle at 100% 0, rgba(40, 94, 232, 0.1), transparent 32%),
    linear-gradient(145deg, #f7f9ff, #ffffff 68%);
  border-color: #cdd9f4;
}

#faq .faq-list {
  display: grid;
  gap: 11px;
  margin-top: 22px;
}

#faq details {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d9e2ef;
  border-radius: 15px;
  box-shadow: 0 7px 20px rgba(7, 34, 74, 0.045);
}

#faq details[open] {
  border-color: #94adeb;
  box-shadow: 0 10px 24px rgba(40, 94, 232, 0.09);
}

#faq summary {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
  padding: 15px 16px;
  color: var(--tg-navy);
  cursor: pointer;
  font-weight: 850;
  line-height: 1.35;
  list-style: none;
}

#faq summary::-webkit-details-marker {
  display: none;
}

#faq summary::before {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--tg-blue-dark);
  background: #edf2ff;
  border-radius: 11px;
  content: "?";
  font-weight: 900;
}

#faq summary::after {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #ffffff;
  background: var(--tg-blue);
  border-radius: 9px;
  content: "+";
  font-size: 20px;
  line-height: 1;
}

#faq details[open] summary::after {
  content: "\2212";
}

#faq details p {
  margin: 0;
  padding: 0 56px 18px 62px;
  color: #455a72;
  line-height: 1.68;
}

/* The final action is a compact decision panel, not four competing columns. */
.article-content > .cta-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 260px);
  grid-template-areas:
    "eyebrow action"
    "title action"
    "copy action";
  gap: 8px 28px;
  align-items: center;
  padding: 30px 32px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 212, 37, 0.28), transparent 25%),
    linear-gradient(135deg, #153db6, #168fe6);
}

.article-content > .cta-strip .eyebrow {
  grid-area: eyebrow;
  margin: 0;
  color: #ffec91;
  font-size: 12px;
  letter-spacing: 0.07em;
}

.article-content > .cta-strip h2 {
  grid-area: title;
  margin: 0;
  max-width: 560px;
  font-size: clamp(27px, 3vw, 34px);
  line-height: 1.13;
}

.article-content > .cta-strip > p:not(.eyebrow) {
  grid-area: copy;
  max-width: 590px;
  margin: 5px 0 0;
  line-height: 1.6;
}

.article-content > .cta-strip .button {
  grid-area: action;
  width: 100%;
  min-height: 58px;
  padding: 14px 18px;
  border: 2px solid rgba(255, 255, 255, 0.64);
  box-shadow: 0 12px 26px rgba(4, 24, 79, 0.2);
}

.comparison-table caption {
  padding: 0 0 12px;
  color: var(--color-muted);
  font-size: 13px;
  text-align: left;
}

.article-card-box,
.cta-strip,
.pros-cons {
  scroll-margin-top: 116px;
}

.mobile-affiliate-bar {
  display: none;
}

.noscript-note {
  margin-top: 12px;
  color: var(--color-muted);
  font-size: 13px;
}

@media (max-width: 1120px) {
  .verified-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

@media (max-width: 760px) {
  .article-hero {
    padding-top: 54px;
  }

  .article-hero-copy h1 {
    font-size: clamp(35px, 11vw, 52px);
  }

  .verified-strip,
  .scenario-grid,
  .feature-grid,
  .decision-grid,
  .issue-grid,
  .step-grid,
  .trust-grid,
  .image-copy-grid,
  .offer-checklist,
  .transfergo-scorecard .moneyo-score-breakdown,
  .source-list,
  .cost-lab__inputs,
  .cost-lab__results {
    grid-template-columns: 1fr;
  }

  .verified-strip {
    gap: 9px;
  }

  .verified-strip div {
    padding: 14px;
  }

  .rating-summary {
    grid-template-columns: 1fr;
  }

  .rating-summary__score {
    min-width: 0;
    min-height: 92px;
  }

  .transfergo-brand-panel {
    min-height: 210px;
    padding: 24px;
  }

  .transfergo-brand-panel img {
    padding: 20px;
  }

  .comparison-table-wrap {
    margin-inline: -4px;
  }

  .article-content > .pros-cons {
    gap: 14px;
  }

  .article-content > .pros-cons > div {
    padding: 20px;
  }

  .article-content > .pros-cons > div:first-child {
    border-right: 1px solid #a9dfd1;
    border-bottom: 1px solid #a9dfd1;
  }

  #limity .comparison-table th:first-child,
  #limity .comparison-table td:first-child,
  #srovnani .comparison-table th:first-child,
  #srovnani .comparison-table td:first-child {
    width: 100%;
    min-width: 0;
  }

  .article-content > .cta-strip {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "copy"
      "action";
    gap: 11px;
    padding: 25px 22px;
  }

  .article-content > .cta-strip .button {
    margin-top: 7px;
  }

  .mobile-affiliate-bar {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px max(12px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--color-line);
    box-shadow: 0 -10px 30px rgba(7, 7, 46, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity 180ms ease, transform 180ms ease;
    backdrop-filter: blur(12px);
  }

  .mobile-affiliate-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-affiliate-bar .button {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    white-space: normal;
  }

  .site-footer {
    padding-bottom: 84px;
  }
}

@media (max-width: 480px) {
  .article-actions {
    align-items: stretch;
  }

  .article-actions .button,
  .cta-strip .button {
    width: 100%;
    padding-inline: 13px;
    white-space: normal;
  }

  .cost-lab,
  .decision-card,
  .scenario-card,
  .feature-card,
  .issue-card,
  .step-card,
  .trust-card,
  .offer-check {
    padding: 17px;
  }

  .article-content > .pros-cons h2 {
    font-size: 22px;
  }

  .article-content > .pros-cons li {
    padding-right: 11px;
    font-size: 15px;
  }

  #faq summary {
    grid-template-columns: 30px minmax(0, 1fr) 26px;
    gap: 9px;
    padding: 13px 12px;
    font-size: 15px;
  }

  #faq summary::before {
    width: 30px;
    height: 30px;
  }

  #faq summary::after {
    width: 26px;
    height: 26px;
  }

  #faq details p {
    padding: 0 14px 16px 51px;
    font-size: 15px;
  }

  .trustpilot-proof figcaption,
  .visual-proof figcaption,
  .card-warning-figure figcaption {
    padding: 13px 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
