.punzonado-local-hero .service-visual-hero-copy {
    max-width: 920px;
}

.punzonado-local-hero .service-visual-hero-copy h1 {
    max-width: 920px;
}

.local-location-strip {
    background: #f3f3f3;
    border-bottom: 1px solid #d9d9d9;
}

.local-location-strip-inner {
    width: min(1180px, 88%);
    margin: 0 auto;
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.local-location-strip span {
    color: #6f1712;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .12em;
}

.local-location-strip strong {
    color: #333;
    font-size: 1.08rem;
    text-align: right;
}

.local-generated-content {
    background: #fff;
}

.local-section {
    padding: 72px 0;
}

.local-section-alt {
    background: #f5f5f5;
}

.local-section .container,
.local-faq .container {
    width: min(1080px, 88%);
    margin: 0 auto;
}

.local-section h2,
.local-faq h2,
.punzonado-parent-service h2 {
    margin: 0 0 22px;
    color: #333;
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    line-height: 1.12;
}

.local-section p,
.local-faq p,
.punzonado-parent-service p {
    margin: 0;
    color: #555;
    font-size: 1.06rem;
    line-height: 1.75;
}

.local-faq {
    padding: 76px 0;
    background: #fff;
    border-top: 1px solid #e1e1e1;
}

.local-faq h3 {
    margin: 34px 0 10px;
    color: #6f1712;
    font-size: 1.18rem;
    line-height: 1.35;
}

.punzonado-parent-service {
    padding: 72px 0;
    background: #ececec;
}

.punzonado-parent-service-inner {
    width: min(1080px, 88%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 50px;
}

.punzonado-parent-service-inner > div {
    max-width: 720px;
}

.punzonado-parent-kicker {
    display: block;
    margin-bottom: 12px;
    color: #8b1e16;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .12em;
}

.punzonado-parent-service a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 22px;
    background: #8b1e16;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

.punzonado-parent-service a:hover {
    background: #6f1712;
}

@media (max-width: 900px) {
    .local-location-strip-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .local-location-strip strong {
        text-align: left;
    }

    .punzonado-parent-service-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 600px) {
    .local-section,
    .local-faq,
    .punzonado-parent-service {
        padding: 52px 0;
    }

    .local-section p,
    .local-faq p,
    .punzonado-parent-service p {
        font-size: 1rem;
        line-height: 1.68;
    }

    .punzonado-parent-service a {
        width: 100%;
    }
}
