/* Műhelylátogatás – oldalspecifikus kiegészítés */
.visit .hero .title {
    margin-bottom: .4rem;
}

.visit .hero .lead {
    max-width: 80ch;
}

.content {
    max-width: 92ch;
}

.bullets {
    padding-left: 1.2rem;
}

.bullets li {
    margin: .35rem 0 .55rem;
}

.checklist.numbered {
    counter-reset: s;
    list-style: none;
    padding: 0;
}

.checklist.numbered>li {
    counter-increment: s;
    margin: .8rem 0;
    padding-left: 2.2rem;
    position: relative;
}

.checklist.numbered>li::before {
    content: counter(s) ".";
    position: absolute;
    left: 0;
    top: .05rem;
    font-weight: 700;
    opacity: .5;
}

.section-cta .inner.cta {
    display: grid;
    gap: .6rem;
}

.section-cta .cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}