.sgr-branches-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sgr-branches-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: var(--sgr-branches-ink);
}

.sgr-branches-card.is-panel-cream {
    background: linear-gradient(180deg, #f6f0e4 0%, #eadfcd 100%);
}

.sgr-branches-card.is-panel-blue {
    background: linear-gradient(180deg, #dfe8f7 0%, #d1dbed 100%);
}

.sgr-branches-card.is-panel-mint {
    background: linear-gradient(180deg, #dff0e7 0%, #d1e6dc 100%);
}

.sgr-branches-card-visual {
    margin: 0;
    padding: 14px 14px 0;
}

.sgr-branches-card-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border: 4px solid rgba(23, 33, 63, 0.16);
}

.sgr-branches-card-copy {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 22px 24px;
}

.sgr-branches-card h3 {
    font-size: clamp(2rem, 3vw, 2.7rem);
}

.sgr-branches-card-summary,
.sgr-branches-card-body {
    margin: 12px 0 0;
    color: var(--sgr-branches-ink-soft);
    line-height: 1.78;
}

.sgr-branches-card-summary {
    font-weight: 700;
    color: #243962;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sgr-branches-card-highlights {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sgr-branches-card-highlights li {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border: 3px solid rgba(23, 33, 63, 0.2);
    background: rgba(255, 255, 255, 0.96);
    color: #17213f;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.sgr-branches-card-quote {
    margin: 18px 0 0;
    color: #243962;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sgr-branches-card-body {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sgr-branches-card-actions {
    margin-top: auto;
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sgr-branches-talk-link {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sgr-branches-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700;
}

.sgr-branches-talk-link:hover,
.sgr-branches-talk-link:focus {
    color: var(--sgr-branches-ink);
}

.sgr-branches-section-cta {
    padding-top: 28px;
    padding-bottom: 118px;
}

.sgr-branches-cta-band {
    padding: 34px 30px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(23, 33, 63, 0.09) 1px, transparent 1px) 0 0 / 28px 28px,
        linear-gradient(rgba(23, 33, 63, 0.09) 1px, transparent 1px) 0 0 / 28px 28px,
        linear-gradient(180deg, #f1d37d 0%, #ecc763 100%);
    color: var(--sgr-branches-ink);
}

.sgr-branches-cta-copy h2 {
    font-size: clamp(2.4rem, 5vw, 4.6rem);
}

.sgr-branches-cta-copy p {
    margin: 14px 0 0;
    color: rgba(23, 33, 63, 0.8);
    line-height: 1.75;
    max-width: 760px;
}

.sgr-branches-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-end;
}

.sgr-branches-mobile-picker {
    display: none;
}
