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

body.page.page-id-1975 .site-content > .ast-container,
body.page.page-id-1975 .site-content .ast-container,
body.page.page-id-1975 .content-area,
body.page.page-id-1975 #primary {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.sgr-about {
    --sgr-about-page-bg: #0f1329;
    --sgr-about-page-bg-soft: #16203a;
    --sgr-about-panel: #f5efe1;
    --sgr-about-panel-blue: #dfe7f8;
    --sgr-about-ink: #17213f;
    --sgr-about-ink-soft: #485a80;
    --sgr-about-line: #17213f;
    --sgr-about-blue: #4e83ff;
    --sgr-about-cyan: #66d8e3;
    --sgr-about-gold: #f1c85d;
    --sgr-about-red: #c84e40;
    --sgr-about-focus: #fff18d;
    --sgr-about-border: 4px solid var(--sgr-about-line);
    --sgr-about-shadow: 0 16px 0 rgba(5, 9, 23, 0.16);
    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-about::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 20%, rgba(102, 216, 227, 0.08), transparent 24%),
        radial-gradient(circle at 86% 14%, rgba(241, 200, 93, 0.08), transparent 20%);
}

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

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

.sgr-about-section {
    padding: 68px 0;
}

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

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

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

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

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

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

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

.sgr-about-card-grid,
.sgr-about-platform-grid {
    display: grid;
    gap: 18px;
}

.sgr-about-card,
.sgr-about-hero-copy,
.sgr-about-hero-visual,
.sgr-about-platform-item,
.sgr-about-cta-band {
    border: var(--sgr-about-border);
    box-shadow: var(--sgr-about-shadow);
    position: relative;
}

.sgr-about-card::before,
.sgr-about-hero-copy::after,
.sgr-about-platform-item::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    width: 52px;
    height: 16px;
    background: radial-gradient(circle, rgba(23, 33, 63, 0.14) 0 5px, transparent 6px) 0 0 / 26px 16px;
}

.sgr-about-card {
    padding: 30px 24px 26px;
    color: var(--sgr-about-ink);
}

.sgr-about-card h3 {
    font-size: 1.48rem;
}

.sgr-about-card p {
    margin: 14px 0 0;
    color: var(--sgr-about-ink-soft);
    line-height: 1.8;
}

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

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

.sgr-about-card-blue,
.sgr-about-platform-item {
    background: linear-gradient(180deg, #dfe8f7 0%, #d1dbed 100%);
    color: var(--sgr-about-ink);
}

.sgr-about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 26px;
    border: var(--sgr-about-border);
    background: linear-gradient(135deg, var(--sgr-about-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-about-button:hover,
.sgr-about-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 14px 0 rgba(7, 12, 23, 0.18);
    color: #fff;
    filter: saturate(1.05);
}

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

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

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