@charset "UTF-8";

:root {
    --safe: oklch(42% 0.11 150);
    --safe-soft: oklch(94% 0.045 150);
    --warn: oklch(47% 0.12 72);
    --warn-soft: oklch(94% 0.055 80);
    --danger: var(--frame-error);
    --danger-soft: oklch(95% 0.045 28);
    --tool-muted: color-mix(in oklch, var(--frame-ink) 68%, var(--frame-canvas));
    --tool-faint: color-mix(in oklch, var(--frame-ink) 48%, var(--frame-canvas));
}

.frame-tool-page {
    --frame-section-space: clamp(4.5rem, 8vw, 8rem);
}

.frame-tool-page .frame-site-header-cta {
    min-height: 2.75rem;
    padding: 0.7rem 0.9rem;
    font-size: 0.82rem;
}

.frame-tool-page main {
    overflow: clip;
}

.hero-container {
    display: grid;
    padding-inline: 0;
}

.hero-content,
.hero-visual {
    padding: clamp(3.5rem, 6vw, 5.75rem) var(--frame-gutter);
}

.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0 0 1.5rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-eyebrow::before {
    width: 0.7rem;
    height: 0.7rem;
    flex: 0 0 auto;
    background: var(--frame-violet);
    content: '';
}

.hero-title {
    max-width: none;
    margin: 0;
    font-size: clamp(2.85rem, 5.2vw, 5rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.92;
    text-transform: uppercase;
    text-wrap: wrap;
}

.hero-description {
    max-width: none;
    margin: 2rem 0 0;
    font-size: clamp(1.18rem, 2vw, 1.65rem);
    line-height: 1.15;
}

.hero-buttons,
.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.25rem;
}

.btn {
    min-height: 3.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1rem;
    border: 1px solid var(--frame-ink);
    border-radius: 0;
    color: var(--frame-ink);
    font-weight: 700;
    text-decoration: none;
    transition: background-color 180ms var(--frame-ease), color 180ms var(--frame-ease), transform 180ms var(--frame-ease);
}

.btn:active {
    transform: translateY(1px);
}

.btn-primary {
    background: var(--frame-violet);
}

.btn-secondary {
    background: transparent;
}

.hero-visual {
    display: flex;
    align-items: flex-start;
    background: color-mix(in oklch, var(--frame-violet) 10%, var(--frame-canvas));
    border: 1px solid var(--frame-ink);
}

.verdict-hero {
    display: grid;
    gap: clamp(1.75rem, 3vw, 3rem);
    align-content: start;
}

.verdict-hero-label {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.verdict-hero-label::before {
    width: 0.75rem;
    height: 0.75rem;
    border: 1px solid var(--frame-ink);
    background: var(--frame-canvas);
    content: '';
}

.verdict-hero-text {
    display: grid;
    gap: 1.25rem;
    max-width: none;
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.verdict-hero-answer {
    font-size: clamp(2.1rem, 2.8vw, 3rem);
    line-height: 0.96;
}

.verdict-hero-condition {
    max-width: 28rem;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.02;
}

.verdict-hero-sub {
    max-width: 34rem;
    margin: 1.5rem 0 0;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.35;
}

.serif-accent {
    color: inherit;
    font-family: inherit;
    font-style: normal;
}

.content-section {
    border-bottom: 1px solid var(--frame-ink);
}

.content-section > .container {
    width: min(100%, var(--frame-shell));
    margin-inline: auto;
    padding: var(--frame-section-space) var(--frame-gutter);
    border-inline: 1px solid var(--frame-ink);
}

.content-section.bg-light {
    background: color-mix(in oklch, var(--frame-violet) 3%, var(--frame-canvas));
}

.section-title {
    margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.section-title > p {
    color: var(--tool-muted);
}

#zasady .section-title .serif-accent,
#start .section-title .serif-accent {
    display: inline-block;
    max-width: 100%;
}

.verdict-row p,
#start .section-title > p,
#start .disclaimer {
    text-wrap: pretty;
}

.section-subtitle {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.section-subtitle::before {
    width: 0.7rem;
    height: 0.7rem;
    background: var(--frame-violet);
    content: '';
}

.objection-grid,
.note-cards,
.timeline-grid,
.musthave-grid,
.matrix,
.legend-grid {
    display: grid;
    gap: 0;
}

.objection-grid {
    border: 1px solid var(--frame-ink);
}

.objection-card {
    min-width: 0;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-bottom: 1px solid var(--frame-ink);
}

.objection-card:last-child {
    border-bottom: 0;
}

.objection-card h3,
.note-card h3,
.verdict-row h3,
.musthave-head h3 {
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    letter-spacing: -0.025em;
    line-height: 1.05;
}

.objection-card p,
.note-card p,
.verdict-row p,
.timeline-card p,
.musthave-card p {
    max-width: none;
    margin: 1rem 0 0;
    color: var(--tool-muted);
    line-height: 1.55;
}

.cmp-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--frame-ink);
    background: var(--frame-canvas);
    -webkit-overflow-scrolling: touch;
}

.cmp {
    width: 100%;
    min-width: 62rem;
    border-collapse: collapse;
    font-size: 0.92rem;
    text-align: left;
}

.cmp--mini {
    min-width: 48rem;
}

.cmp th,
.cmp td {
    padding: 1rem clamp(0.75rem, 1.4vw, 1.25rem);
    border-right: 1px solid var(--frame-ink);
    border-bottom: 1px solid var(--frame-ink);
    vertical-align: top;
}

.cmp tr > :last-child {
    border-right: 0;
}

.cmp tbody tr:last-child td {
    border-bottom: 0;
}

.cmp thead th {
    background: var(--frame-ink);
    color: var(--frame-canvas);
    font-weight: 700;
}

.cmp tbody td:first-child,
.cmp tbody th:first-child {
    font-weight: 700;
}

.cmp tbody tr.grp td {
    border-top: 2px solid var(--frame-ink);
}

.cmp .c-yes,
.cmp .c-no,
.cmp .c-warn {
    font-weight: 700;
}

.cmp .c-yes {
    color: var(--safe);
}

.cmp .c-no {
    color: var(--danger);
}

.cmp .c-warn {
    color: var(--warn);
}

.table-note,
.source-note,
.disclaimer {
    max-width: none;
    margin: 0;
    color: var(--tool-muted);
    line-height: 1.55;
}

.table-note {
    padding: 1.5rem 0 0;
    font-size: 0.95rem;
}

.source-note {
    margin-top: clamp(2.5rem, 5vw, 4rem);
    padding-top: 1.25rem;
    border-top: 1px solid var(--frame-ink);
    font-size: 0.82rem;
}

.source-note a,
.table-note a {
    text-underline-offset: 0.2em;
}

.note-cards {
    margin-top: 2.5rem;
    border: 1px solid var(--frame-ink);
}

.note-card {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-bottom: 1px solid var(--frame-ink);
}

.note-card:last-child {
    border-bottom: 0;
}

.note-card-tag,
.verdict-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1.25rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.note-card-tag::before,
.verdict-tag::before {
    width: 0.7rem;
    height: 0.7rem;
    flex: 0 0 auto;
    border: 1px solid currentColor;
    content: '';
}

.t-ok,
.verdict-tag.is-ok {
    color: var(--safe);
}

.t-warn,
.verdict-tag.is-warn {
    color: var(--warn);
}

.t-no,
.verdict-tag.is-no {
    color: var(--danger);
}

.legend {
    margin-top: 2.5rem;
    border: 1px solid var(--frame-ink);
}

.legend h4 {
    margin: 0;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--frame-ink);
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.legend-item {
    margin: 0;
    padding: 1.25rem;
    border-bottom: 1px solid var(--frame-ink);
}

.legend-item:last-child {
    border-bottom: 0;
}

.legend-item dt {
    font-weight: 700;
}

.legend-item dd {
    margin: 0.4rem 0 0;
    color: var(--tool-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.verdict-list {
    margin-top: 2.5rem;
    border: 1px solid var(--frame-ink);
}

.verdict-row {
    display: grid;
    gap: 1rem 2rem;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    border-bottom: 1px solid var(--frame-ink);
}

.verdict-row:last-child {
    border-bottom: 0;
}

.verdict-row-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.verdict-row-head .verdict-tag {
    margin: 0;
}

.timeline-grid {
    border: 1px solid var(--frame-ink);
}

.timeline-card {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-bottom: 1px solid var(--frame-ink);
}

.timeline-card:last-child {
    border-bottom: 0;
}

.timeline-when {
    display: block;
    margin-bottom: 2.5rem;
    color: var(--frame-violet);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.timeline-card h4,
.musthave-card h4 {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.15;
}

.musthave-block {
    margin-top: clamp(4rem, 7vw, 7rem);
}

.musthave-head {
    display: grid;
    gap: 0.75rem 2rem;
    margin-bottom: 2rem;
}

.musthave-head p {
    max-width: none;
    margin: 0;
    color: var(--tool-muted);
}

.musthave-grid {
    border: 1px solid var(--frame-ink);
}

.musthave-card {
    min-width: 0;
    padding: 1.5rem;
    border-bottom: 1px solid var(--frame-ink);
}

.musthave-card:last-child {
    border-bottom: 0;
}

.musthave-num {
    margin-bottom: 3rem;
    color: var(--frame-violet);
    font-size: 0.82rem;
    font-weight: 700;
}

.musthave-num::before {
    content: '0';
}

.matrix {
    border: 1px solid var(--frame-ink);
}

.matrix-col {
    min-width: 0;
    border-bottom: 1px solid var(--frame-ink);
}

.matrix-col:last-child {
    border-bottom: 0;
}

.matrix-head {
    min-height: 5.5rem;
    display: flex;
    align-items: center;
    padding: 1.25rem;
    border-bottom: 1px solid var(--frame-ink);
    font-weight: 700;
    line-height: 1.2;
}

.matrix-col.col-ok .matrix-head {
    background: var(--safe-soft);
}

.matrix-col.col-warn .matrix-head {
    background: var(--warn-soft);
}

.matrix-col.col-no .matrix-head {
    background: var(--danger-soft);
}

.matrix-body {
    padding: 1.5rem;
}

.matrix-body ul {
    margin: 0;
    padding-left: 1.2rem;
}

.matrix-body li {
    margin-bottom: 0.75rem;
    line-height: 1.45;
}

.matrix-body li:last-child {
    margin-bottom: 0;
}

#start {
    background: color-mix(in oklch, var(--frame-violet) 10%, var(--frame-canvas));
    border-top: 1px solid var(--frame-ink);
}

#start .container {
    padding-block: clamp(4.5rem, 9vw, 8rem);
}

#start .section-title {
    margin-bottom: 0;
}

#start .section-subtitle {
    margin-bottom: 1.5rem;
}

#start .section-title > p {
    color: var(--frame-ink);
}

#start .btn-primary {
    background: var(--frame-ink);
    color: var(--frame-canvas);
}

#start .disclaimer {
    margin-top: 3rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--frame-ink);
    color: var(--frame-ink);
    font-size: 0.82rem;
}

.mobile-cta {
    display: none;
}

.lede-box {
    padding: 1.5rem;
    border: 1px solid var(--frame-ink);
    background: color-mix(in oklch, var(--frame-violet) 10%, var(--frame-canvas));
}

.lede-box p {
    margin: 0;
    font-size: 1.1rem;
}

@media (min-width: 48rem) {
    .objection-grid,
    .timeline-grid,
    .matrix {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .objection-card,
    .timeline-card,
    .matrix-col {
        border-right: 1px solid var(--frame-ink);
        border-bottom: 0;
    }

    .objection-card:last-child,
    .timeline-card:last-child,
    .matrix-col:last-child {
        border-right: 0;
    }

    .timeline-card:nth-child(3n) {
        border-right: 0;
    }

    .timeline-card:last-child:nth-child(3n + 1) {
        grid-column: 1 / -1;
        border-top: 1px solid var(--frame-ink);
    }

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

    .note-card,
    .legend-item {
        border-right: 1px solid var(--frame-ink);
        border-bottom: 0;
    }

    .note-card:last-child,
    .legend-item:nth-child(2n) {
        border-right: 0;
    }

    .legend-item:nth-child(-n + 2) {
        border-bottom: 1px solid var(--frame-ink);
    }

    .verdict-row {
        grid-template-columns: minmax(12rem, 0.42fr) minmax(0, 1fr);
        align-items: start;
    }

    .musthave-head {
        grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.7fr);
        align-items: end;
    }

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

    .musthave-card {
        border-right: 1px solid var(--frame-ink);
    }

    .musthave-card:nth-child(2n) {
        border-right: 0;
    }

    .musthave-card:last-child {
        grid-column: 1 / -1;
        border-right: 0;
    }
}

@media (min-width: 64rem) {
    .hero-container {
        grid-template-columns: minmax(0, 7.4fr) minmax(25rem, 4.6fr);
    }

    .hero-visual {
        border-left: 1px solid var(--frame-ink);
    }

}

@media (min-width: 72rem) {
    .musthave-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .musthave-card,
    .musthave-card:nth-child(2n),
    .musthave-card:last-child {
        grid-column: auto;
        border-right: 1px solid var(--frame-ink);
        border-bottom: 0;
    }

    .musthave-card:last-child {
        border-right: 0;
    }
}

@media (max-width: 47.99rem) {
    .hero-title,
    .section-title h2,
    #start .section-title h2 {
        overflow-wrap: break-word;
    }

    .hero-buttons,
    .cta-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .cmp-wrap {
        overflow: visible;
        border: 0;
        background: transparent;
    }

    .cmp,
    .cmp--mini {
        min-width: 0;
        font-size: 0.92rem;
    }

    .cmp thead {
        display: none;
    }

    .cmp tbody,
    .cmp tr,
    .cmp td {
        display: block;
    }

    .cmp tr,
    .cmp tbody tr.grp {
        margin-bottom: 1rem;
        padding: 1.1rem 1.2rem;
        border: 1px solid var(--frame-ink);
        background: var(--frame-canvas);
    }

    .cmp tr:last-child {
        margin-bottom: 0;
    }

    .cmp td {
        display: grid;
        grid-template-columns: minmax(7.5rem, 0.9fr) minmax(0, 1.1fr);
        gap: 1rem;
        padding: 0.55rem 0;
        border: 0;
        text-align: right;
    }

    .cmp td::before {
        color: var(--tool-muted);
        content: attr(data-label);
        font-weight: 600;
        text-align: left;
    }

    .cmp td:first-child {
        display: block;
        margin-bottom: 0.4rem;
        padding-bottom: 0.9rem;
        border-bottom: 1px solid var(--frame-ink);
        text-align: left;
    }

    .cmp td:first-child::before {
        display: none;
    }
}

@media (hover: hover) {
    .btn:hover,
    .frame-tool-page .frame-site-header-cta:hover {
        background: var(--frame-ink);
        color: var(--frame-canvas);
    }

    .cmp tbody tr:hover {
        background: color-mix(in oklch, var(--frame-violet) 5%, var(--frame-canvas));
    }
}

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

.safe-ai-hero .hero-container {
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    border-color: color-mix(in oklch, var(--frame-ink) 24%, var(--frame-canvas));
}

.safe-ai-hero .hero-content {
    min-width: 0;
    padding: 2rem 1.5rem 1rem;
}

.safe-ai-hero .hero-eyebrow {
    margin-bottom: 1.75rem;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.055em;
}

.safe-ai-hero .hero-eyebrow::before,
.safe-ai-hero .verdict-hero-label::before {
    display: none;
}

.safe-ai-hero .hero-title {
    font-size: clamp(2.5rem, 4.7vw, 4.5rem);
    font-weight: 650;
    line-height: 1.09;
    letter-spacing: -0.04em;
    text-transform: none;
    overflow-wrap: normal;
}

.safe-ai-hero .hero-title .serif-accent {
    color: var(--frame-violet);
}

.safe-ai-hero .hero-description {
    margin-top: 1.5rem;
    font-size: clamp(1.15rem, 1.8vw, 1.75rem);
    line-height: 1.5;
}

.safe-ai-hero .hero-buttons {
    gap: 0.85rem;
    margin-top: 1.75rem;
}

.safe-ai-hero .btn {
    min-height: 3.5rem;
    padding: 1rem 1.5rem;
    border-radius: 0.2rem;
    font-size: 1rem;
    font-weight: 600;
}

.safe-ai-hero .btn-primary {
    border-color: var(--frame-violet);
    background: color-mix(in oklch, var(--frame-violet) 87%, var(--frame-ink));
    color: white;
}

.safe-ai-hero .btn:focus-visible {
    outline: 3px solid var(--frame-ink);
    outline-offset: 4px;
}

.safe-ai-hero-art {
    min-width: 0;
    margin: 0;
    padding: 0;
}

.safe-ai-hero-art img {
    display: block;
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
}

.safe-ai-hero .verdict-hero {
    grid-column: 1 / -1;
    display: block;
    padding: 1.75rem 1.5rem 2rem;
    border-top: 1px solid color-mix(in oklch, var(--frame-ink) 24%, var(--frame-canvas));
}

.safe-ai-hero .verdict-hero-label {
    margin-bottom: 0.8rem;
    font-size: clamp(0.95rem, 1.35vw, 1.25rem);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
}

.safe-ai-hero .verdict-hero-text {
    gap: 0.5rem;
    letter-spacing: -0.025em;
}

.safe-ai-hero .verdict-hero-answer {
    font-size: clamp(1.7rem, 3.25vw, 3rem);
    font-weight: 650;
    line-height: 1.14;
}

.safe-ai-hero .verdict-hero-condition {
    max-width: none;
    font-size: clamp(1.15rem, 1.85vw, 1.75rem);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.015em;
}

.safe-ai-hero .verdict-hero-sub {
    max-width: none;
    margin-top: 0.7rem;
    color: var(--tool-muted);
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.5;
}

@media (min-width: 48rem) {
    .safe-ai-hero .hero-content {
        padding: 3rem;
    }

    .safe-ai-hero .hero-buttons {
        flex-direction: row;
        gap: 1.5rem;
    }

    .safe-ai-hero .verdict-hero {
        padding: 2rem 3rem 2.5rem;
    }
}

@media (min-width: 64rem) {
    .safe-ai-hero .hero-container {
        grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    }

    .safe-ai-hero .hero-content {
        display: flex;
        min-height: clamp(38rem, 48vw, 46rem);
        flex-direction: column;
        justify-content: center;
        padding: 4rem 1rem 4rem clamp(3rem, 4.2vw, 4rem);
    }

    .safe-ai-hero .hero-eyebrow {
        margin-bottom: 2.65rem;
        font-size: 1.15rem;
    }

    .safe-ai-hero .hero-description {
        margin-top: 2rem;
    }

    .safe-ai-hero .hero-buttons {
        gap: 1.5rem;
        margin-top: 2.7rem;
    }

    .safe-ai-hero .btn {
        font-size: 1.1rem;
    }

    .safe-ai-hero .verdict-hero {
        padding-inline: clamp(3rem, 4.2vw, 4rem);
    }
}

@media (hover: hover) {
    .safe-ai-hero .btn:hover {
        border-color: var(--frame-ink);
        background: var(--frame-ink);
        color: var(--frame-canvas);
    }
}

main :is(p, li, td, th, dt, dd, .reading-copy, .verdict-hero-sub) {
    text-wrap: pretty;
    word-break: normal;
    hyphens: none;
}

main#main-content :is(h1, h2, h3, h4, .matrix-head) {
    text-wrap: balance;
    word-break: normal;
    hyphens: none;
}

main .reading-copy {
    display: block;
    min-width: 0;
}

@media (min-width: 48rem) and (max-width: 71.99rem) {
    main .cmp {
        min-width: 0;
        table-layout: fixed;
    }

    main .cmp th:first-child {
        width: 34%;
    }

    main #chmura .cmp th:first-child {
        width: 28%;
    }
}

main .reading-sentence {
    display: block;
    text-wrap: balance;
}

main .reading-word {
    white-space: nowrap;
}

main :is(.verdict-row p, .table-note, .source-note) {
    text-wrap: balance;
}

main :is(#porownanie, #chmura, #macierz) .section-title .serif-accent {
    display: block;
}

main #konsument-biznes .section-title .serif-accent {
    display: inline;
    text-wrap: balance;
}

@media (max-width: 47.99rem) {
    main#main-content .section-title h2 {
        font-size: 2.375rem;
        line-height: 1.05;
    }

    main .cmp td {
        display: block;
        text-align: left;
    }

    main .cmp td::before {
        display: block;
        margin-bottom: 0.35rem;
    }

    main .cmp td:first-child::before {
        display: none;
    }
}

@media (min-width: 48rem) and (max-width: 55.99rem) {
    main .matrix {
        grid-template-columns: 1fr;
    }

    main .matrix-col {
        border-right: 0;
        border-bottom: 1px solid var(--frame-ink);
    }

    main .matrix-col:last-child {
        border-bottom: 0;
    }
}

@media (min-width: 72rem) and (max-width: 87.49rem) {
    main .musthave-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    main .musthave-card {
        border-bottom: 1px solid var(--frame-ink);
    }

    main .musthave-card:nth-child(2n) {
        border-right: 0;
    }

    main .musthave-card:last-child {
        grid-column: 1 / -1;
        border-right: 0;
        border-bottom: 0;
    }
}

/* ===== Ujednolicenie do wzorca strony głównej (11.09.2026, zasada 0E): tylko styl ===== */
.frame-tool-page .safe-ai-hero .hero-title { font-size: clamp(2.6rem, 5.6vw, 5rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.05; }
.frame-tool-page .safe-ai-hero .hero-title .serif-accent { color: inherit; }
.frame-tool-page .safe-ai-hero .hero-description { font-size: 1.125rem; line-height: 1.65; }
.frame-tool-page main .frame-section-title { text-transform: none; font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.12; }
.frame-tool-page main .section-title { text-transform: none; font-weight: 600; letter-spacing: -.035em; }
.frame-tool-page .section-subtitle, .frame-tool-page .hero-eyebrow, .frame-tool-page .verdict-hero-label, .frame-tool-page .timeline-when, .frame-tool-page .legend > span:first-child { font-size: .875rem; font-weight: 600; letter-spacing: .06em; }
.frame-tool-page .verdict-hero-answer { font-weight: 600; letter-spacing: -.03em; }
.frame-tool-page .cmp thead th { background: var(--frame-canvas); color: var(--frame-ink); font-weight: 600; border-bottom: 1px solid var(--frame-ink); }
.frame-tool-page .objection-card h3, .frame-tool-page .note-card h3, .frame-tool-page .timeline-card h3, .frame-tool-page .musthave-card h3, .frame-tool-page .matrix-head { font-weight: 600; letter-spacing: -.02em; }
