.page-worth-playing {
    background: #082f31;
}

.worth-guide {
    --worth-ink: #183a36;
    --worth-deep: #075653;
    --worth-deep-dark: #043f3e;
    --worth-paper: #fffdf1;
    --worth-cream: #fff9dc;
    --worth-gold: #e5b447;
    --worth-gold-light: #ffe584;
    --worth-green: #4f9b43;
    --worth-blue: #147d9e;
    --worth-red: #b84635;
    --worth-line: 3px solid var(--worth-ink);
    background: var(--worth-cream);
}

.worth-guide h1,
.worth-guide h2,
.worth-guide h3,
.worth-guide p,
.worth-guide ol,
.worth-guide ul,
.worth-guide dl,
.worth-guide figure,
.worth-guide table {
    margin-top: 0;
}

.worth-guide [id] {
    scroll-margin-top: 104px;
}

.worth-guide button,
.worth-guide input {
    font: inherit;
}

.worth-guide a:focus-visible,
.worth-guide button:focus-visible,
.worth-guide input:focus-visible {
    outline: 3px solid #ffea82;
    outline-offset: 3px;
}

.worth-hero {
    position: relative;
    overflow: hidden;
    color: #fffdf0;
    background-color: #0d5a6b;
    background-image:
        linear-gradient(118deg, rgba(4, 63, 62, 0.98) 0%, rgba(7, 86, 83, 0.94) 48%, rgba(20, 92, 118, 0.9) 100%),
        url("../images/water-tile.webp");
    background-repeat: repeat;
    background-size: auto, 96px 96px;
    border-bottom: 8px solid var(--worth-gold);
}

.worth-hero::before,
.worth-hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
    border-radius: 50%;
}

.worth-hero::before {
    width: 360px;
    height: 360px;
    right: -110px;
    bottom: -170px;
    border: 42px solid rgba(255, 229, 132, 0.08);
    box-shadow: 0 0 0 38px rgba(255, 255, 255, 0.035);
}

.worth-hero::after {
    width: 220px;
    height: 220px;
    top: -118px;
    left: -70px;
    border: 30px solid rgba(21, 154, 187, 0.12);
}

.worth-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(calc(100% - 48px), 1220px);
    margin: 0 auto;
    padding: 56px 0 62px;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: 44px;
    align-items: center;
}

.worth-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 24px;
    color: #d6edf0;
    font-size: 12px;
    font-weight: 800;
}

.worth-breadcrumbs a {
    text-underline-offset: 3px;
}

.worth-breadcrumbs a:hover {
    color: #fff1a0;
}

.worth-kicker,
.worth-section-heading > p,
.worth-fit-results-heading > p,
.worth-toc > p,
.worth-side-list > p,
.worth-route-tag {
    margin-bottom: 7px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.worth-kicker {
    color: #ffe888;
}

.worth-hero h1 {
    max-width: 760px;
    margin-bottom: 18px;
    color: #fffdf0;
    font-size: clamp(34px, 4.6vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.04em;
    text-shadow: 3px 3px 0 var(--worth-deep-dark);
    overflow-wrap: anywhere;
}

.worth-lead {
    max-width: 700px;
    margin-bottom: 24px;
    color: #e8f5e9;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.62;
}

.worth-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.worth-primary-action,
.worth-secondary-action {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 3px solid #132f2d;
    border-radius: 5px;
    box-shadow: 4px 4px 0 rgba(2, 43, 42, 0.82);
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.worth-primary-action {
    color: var(--worth-ink);
    background: var(--worth-gold-light);
}

.worth-secondary-action {
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
}

.worth-primary-action:hover,
.worth-secondary-action:hover {
    transform: translateY(-1px);
    box-shadow: 4px 5px 0 rgba(2, 43, 42, 0.92);
}

.worth-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

.worth-hero-stats > div {
    display: grid;
    min-width: 96px;
    gap: 2px;
    padding: 8px 12px;
    background: rgba(2, 47, 47, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.worth-hero-stats dt {
    color: #bfe3d0;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.worth-hero-stats dd {
    margin: 0;
    color: #fff4a6;
    font-size: 15px;
    font-weight: 900;
}

.worth-verdict-card {
    padding: 22px;
    color: var(--worth-ink);
    background: var(--worth-paper);
    border: 4px solid var(--worth-ink);
    border-radius: 8px;
    box-shadow: 9px 9px 0 rgba(3, 48, 47, 0.74);
}

.worth-verdict-heading {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.worth-verdict-badge {
    display: grid;
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--worth-deep-dark);
    background: var(--worth-gold-light);
    border: 3px solid var(--worth-ink);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.worth-verdict-heading h2 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.worth-verdict-heading p {
    margin-bottom: 4px;
    color: var(--worth-deep);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.worth-verdict-list {
    display: grid;
    gap: 10px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.worth-verdict-list li {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.worth-verdict-list span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border: 2px solid var(--worth-ink);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 900;
}

.worth-verdict-list span.is-yes {
    color: #163a1a;
    background: #b7e3a8;
}

.worth-verdict-list span.is-maybe {
    color: #5a4308;
    background: #ffe584;
}

.worth-verdict-list span.is-no {
    color: #5a1c14;
    background: #f0b0a4;
}

.worth-verdict-list p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.worth-verdict-note {
    margin: 0;
    padding: 12px 14px;
    background: #e8f4ef;
    border: 2px dashed rgba(7, 86, 83, 0.35);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.worth-page-layout {
    display: grid;
    width: min(calc(100% - 48px), 1220px);
    margin: 0 auto;
    padding: 42px 0 72px;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 34px;
    align-items: start;
}

.worth-main-column {
    display: grid;
    gap: 28px;
    min-width: 0;
}

.worth-section {
    padding: 28px;
    background: var(--worth-paper);
    border: var(--worth-line);
    border-radius: 8px;
    box-shadow: 6px 6px 0 rgba(24, 58, 54, 0.12);
}

.worth-section-heading {
    margin-bottom: 22px;
}

.worth-section-heading > p {
    color: var(--worth-deep);
}

.worth-section-heading h2 {
    margin-bottom: 10px;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.12;
    letter-spacing: -0.03em;
    overflow-wrap: anywhere;
}

.worth-section-heading > span {
    display: block;
    max-width: 72ch;
    color: #3d5d58;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
}

.worth-section-heading.is-light > p,
.worth-section-heading.is-light h2,
.worth-section-heading.is-light > span {
    color: #fffdf0;
}

.worth-section-heading.is-light > span {
    color: #d7ebe7;
}

.worth-score-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 22px;
}

.worth-score-grid article {
    padding: 16px;
    background: #f4fbf7;
    border: 2px solid rgba(24, 58, 54, 0.18);
    border-radius: 6px;
}

.worth-score-grid p {
    margin-bottom: 6px;
    color: var(--worth-deep);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.worth-score-grid strong {
    display: block;
    margin-bottom: 8px;
    color: var(--worth-ink);
    font-size: 28px;
    letter-spacing: -0.03em;
}

.worth-score-grid span {
    display: block;
    color: #3d5d58;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.worth-pros-cons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.worth-pros-cons article {
    padding: 18px;
    border: 2px solid rgba(24, 58, 54, 0.2);
    border-radius: 6px;
}

.worth-pros-cons .is-pros {
    background: #eef8ea;
}

.worth-pros-cons .is-cons {
    background: #fff4ef;
}

.worth-pros-cons h3 {
    margin-bottom: 12px;
    font-size: 18px;
}

.worth-pros-cons ul,
.worth-route-grid ul,
.worth-audience-grid ul,
.worth-side-list ol,
.worth-side-list ul {
    margin: 0;
    padding-left: 1.15rem;
}

.worth-pros-cons li,
.worth-route-grid li,
.worth-audience-grid li,
.worth-side-list li {
    margin: 0.4rem 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.worth-figure {
    margin: 0;
    overflow: hidden;
    border: 3px solid var(--worth-ink);
    border-radius: 6px;
    background: #0b3a3c;
}

.worth-figure img {
    display: block;
    width: 100%;
    height: auto;
    image-rendering: pixelated;
    background: #0b3a3c;
}

.worth-figure figcaption {
    padding: 12px 14px;
    color: #e8f5e9;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.worth-tool-section {
    color: #fffdf0;
    background:
        linear-gradient(160deg, rgba(4, 63, 62, 0.98), rgba(12, 84, 104, 0.96)),
        #064c55;
    border-color: #102f30;
    box-shadow: 6px 6px 0 rgba(2, 32, 33, 0.45);
}

.worth-fit-form {
    display: grid;
    gap: 16px;
    margin-bottom: 18px;
    padding: 18px;
    background: rgba(255, 253, 241, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
}

.worth-fit-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}

.worth-fit-form legend {
    margin-bottom: 10px;
    color: #fff4a6;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
}

.worth-choice-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.worth-choice-row label {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    color: #fffdf0;
    background: rgba(2, 40, 42, 0.45);
    border: 2px solid rgba(255, 255, 255, 0.22);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    cursor: pointer;
}

.worth-choice-row label:has(input:checked) {
    color: var(--worth-ink);
    background: var(--worth-gold-light);
    border-color: #132f2d;
}

.worth-choice-row input {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    accent-color: var(--worth-deep);
}

.worth-form-error {
    min-height: 1.2em;
    margin: 0;
    color: #ffd0c4;
    font-size: 14px;
    font-weight: 800;
}

.worth-tool-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.worth-calculate-button,
.worth-clear-button {
    min-height: 48px;
    padding: 10px 18px;
    border: 3px solid #132f2d;
    border-radius: 5px;
    box-shadow: 4px 4px 0 rgba(2, 43, 42, 0.55);
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.worth-calculate-button {
    color: var(--worth-ink);
    background: var(--worth-gold-light);
}

.worth-clear-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.worth-fit-results {
    display: grid;
    gap: 16px;
    padding: 18px;
    background: rgba(255, 253, 241, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
}

.worth-fit-results.has-result.is-strong {
    border-color: #9ed98b;
    box-shadow: inset 0 0 0 1px rgba(158, 217, 139, 0.35);
}

.worth-fit-results.has-result.is-good {
    border-color: #ffe584;
}

.worth-fit-results.has-result.is-maybe {
    border-color: #f0c27a;
}

.worth-fit-results.has-result.is-weak {
    border-color: #f0b0a4;
}

.worth-fit-results-heading h3 {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.worth-fit-results-heading span {
    display: block;
    color: #d7ebe7;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.worth-fit-score-block {
    display: grid;
    gap: 4px;
    justify-items: start;
    padding: 16px 18px;
    color: var(--worth-ink);
    background: var(--worth-paper);
    border: 3px solid #132f2d;
    border-radius: 6px;
}

.worth-fit-score-block span,
.worth-fit-score-block small {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.worth-fit-score-block output {
    color: var(--worth-deep);
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
}

.worth-fit-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.worth-fit-metrics > div {
    padding: 12px 14px;
    background: rgba(2, 40, 42, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
}

.worth-fit-metrics dt {
    margin-bottom: 6px;
    color: #bfe3d0;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.worth-fit-metrics dd {
    margin: 0;
    color: #fffdf0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.worth-fit-guidance {
    margin: 0;
    color: #e8f5e9;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

.worth-noscript {
    margin: 14px 0 0;
    padding: 12px 14px;
    color: #fffdf0;
    background: rgba(184, 70, 53, 0.35);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    font-weight: 700;
}

.worth-answer-banner {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin-bottom: 18px;
    padding: 16px 18px;
    background: #e8f4ef;
    border: 2px solid rgba(7, 86, 83, 0.28);
    border-radius: 6px;
}

.worth-answer-banner > span {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    color: var(--worth-deep-dark);
    background: var(--worth-gold-light);
    border: 3px solid var(--worth-ink);
    border-radius: 8px;
    font-size: 18px;
    font-weight: 900;
}

.worth-answer-banner h3 {
    margin-bottom: 6px;
    font-size: 20px;
}

.worth-answer-banner p {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
}

.worth-compare-table-wrap {
    overflow-x: auto;
    border: 2px solid rgba(24, 58, 54, 0.2);
    border-radius: 6px;
}

.worth-compare-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    font-size: 14px;
}

.worth-compare-table th,
.worth-compare-table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(24, 58, 54, 0.14);
    text-align: left;
    vertical-align: top;
    font-weight: 700;
    line-height: 1.45;
}

.worth-compare-table thead th {
    color: #fffdf0;
    background: var(--worth-deep);
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.worth-compare-table tbody th {
    width: 28%;
    color: var(--worth-deep);
    background: #f4fbf7;
}

.worth-compare-table tbody tr:nth-child(even) td {
    background: #fffaf0;
}

.worth-compare-table tbody tr:last-child th,
.worth-compare-table tbody tr:last-child td {
    border-bottom: 0;
}

.worth-route-grid,
.worth-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.worth-route-grid article,
.worth-audience-grid article {
    padding: 18px;
    background: #f7fcf9;
    border: 2px solid rgba(24, 58, 54, 0.16);
    border-radius: 6px;
}

.worth-route-tag {
    display: inline-block;
    padding: 4px 8px;
    color: #163a1a;
    background: #b7e3a8;
    border: 2px solid var(--worth-ink);
    border-radius: 4px;
}

.worth-route-tag.is-teen {
    color: #0d3b4a;
    background: #9ed8ea;
}

.worth-route-grid h3,
.worth-audience-grid h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.2;
}

.worth-route-grid a {
    display: inline-flex;
    margin-top: 12px;
    color: var(--worth-deep);
    font-size: 14px;
    font-weight: 900;
    text-underline-offset: 3px;
}

.worth-kings-card {
    margin-top: 14px;
    padding: 16px 18px;
    background: #fff6df;
    border: 2px dashed rgba(122, 75, 31, 0.35);
    border-radius: 6px;
}

.worth-kings-card h3 {
    margin-bottom: 8px;
    font-size: 18px;
}

.worth-kings-card p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

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

.worth-fact-grid article {
    padding: 16px;
    background: #f4fbf7;
    border: 2px solid rgba(24, 58, 54, 0.16);
    border-radius: 6px;
}

.worth-fact-grid p {
    margin-bottom: 6px;
    color: var(--worth-deep);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.worth-fact-grid strong {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
}

.worth-fact-grid span {
    display: block;
    color: #3d5d58;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.worth-workflow {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.worth-workflow li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 14px 16px;
    background: #f7fcf9;
    border: 2px solid rgba(24, 58, 54, 0.14);
    border-radius: 6px;
}

.worth-workflow li > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--worth-deep-dark);
    background: var(--worth-gold-light);
    border: 2px solid var(--worth-ink);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
}

.worth-workflow h3 {
    margin-bottom: 6px;
    font-size: 17px;
}

.worth-workflow p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

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

.worth-faq-grid article {
    padding: 16px;
    background: #f7fcf9;
    border: 2px solid rgba(24, 58, 54, 0.14);
    border-radius: 6px;
}

.worth-faq-grid h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.3;
}

.worth-faq-grid p {
    margin: 0;
    color: #3d5d58;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

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

.worth-next-links a {
    display: grid;
    gap: 4px;
    padding: 16px 18px;
    color: var(--worth-ink);
    background: var(--worth-paper);
    border: var(--worth-line);
    border-radius: 6px;
    box-shadow: 4px 4px 0 rgba(24, 58, 54, 0.12);
    text-decoration: none;
    transition: transform 120ms ease;
}

.worth-next-links a:hover {
    transform: translateY(-1px);
}

.worth-next-links span {
    color: var(--worth-deep);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.worth-next-links strong {
    font-size: 18px;
    letter-spacing: -0.02em;
}

.worth-side-column {
    display: grid;
    gap: 14px;
    position: sticky;
    top: 104px;
}

.worth-toc,
.worth-side-rule,
.worth-side-list {
    padding: 16px;
    background: var(--worth-paper);
    border: var(--worth-line);
    border-radius: 8px;
    box-shadow: 4px 4px 0 rgba(24, 58, 54, 0.1);
}

.worth-toc {
    display: grid;
    gap: 8px;
}

.worth-toc a {
    color: var(--worth-deep);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.worth-toc a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.worth-side-rule {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.worth-side-rule > span {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    color: var(--worth-deep-dark);
    background: var(--worth-gold-light);
    border: 2px solid var(--worth-ink);
    border-radius: 50%;
    font-size: 18px;
    font-weight: 900;
}

.worth-side-rule p {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.worth-side-list.is-soft {
    background: #eef8f4;
}

@media (max-width: 1100px) {
    .worth-hero-inner,
    .worth-page-layout {
        grid-template-columns: 1fr;
    }

    .worth-side-column {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 760px) {
    .worth-hero-inner,
    .worth-page-layout {
        width: min(calc(100% - 28px), 1220px);
        padding-top: 36px;
    }

    .worth-section {
        padding: 20px;
    }

    .worth-score-grid,
    .worth-pros-cons,
    .worth-route-grid,
    .worth-audience-grid,
    .worth-fact-grid,
    .worth-faq-grid,
    .worth-next-links,
    .worth-fit-metrics,
    .worth-choice-row,
    .worth-side-column {
        grid-template-columns: 1fr;
    }

    .worth-verdict-list li,
    .worth-answer-banner {
        grid-template-columns: 1fr;
    }

    .worth-choice-row label {
        min-height: 48px;
    }

    .worth-hero h1 {
        font-size: clamp(30px, 9vw, 42px);
    }

    .worth-lead {
        font-size: 16px;
    }
}
