.fortuna-review-page {
  --fortuna-blue: #0b7795;
  --fortuna-blue-dark: #07566f;
  --fortuna-orange: #e6b800;
  --fortuna-ink: #10233f;
  --fortuna-muted: #5d7089;
  --fortuna-line: #cfdeec;
  --fortuna-soft: #f4f8fc;
  --fortuna-green: #087f72;
  --fortuna-red: #a63a45;
}

.fortuna-field small {
  display: block;
  min-height: 46px;
  margin-top: 6px;
  color: var(--fortuna-muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.fortuna-calculator-results[data-risk="low"] .fortuna-result-lead strong {
  color: #74e2c9;
}

.fortuna-calculator-results[data-risk="elevated"] .fortuna-result-lead strong {
  color: #ffd37f;
}

.fortuna-calculator-results[data-risk="high"] .fortuna-result-lead strong,
.fortuna-calculator-results[data-risk="critical"] .fortuna-result-lead strong {
  color: #ffb1b8;
}

.fortuna-review-page .article-sidebar .toc-card ol {
  margin: 0;
  padding-left: 1.2rem;
}

.fortuna-review-page .article-sidebar .toc-card li {
  color: var(--fortuna-muted);
}

.fortuna-review-page .article-sidebar .toc-card li + li {
  margin-top: 2px;
}

.fortuna-review-page .article-sidebar .toc-card li a {
  display: inline-block;
}

.fortuna-review-page .article-hero {
  align-items: stretch;
}

.fortuna-review-page .article-hero h1 {
  max-width: 850px;
  font-size: 3rem;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.fortuna-nowrap {
  display: inline-block;
  white-space: nowrap;
}

.fortuna-review-page .article-hero > div,
.fortuna-review-page .article-hero-card {
  min-width: 0;
}

.fortuna-review-page .article-hero-card {
  display: flex;
  flex-direction: column;
}

.fortuna-review-page .article-hero .article-actions .button-primary {
  max-width: min(100%, 430px);
  padding-top: 11px;
  padding-bottom: 11px;
  white-space: normal;
}

.fortuna-section {
  padding: 32px 0;
  border-bottom: 1px solid var(--fortuna-line);
  scroll-margin-top: 100px;
}

.fortuna-section:first-of-type {
  padding-top: 8px;
}

.fortuna-section:last-child {
  border-bottom: 0;
}

.fortuna-section > :first-child {
  margin-top: 0;
}

.fortuna-section > :last-child {
  margin-bottom: 0;
}

.fortuna-section .cta-strip h3 {
  margin: 0 0 6px;
  color: inherit;
}

.fortuna-section .cta-strip .button,
.fortuna-final-cta .button {
  max-width: 340px;
  padding-top: 11px;
  padding-bottom: 11px;
  white-space: normal;
}

.fortuna-hero-visual {
  display: grid;
  min-height: 220px;
  place-items: center;
  padding: 30px;
  border-bottom: 1px solid var(--fortuna-line);
  background:
    linear-gradient(145deg, #ffffff 0 56%, #edf7ff 56% 100%);
}

.fortuna-hero-visual img {
  width: min(100%, 440px);
  height: auto;
  object-fit: contain;
}

.fortuna-affiliate-note {
  max-width: 760px;
  margin: 14px 0 0;
  padding: 12px 14px;
  border-left: 4px solid var(--fortuna-orange);
  background: #fff8ea;
  color: #344861;
  font-size: 0.9rem;
  line-height: 1.55;
}

.fortuna-sidebar-cta {
  margin-top: 12px;
  padding: 15px;
  border: 1px solid var(--fortuna-line);
  border-top: 4px solid var(--fortuna-orange);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 35, 63, 0.08);
}

.fortuna-sidebar-cta > span,
.fortuna-registration-bar span {
  display: block;
  color: var(--fortuna-green);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fortuna-sidebar-cta > strong {
  display: block;
  margin-top: 4px;
  color: var(--fortuna-ink);
  font-size: 1.75rem;
  line-height: 1.05;
}

.fortuna-sidebar-cta p {
  margin: 6px 0 10px;
  color: var(--fortuna-muted);
  font-size: 0.79rem;
  line-height: 1.42;
}

.fortuna-sidebar-cta .button {
  width: 100%;
  max-width: 320px;
  min-height: 0;
  padding: 10px;
  white-space: normal;
  font-size: 0.79rem;
  line-height: 1.3;
}

.fortuna-sidebar-cta small {
  display: block;
  margin-top: 8px;
  color: #6a7d93;
  font-size: 0.68rem;
  line-height: 1.35;
}

.fortuna-registration-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 310px);
  gap: 20px;
  align-items: center;
  margin-top: 22px;
  padding: 20px;
  border: 1px solid #bad8ef;
  border-left: 5px solid var(--fortuna-orange);
  border-radius: 8px;
  background: #eef7fd;
}

.fortuna-registration-bar strong {
  display: block;
  margin-top: 5px;
  color: var(--fortuna-ink);
  font-size: 1.14rem;
  line-height: 1.3;
}

.fortuna-registration-bar p {
  margin: 6px 0 0;
  color: var(--fortuna-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.fortuna-registration-bar .button {
  width: 100%;
  min-height: 56px;
  padding: 11px 16px;
  white-space: normal;
  line-height: 1.25;
}

.fortuna-product-figure {
  margin: 22px 0;
  overflow: hidden;
  border: 1px solid #d8e3ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 48, 82, 0.08);
}

.fortuna-product-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.fortuna-product-figure figcaption {
  padding: 11px 14px 13px;
  border-top: 1px solid #e2eaf2;
  color: var(--fortuna-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.fortuna-product-figure-compact img {
  max-height: 430px;
  object-fit: cover;
  object-position: top center;
}

.fortuna-lottery-decisions {
  margin-top: 22px;
}

.fortuna-source-stamp {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid #b8ddd8;
  border-radius: 999px;
  background: #eefaf8;
  color: #086b60;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fortuna-source-stamp::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0b9585;
  content: "";
}

.fortuna-decision-grid,
.fortuna-snapshot-grid,
.fortuna-support-grid,
.fortuna-payment-grid,
.fortuna-link-grid {
  display: grid;
  gap: 14px;
}

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

.fortuna-decision-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 24px;
}

.fortuna-decision {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--fortuna-line);
  border-radius: 8px;
  background: #fff;
}

.fortuna-decision[data-tone="yes"] {
  border-top: 4px solid var(--fortuna-green);
}

.fortuna-decision[data-tone="compare"] {
  border-top: 4px solid var(--fortuna-orange);
}

.fortuna-decision[data-tone="stop"] {
  border-top: 4px solid var(--fortuna-red);
}

.fortuna-decision span,
.fortuna-payment-card > span,
.fortuna-snapshot-card > span {
  display: block;
  margin-bottom: 8px;
  color: var(--fortuna-green);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fortuna-decision h2,
.fortuna-decision h3,
.fortuna-payment-card h3,
.fortuna-snapshot-card h3 {
  margin: 0 0 8px;
  color: var(--fortuna-ink);
  font-size: 1.12rem;
  line-height: 1.28;
}

.fortuna-decision p,
.fortuna-payment-card p,
.fortuna-snapshot-card p {
  margin: 0;
  color: var(--fortuna-muted);
  line-height: 1.62;
}

.fortuna-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 22px 0;
  border: 1px solid var(--fortuna-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.fortuna-facts > div {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid var(--fortuna-line);
}

.fortuna-facts > div:last-child {
  border-right: 0;
}

.fortuna-facts dt {
  margin-bottom: 6px;
  color: var(--fortuna-muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fortuna-facts dd {
  margin: 0;
  color: var(--fortuna-ink);
  font-size: 1rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.fortuna-verified-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.fortuna-verified-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 15px;
  border: 1px solid var(--fortuna-line);
  border-radius: 8px;
  background: var(--fortuna-soft);
}

.fortuna-verified-item > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #dff5f1;
  color: var(--fortuna-green);
  font-size: 0.78rem;
  font-weight: 900;
}

.fortuna-verified-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--fortuna-ink);
}

.fortuna-verified-item p {
  margin: 0;
  color: var(--fortuna-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.fortuna-intent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.fortuna-intent-card {
  display: flex;
  min-width: 0;
  min-height: 214px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--fortuna-line);
  border-top: 4px solid var(--fortuna-blue);
  border-radius: 8px;
  background: #fff;
  color: var(--fortuna-ink);
  text-decoration: none;
  box-shadow: 0 7px 18px rgba(16, 35, 63, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.fortuna-intent-card:nth-child(3n + 2) {
  border-top-color: var(--fortuna-orange);
}

.fortuna-intent-card:nth-child(3n) {
  border-top-color: var(--fortuna-green);
}

.fortuna-intent-card:hover,
.fortuna-intent-card:focus-visible {
  border-color: var(--fortuna-blue);
  box-shadow: 0 12px 26px rgba(16, 35, 63, 0.12);
  transform: translateY(-2px);
}

.fortuna-intent-card:focus-visible {
  outline: 3px solid rgba(11, 119, 149, 0.2);
  outline-offset: 2px;
}

.fortuna-intent-card span {
  display: block;
  margin-bottom: 7px;
  color: var(--fortuna-green);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fortuna-intent-card strong {
  display: block;
  color: var(--fortuna-ink);
  font-size: 1.15rem;
  line-height: 1.3;
}

.fortuna-intent-card p {
  margin: 8px 0 16px;
  color: var(--fortuna-muted);
  line-height: 1.58;
}

.fortuna-intent-card em {
  margin-top: auto;
  color: var(--fortuna-blue-dark);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 900;
}

.fortuna-test-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 22px 0;
  border: 1px solid var(--fortuna-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.fortuna-test-summary > div {
  min-width: 0;
  padding: 16px;
  border-right: 1px solid var(--fortuna-line);
}

.fortuna-test-summary > div:last-child {
  border-right: 0;
}

.fortuna-test-summary span {
  display: block;
  margin-bottom: 5px;
  color: var(--fortuna-muted);
  font-size: 0.73rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fortuna-test-summary strong {
  color: var(--fortuna-ink);
  overflow-wrap: anywhere;
}

.fortuna-test-table td {
  vertical-align: top;
}

.fortuna-test-status {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.fortuna-test-status[data-status="clear"] {
  background: #dff5f1;
  color: #07655c;
}

.fortuna-test-status[data-status="check"] {
  background: #fff3cf;
  color: #725500;
}

.fortuna-test-status[data-status="variable"] {
  background: #e5f1fb;
  color: #07566f;
}

.fortuna-score-head {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin: 22px 0;
  padding: 20px;
  border: 1px solid var(--fortuna-line);
  border-radius: 8px;
  background: var(--fortuna-soft);
}

.fortuna-score-head .score-ring {
  width: 108px;
  height: 108px;
  font-size: 2rem;
}

.fortuna-score-head h3 {
  margin: 0 0 6px;
  color: var(--fortuna-ink);
}

.fortuna-score-head p {
  margin: 0;
  color: var(--fortuna-muted);
}

.fortuna-score-list {
  display: grid;
  gap: 10px;
}

.fortuna-score-row {
  display: grid;
  grid-template-columns: minmax(165px, 1.15fr) minmax(140px, 1fr) 86px 74px;
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid var(--fortuna-line);
  border-radius: 8px;
  background: #fff;
}

.fortuna-score-row strong {
  color: var(--fortuna-ink);
  line-height: 1.35;
}

.fortuna-score-track {
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: #e4edf5;
}

.fortuna-score-track i {
  display: block;
  width: var(--score-width);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--fortuna-green), var(--fortuna-blue));
}

.fortuna-score-weight,
.fortuna-score-value {
  color: var(--fortuna-muted);
  font-size: 0.88rem;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.fortuna-score-value {
  color: var(--fortuna-ink);
}

.fortuna-calculator {
  margin-top: 22px;
  border: 1px solid #b9cfe3;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.fortuna-calculator-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border-bottom: 1px solid var(--fortuna-line);
  background: #edf7ff;
}

.fortuna-calculator-head h3 {
  margin: 0 0 6px;
  color: var(--fortuna-ink);
  font-size: 1.35rem;
}

.fortuna-calculator-head p {
  margin: 0;
  color: var(--fortuna-muted);
  line-height: 1.55;
}

.fortuna-calculator-badge {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--fortuna-ink);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  white-space: nowrap;
}

.fortuna-calculator-body {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.fortuna-calculator-controls,
.fortuna-calculator-results {
  min-width: 0;
  padding: 22px;
}

.fortuna-calculator-controls {
  border-right: 1px solid var(--fortuna-line);
}

.fortuna-segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 18px;
  padding: 4px;
  border: 1px solid var(--fortuna-line);
  border-radius: 8px;
  background: var(--fortuna-soft);
}

.fortuna-segmented button {
  min-height: 42px;
  padding: 8px 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--fortuna-muted);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.fortuna-segmented button[aria-pressed="true"] {
  background: var(--fortuna-ink);
  color: #fff;
}

.fortuna-input-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

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

.fortuna-field[hidden] {
  display: none;
}

.fortuna-field label {
  display: block;
  min-height: 40px;
  margin-bottom: 6px;
  color: var(--fortuna-ink);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.3;
}

.fortuna-field input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #aac2d8;
  border-radius: 7px;
  background: #fff;
  color: var(--fortuna-ink);
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
}

.fortuna-field input:focus {
  border-color: var(--fortuna-blue);
  outline: 3px solid rgba(18, 121, 216, 0.16);
}

.fortuna-field--wide {
  grid-column: 1 / -1;
}

.fortuna-calculator-results {
  background: #0e2948;
  color: #fff;
}

.fortuna-result-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.fortuna-result-lead span {
  display: block;
  margin-bottom: 4px;
  color: #9fc9ed;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fortuna-result-lead strong {
  display: block;
  font-size: 2.25rem;
  line-height: 1;
  white-space: nowrap;
}

.fortuna-result-lead output {
  color: #ffd37f;
  font-weight: 800;
  text-align: right;
}

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

.fortuna-result-card {
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.fortuna-result-card span {
  display: block;
  min-height: 32px;
  margin-bottom: 5px;
  color: #b8d5ed;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.3;
}

.fortuna-result-card output {
  display: block;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.fortuna-fair-odds {
  margin: 16px 0 0;
  padding: 13px;
  border-radius: 8px;
  background: #fff;
  color: var(--fortuna-ink);
  font-size: 0.9rem;
  line-height: 1.55;
}

.fortuna-fair-odds strong {
  color: var(--fortuna-green);
}

.fortuna-calculator-foot {
  margin: 0;
  padding: 13px 22px;
  border-top: 1px solid var(--fortuna-line);
  background: #fff8ea;
  color: #5c4a28;
  font-size: 0.84rem;
  line-height: 1.55;
}

.fortuna-snapshot-grid,
.fortuna-payment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 20px 0;
}

.fortuna-snapshot-card,
.fortuna-payment-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--fortuna-line);
  border-radius: 8px;
  background: #fff;
}

.fortuna-snapshot-card strong,
.fortuna-payment-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--fortuna-ink);
  font-size: 1.25rem;
  line-height: 1.25;
}

.fortuna-support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.fortuna-support-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--fortuna-line);
  border-radius: 8px;
  background: var(--fortuna-soft);
  color: var(--fortuna-ink);
  font-weight: 800;
  text-decoration: none;
}

.fortuna-support-link::after {
  color: var(--fortuna-blue);
  content: "→";
  font-size: 1.2rem;
}

.fortuna-support-link:hover,
.fortuna-support-link:focus-visible {
  border-color: var(--fortuna-blue);
  background: #edf7ff;
}

.fortuna-bonus-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.fortuna-bonus-part {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--fortuna-line);
  border-radius: 8px;
  background: var(--fortuna-soft);
}

.fortuna-bonus-part:first-child {
  border-top: 4px solid var(--fortuna-blue);
}

.fortuna-bonus-part:nth-child(2) {
  border-top: 4px solid var(--fortuna-orange);
}

.fortuna-bonus-part:nth-child(3) {
  border-top: 4px solid var(--fortuna-green);
}

.fortuna-bonus-part span {
  display: block;
  margin-bottom: 7px;
  color: var(--fortuna-muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fortuna-bonus-part strong {
  display: block;
  margin-bottom: 7px;
  color: var(--fortuna-ink);
  font-size: 1.5rem;
}

.fortuna-bonus-part p {
  margin: 0;
  color: var(--fortuna-muted);
  line-height: 1.55;
}

.fortuna-contact-table {
  display: grid;
  grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1fr);
  margin-top: 18px;
  border: 1px solid var(--fortuna-line);
  border-radius: 8px;
  overflow: hidden;
}

.fortuna-contact-table dt,
.fortuna-contact-table dd {
  min-width: 0;
  margin: 0;
  padding: 13px 15px;
  border-bottom: 1px solid var(--fortuna-line);
}

.fortuna-contact-table dt {
  background: var(--fortuna-soft);
  color: var(--fortuna-muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fortuna-contact-table dd {
  color: var(--fortuna-ink);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.fortuna-contact-table dt:last-of-type,
.fortuna-contact-table dd:last-of-type {
  border-bottom: 0;
}

.fortuna-author-box {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--fortuna-line);
  border-radius: 8px;
  background: var(--fortuna-soft);
}

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

.fortuna-author-box h3 {
  margin: 0 0 5px;
  color: var(--fortuna-ink);
}

.fortuna-author-box p {
  margin: 0;
  color: var(--fortuna-muted);
  line-height: 1.58;
}

.fortuna-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: #0e2948;
  color: #fff;
}

.fortuna-final-cta h2 {
  margin: 0 0 7px;
  color: #fff;
}

.fortuna-final-cta p {
  margin: 0;
  color: #c7daeb;
}

.fortuna-final-cta .button {
  min-width: 210px;
}

.fortuna-review-page .article-content a:not(.button):not(.related-card):not(.fortuna-support-link) {
  overflow-wrap: anywhere;
}

.fortuna-review-page .related-card .text-link {
  box-sizing: content-box;
  max-width: calc(100% - 4px);
  padding-right: 4px;
}

@media (max-width: 980px) {
  .fortuna-decision-grid,
  .fortuna-payment-grid,
  .fortuna-snapshot-grid,
  .fortuna-bonus-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .fortuna-facts > div:nth-child(2) {
    border-right: 0;
  }

  .fortuna-facts > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--fortuna-line);
  }

  .fortuna-calculator-body {
    grid-template-columns: 1fr;
  }

  .fortuna-calculator-controls {
    border-right: 0;
    border-bottom: 1px solid var(--fortuna-line);
  }

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

  .fortuna-test-summary > div:nth-child(2) {
    border-right: 0;
  }

  .fortuna-test-summary > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--fortuna-line);
  }
}

@media (max-width: 720px) {
  .fortuna-product-figure-wide {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .fortuna-product-figure-wide img {
    width: 720px;
    max-width: none;
  }

  .fortuna-review-page .article-hero h1 {
    font-size: 2.45rem;
    line-height: 1.1;
  }

  .fortuna-decision-grid,
  .fortuna-payment-grid,
  .fortuna-snapshot-grid,
  .fortuna-bonus-split,
  .fortuna-support-grid,
  .fortuna-verified-list,
  .fortuna-intent-grid,
  .fortuna-link-grid {
    grid-template-columns: 1fr;
  }

  .fortuna-intent-card {
    min-height: 0;
  }

  .fortuna-score-row {
    grid-template-columns: minmax(0, 1fr) 72px;
  }

  .fortuna-score-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .fortuna-score-weight {
    grid-column: 2;
    grid-row: 1;
  }

  .fortuna-score-value {
    grid-column: 2;
    grid-row: 3;
  }

  .fortuna-score-row::after {
    grid-column: 1;
    grid-row: 3;
    color: var(--fortuna-muted);
    content: "Výsledek po váze";
    font-size: 0.78rem;
    font-weight: 700;
  }

  .fortuna-calculator-head,
  .fortuna-final-cta,
  .fortuna-registration-bar {
    grid-template-columns: 1fr;
  }

  .fortuna-calculator-badge {
    justify-self: start;
  }

  .fortuna-final-cta .button {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .fortuna-section .cta-strip .button {
    width: 100%;
    max-width: none;
  }

  .fortuna-sidebar-cta .button {
    max-width: none;
  }
}

@media (max-width: 520px) {
  .fortuna-review-page .article-hero h1 {
    font-size: 2.05rem;
    line-height: 1.12;
  }

  .fortuna-hero-visual {
    min-height: 160px;
    padding: 22px;
  }

  .fortuna-facts,
  .fortuna-input-grid,
  .fortuna-result-grid {
    grid-template-columns: 1fr;
  }

  .fortuna-facts > div {
    border-right: 0;
    border-bottom: 1px solid var(--fortuna-line);
  }

  .fortuna-facts > div:nth-child(3) {
    border-bottom: 1px solid var(--fortuna-line);
  }

  .fortuna-facts > div:last-child {
    border-bottom: 0;
  }

  .fortuna-field label,
  .fortuna-result-card span {
    min-height: 0;
  }

  .fortuna-result-lead {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .fortuna-result-lead output {
    text-align: left;
  }

  .fortuna-score-head,
  .fortuna-author-box {
    grid-template-columns: 1fr;
  }

  .fortuna-contact-table {
    grid-template-columns: 1fr;
  }

  .fortuna-contact-table dt,
  .fortuna-contact-table dd {
    border-bottom: 0;
  }

  .fortuna-contact-table dd {
    border-bottom: 1px solid var(--fortuna-line);
  }

  .fortuna-contact-table dd:last-of-type {
    border-bottom: 0;
  }

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

  .fortuna-test-summary > div,
  .fortuna-test-summary > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--fortuna-line);
  }

  .fortuna-test-summary > div:last-child {
    border-bottom: 0;
  }
}
