.sgr-branches-main {
    margin: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: clip;
}

.sgr-branches {
    --sgr-branches-page-bg: #0f1329;
    --sgr-branches-page-bg-soft: #16203a;
    --sgr-branches-panel: #f5efe1;
    --sgr-branches-panel-blue: #dfe7f8;
    --sgr-branches-panel-mint: #dcefe7;
    --sgr-branches-ink: #17213f;
    --sgr-branches-ink-soft: #41537a;
    --sgr-branches-line: #17213f;
    --sgr-branches-blue: #4e83ff;
    --sgr-branches-cyan: #66d8e3;
    --sgr-branches-gold: #f1c85d;
    --sgr-branches-red: #c84e40;
    --sgr-branches-border: 4px solid var(--sgr-branches-line);
    --sgr-branches-shadow: 0 16px 0 rgba(5, 9, 23, 0.16);
    --sgr-branches-focus: #fff18d;
    color: #edf3ff;
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 34px 34px,
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 34px 34px,
        linear-gradient(180deg, #10172c 0%, #0d1324 100%);
    position: relative;
    overflow: hidden;
}

.sgr-branches::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 18%, rgba(102, 216, 227, 0.08), transparent 24%),
        radial-gradient(circle at 84% 10%, rgba(241, 200, 93, 0.08), transparent 22%);
}

.sgr-branches > * {
    position: relative;
    z-index: 1;
}

.sgr-branches-shell {
    width: min(1440px, calc(100% - 72px));
    margin: 0 auto;
}

.sgr-branches-section {
    padding: 72px 0;
}

.sgr-branches-section-header {
    margin-bottom: 28px;
    max-width: 980px;
    padding-inline: clamp(8px, 1.5vw, 20px);
    box-sizing: border-box;
}

.sgr-branches-index,
.sgr-branches-eyebrow,
.sgr-branches-card-eyebrow,
.sgr-branches-tags li,
.sgr-branches-card-highlights li {
    font-family: "Press Start 2P", monospace;
    text-transform: uppercase;
}

.sgr-branches-index {
    margin: 0;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 12px;
    border: var(--sgr-branches-border);
    background: var(--sgr-branches-panel);
    color: var(--sgr-branches-ink);
    font-size: 0.58rem;
    line-height: 1.6;
}

.sgr-branches-index-alt {
    background: #dfe7f8;
}

.sgr-branches-section-header h2,
.sgr-branches-title,
.sgr-branches-card h3,
.sgr-branches-cta-copy h2 {
    margin: 0;
    color: var(--sgr-branches-ink);
    font-family: "Do Hyeon", "Noto Sans KR", sans-serif;
    line-height: 1.06;
}

.sgr-branches-section-header h2 {
    margin-top: 16px;
    font-size: clamp(2rem, 4.6vw, 3.4rem);
    color: #f6f8ff;
}

.sgr-branches-section-note {
    margin: 14px 0 0;
    max-width: 760px;
    color: #d6def0;
    line-height: 1.8;
}

.sgr-branches-eyebrow,
.sgr-branches-card-eyebrow {
    margin: 0 0 12px;
    color: var(--sgr-branches-red);
    font-size: 0.58rem;
    line-height: 1.75;
}

.sgr-branches-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 26px;
    border: var(--sgr-branches-border);
    background: linear-gradient(135deg, var(--sgr-branches-blue), #416fdf);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 0 rgba(7, 12, 23, 0.18);
    font-family: "Do Hyeon", "Noto Sans KR", sans-serif;
    font-size: 1.04rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.sgr-branches-button:hover,
.sgr-branches-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 14px 0 rgba(7, 12, 23, 0.18);
    color: #fff;
    filter: saturate(1.05);
}

.sgr-branches-button:focus-visible {
    outline: 4px solid var(--sgr-branches-focus);
    outline-offset: 3px;
}

.sgr-branches-button-secondary {
    background: #f7f3eb;
    color: var(--sgr-branches-ink);
}

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

.sgr-branches-button-muted {
    background: rgba(23, 33, 63, 0.12);
    color: var(--sgr-branches-ink);
    border-color: rgba(23, 33, 63, 0.55);
    box-shadow: 0 8px 0 rgba(7, 12, 23, 0.1);
    cursor: default;
    opacity: 0.92;
}

.sgr-branches-button-muted:hover,
.sgr-branches-button-muted:focus {
    transform: none;
    box-shadow: 0 8px 0 rgba(7, 12, 23, 0.1);
    filter: none;
    color: var(--sgr-branches-ink);
}

.sgr-branches-button-compact {
    min-height: 50px;
    padding: 0 20px;
    font-size: 0.98rem;
}
