

.hero-copy-standard .hero-reassurance {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 20px;
    max-width: 520px;
}

.hero-copy-standard .hero-reassurance-top {
    margin-top: 4px;
    margin-bottom: 14px;
}

.hero-copy-standard .hero-reassurance-bottom {
    margin-top: 4px;
}

.hero-copy-standard .hero-reassurance .mini-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    line-height: 1.35;
    padding: 8px 12px;
    font-size: 13px;
}

.hero-copy-standard .hero-reassurance .mini-badge--highlight {
    font-size: 14px;
    font-weight: var(--weight-bold);
    border-color: color-mix(in srgb, var(--primary-blue) 35%, var(--border-soft));
    background: color-mix(in srgb, var(--primary-light) 88%, var(--surface));
    color: var(--primary-dark);
}

.hero-copy-standard .hero-reassurance .mini-badge--highlight:has(.mini-badge__google-reviews) {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.hero-copy-standard .mini-badge__line--short {
    display: none;
}

.hero-copy-standard .mini-badge__google-reviews {
    display: none;
    align-items: center;
    gap: 3px;
    flex-flow: row nowrap;
    white-space: nowrap;
    max-width: 100%;
    line-height: 1;
}

.hero-copy-standard .mini-badge__google-g {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    display: block;
}

.hero-copy-standard .mini-badge__google-count {
    font-weight: var(--weight-bold);
    flex-shrink: 0;
}

.hero-copy-standard .mini-badge__google-stars {
    color: var(--review-star-gold);
    letter-spacing: -0.05em;
    font-size: 11px;
    line-height: 1;
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .hero-copy-standard .hero-reassurance {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 640px) {
    .hero-copy-standard .hero-reassurance {
        gap: 6px;
        margin-bottom: 16px;
    }

    .hero-copy-standard .hero-reassurance-top {
        gap: 8px;
        margin-top: 0;
        margin-bottom: 12px;
        max-width: none;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: stretch;
    }

    .hero-copy-standard .hero-reassurance-top .mini-badge {
        padding: 8px 10px;
        font-size: 12px;
        min-width: 0;
    }

    .hero-copy-standard .hero-reassurance-top .mini-badge--highlight:has(.mini-badge__google-reviews) {
        width: fit-content;
        max-width: 100%;
        justify-self: start;
        padding: 8px 10px;
    }

    .hero-copy-standard .hero-reassurance-top .mini-badge:not(.mini-badge--highlight) {
        white-space: nowrap;
        justify-self: stretch;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .hero-copy-standard .hero-reassurance .mini-badge {
        padding: 8px 6px;
    }

    .hero-copy-standard .mini-badge__line--full {
        display: none;
    }

    .hero-copy-standard .mini-badge__line--short:not(.mini-badge__google-reviews) {
        display: inline;
        white-space: nowrap;
    }

    .hero-copy-standard .mini-badge__google-reviews {
        display: inline-flex;
    }

    .hero-copy-standard .hero-reassurance-top .mini-badge--highlight .mini-badge__google-reviews {
        font-size: 12px;
        gap: 5px;
    }

    .hero-copy-standard .hero-reassurance-top .mini-badge--highlight .mini-badge__google-g {
        width: 15px;
        height: 15px;
    }

    .hero-copy-standard .hero-reassurance-top .mini-badge--highlight .mini-badge__google-stars {
        font-size: 11px;
    }
}
