.sitemap-page-body #container,
.sitemap-page-body #wrap {
    background: #f6f8fb;
}

.sitemap-page {
    color: #142033;
    font-family: Pretendard, "Noto Sans KR", Arial, sans-serif;
}

.sitemap-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.sitemap-hero {
    position: relative;
    overflow: hidden;
    padding: 130px 0 80px;
    background:
        radial-gradient(circle at 18% 18%, rgba(47, 118, 255, 0.18), transparent 32%),
        linear-gradient(135deg, #071a3d 0%, #123c83 54%, #10b5a6 100%);
    color: #fff;
}

.sitemap-hero:after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.sitemap-eyebrow {
    margin: 0 0 18px;
    color: #9df7ec;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.sitemap-hero h1 {
    margin: 0;
    font-size: clamp(40px, 6vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.sitemap-hero p:not(.sitemap-eyebrow) {
    max-width: 620px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.7;
}

.sitemap-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.sitemap-hero__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: #fff;
    color: #0d3173;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.sitemap-hero__actions a + a {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: none;
}

.sitemap-content {
    padding: 70px 0 90px;
}

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

.sitemap-card {
    padding: 30px;
    border: 1px solid #e1e8f2;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(20, 32, 51, 0.08);
}

.sitemap-card header {
    padding-bottom: 22px;
    border-bottom: 1px solid #edf1f6;
}

.sitemap-card h2 {
    margin: 0;
    font-size: 24px;
    letter-spacing: -0.04em;
}

.sitemap-card header p {
    margin: 10px 0 0;
    color: #66758b;
    line-height: 1.65;
}

.sitemap-card ul {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.sitemap-card a {
    display: block;
    padding: 18px;
    border-radius: 18px;
    background: #f7f9fc;
    color: inherit;
    text-decoration: none;
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.sitemap-card a:hover,
.sitemap-card a:focus {
    transform: translateY(-2px);
    background: #eef6ff;
    box-shadow: 0 14px 30px rgba(20, 32, 51, 0.08);
}

.sitemap-card strong {
    display: block;
    font-size: 17px;
    letter-spacing: -0.03em;
}

.sitemap-card span {
    display: block;
    margin-top: 6px;
    color: #6f7e93;
    line-height: 1.55;
}

@media (max-width: 800px) {
    .sitemap-shell {
        width: min(100% - 28px, 1180px);
    }

    .sitemap-hero {
        padding: 105px 0 62px;
    }

    .sitemap-grid {
        grid-template-columns: 1fr;
    }

    .sitemap-card {
        padding: 24px;
        border-radius: 22px;
    }
}
