.hm-service-page {
    color: var(--hm-navy);
    background: var(--hm-paper);
}

.hm-service-page__hero {
    padding: 84px 0 88px;
    background: var(--hm-surface-blue);
}

.hm-service-page__hero-inner {
    text-align: center;
}

.hm-service-page__eyebrow,
.hm-service-page__heading > span,
.hm-service-page__heading > div > span {
    display: inline-flex;
    color: var(--hm-brand);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
}

.hm-service-page__hero h1,
.hm-service-page__heading h2 {
    color: var(--hm-heading);
    font-family: "Noto Sans KR", "Noto Sans Korean", "Malgun Gothic", sans-serif;
    font-size: 37px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.045em;
    word-break: keep-all;
}

.hm-service-page__hero h1 {
    margin: 18px 0 0;
}

.hm-service-page__hero-inner > p {
    max-width: 790px;
    margin: 22px auto 0;
    color: #172b44;
    font-size: 19px;
    line-height: 1.75;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-service-page__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.hm-service-page__section {
    padding: 96px 0;
    background: #f6f8fb;
}

.hm-service-page__section--white {
    background: var(--hm-paper);
}

.hm-service-page__heading {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.hm-service-page__heading h2 {
    margin: 16px 0 0;
}

.hm-service-page__heading > p,
.hm-service-page__heading--row > p {
    margin: 18px 0 0;
    color: #334155;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-service-page__heading--row {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
    gap: 54px;
    align-items: end;
    text-align: left;
}

.hm-service-page__heading--row > p {
    margin: 0 0 8px;
}

.hm-service-page__core-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 48px;
}

.hm-service-page__core-grid article,
.hm-service-page__feature-grid article,
.hm-service-page__scope-grid article,
.hm-service-page__status-grid article {
    box-sizing: border-box;
    border: 1px solid var(--hm-border);
    border-radius: 12px;
    background: var(--hm-paper);
}

.hm-service-page__core-grid article {
    min-height: 360px;
    padding: 32px;
    scroll-margin-top: 150px;
}

.hm-solution-page .hm-service-page__core-grid article {
    display: flex;
    min-height: 380px;
    flex-direction: column;
}

.hm-service-page__core-grid em,
.hm-service-page__feature-grid em,
.hm-service-page__flow em {
    color: var(--hm-brand);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.hm-service-page__core-grid h3,
.hm-service-page__feature-grid h3 {
    margin: 18px 0 0;
    color: var(--hm-heading);
    font-family: "Noto Sans KR", "Noto Sans Korean", "Malgun Gothic", sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.045em;
}

.hm-service-page__core-grid p {
    margin: 14px 0 0;
    color: #334155;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-service-page__core-grid ul,
.hm-service-page__feature-grid ul {
    margin: 22px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--hm-border-soft);
    list-style: none;
}

.hm-service-page__core-grid li,
.hm-service-page__feature-grid li {
    position: relative;
    margin-top: 9px;
    padding-left: 15px;
    color: #172b44;
    font-size: 15.5px;
    line-height: 1.55;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-service-page__core-grid li:first-child,
.hm-service-page__feature-grid li:first-child {
    margin-top: 0;
}

.hm-service-page__core-grid li::before,
.hm-service-page__feature-grid li::before {
    position: absolute;
    top: .68em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--hm-blue);
    content: "";
}

.hm-service-page__card-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-top: auto;
    padding-top: 24px;
    color: #1d4ed8;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.035em;
    text-decoration: none;
}

.hm-service-page__card-link span {
    font-size: 18px;
    font-weight: 400;
    transition: transform .18s ease;
}

.hm-service-page__card-link:hover span,
.hm-service-page__card-link:focus-visible span {
    transform: translateX(4px);
}

.hm-service-page__flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 48px 0 0;
    padding: 0;
    border: 1px solid var(--hm-border);
    border-radius: 12px;
    background: var(--hm-paper);
    list-style: none;
    overflow: hidden;
}

.hm-service-page__flow--five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hm-service-page__flow li {
    min-height: 230px;
    padding: 30px 26px;
    border-left: 1px solid var(--hm-border);
}

.hm-service-page__flow li:first-child {
    border-left: 0;
}

.hm-service-page__flow strong {
    display: block;
    margin-top: 34px;
    color: var(--hm-heading);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.04em;
}

.hm-service-page__flow p {
    margin: 12px 0 0;
    color: var(--hm-subtle);
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-service-page__scope-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 46px;
}

.hm-service-page__scope-grid article {
    padding: 28px 30px;
}

.hm-service-page__scope-grid strong,
.hm-service-page__status-grid strong {
    display: block;
    color: var(--hm-heading);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.04em;
}

.hm-service-page__scope-grid p,
.hm-service-page__status-grid p {
    margin: 10px 0 0;
    color: var(--hm-copy);
    font-size: 15.5px;
    line-height: 1.7;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-service-page__feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 48px;
}

.hm-service-page__feature-grid article {
    min-height: 330px;
    padding: 30px;
    scroll-margin-top: 150px;
}

.hm-service-page__status-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 46px;
}

.hm-service-page__status-grid article {
    min-height: 220px;
    padding: 28px 30px;
}

.hm-service-page__status-grid article > span {
    display: inline-flex;
    align-items: center;
    height: 28px;
    margin-bottom: 18px;
    padding: 0 11px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.hm-service-page__cta {
    padding: 82px 0;
    background: var(--hm-surface-blue);
    text-align: center;
}

.hm-service-page__cta h2 {
    margin: 0;
    color: var(--hm-heading);
    font-family: "Noto Sans KR", "Noto Sans Korean", "Malgun Gothic", sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.045em;
    word-break: keep-all;
}

.hm-service-page__cta p {
    max-width: 760px;
    margin: 18px auto 0;
    color: #334155;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-service-page__cta .hm-home__btn {
    margin-top: 28px;
}

.hm-service-page__cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.hm-service-page__cta-actions .hm-home__btn {
    margin-top: 0;
}

.hm-pricing-page .hm-home__pricing-scroll {
    margin-top: 46px;
}

.hm-pricing-page #process {
    scroll-margin-top: 120px;
}

@media (max-width: 1040px) {
    .hm-service-page__core-grid,
    .hm-service-page__feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-service-page__flow,
    .hm-service-page__flow--five {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-service-page__flow li:nth-child(odd) {
        border-left: 0;
    }

    .hm-service-page__flow li:nth-child(n+3) {
        border-top: 1px solid var(--hm-border);
    }

    .hm-service-page__heading--row {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .hm-service-page__heading--row > p {
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .hm-service-page__hero {
        padding: 58px 0 62px;
    }

    .hm-service-page__hero h1,
    .hm-service-page__heading h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    .hm-service-page__hero h1 br,
    .hm-service-page__heading h2 br {
        display: none;
    }

    .hm-service-page__hero-inner > p {
        font-size: 16.5px;
        line-height: 1.7;
    }

    .hm-service-page__heading > p,
    .hm-service-page__heading--row > p {
        font-size: 15.5px;
        line-height: 1.7;
    }

    .hm-service-page__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 26px;
    }

    .hm-service-page__actions .hm-home__btn {
        width: 100%;
        min-width: 0;
        padding: 0 12px;
        font-size: 14.5px;
    }

    .hm-service-page__section {
        padding: 66px 0;
    }

    .hm-service-page__core-grid,
    .hm-service-page__feature-grid,
    .hm-service-page__scope-grid,
    .hm-service-page__status-grid,
    .hm-service-page__flow,
    .hm-service-page__flow--five {
        grid-template-columns: 1fr;
    }

    .hm-service-page__core-grid,
    .hm-service-page__feature-grid,
    .hm-service-page__status-grid,
    .hm-service-page__scope-grid,
    .hm-service-page__flow {
        margin-top: 34px;
    }

    .hm-service-page__core-grid article,
    .hm-service-page__feature-grid article,
    .hm-service-page__status-grid article {
        min-height: 0;
        padding: 25px 24px;
    }

    .hm-solution-page .hm-service-page__core-grid article {
        min-height: 0;
    }

    .hm-service-page__core-grid h3,
    .hm-service-page__feature-grid h3 {
        font-size: 22px;
    }

    .hm-service-page__flow li {
        min-height: 0;
        padding: 24px;
        border-top: 1px solid var(--hm-border);
        border-left: 0;
    }

    .hm-service-page__flow li:first-child {
        border-top: 0;
    }

    .hm-service-page__flow strong {
        margin-top: 18px;
        font-size: 19px;
    }

    .hm-service-page__scope-grid article {
        padding: 24px;
    }

    .hm-service-page__cta {
        padding: 62px 0;
    }

    .hm-service-page__cta h2 {
        font-size: 27px;
    }

    .hm-service-page__cta p {
        font-size: 15.5px;
    }

    .hm-service-page__cta-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .hm-service-page__cta-actions .hm-home__btn {
        width: 100%;
        min-width: 0;
        padding: 0 12px;
    }
}

@media (max-width: 374px) {
    .hm-service-page__actions,
    .hm-service-page__cta-actions {
        grid-template-columns: 1fr;
    }
}

.hm-account-page,
.hm-my-solution {
    min-height: 62vh;
    padding: 82px 0 100px;
    color: var(--hm-navy);
    background: #f5f8fc;
}

.hm-account-page__inner {
    display: flex;
    justify-content: center;
}

.hm-account-card {
    box-sizing: border-box;
    width: min(100%, 680px);
    padding: 54px;
    border: 1px solid var(--hm-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 42, 73, .08);
    text-align: center;
}

.hm-account-card__eyebrow,
.hm-my-solution__header span,
.hm-my-solution__section-heading span {
    color: var(--hm-brand);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
}

.hm-account-card h1 {
    margin: 18px 0 0;
    color: var(--hm-heading);
    font-size: 31px;
    line-height: 1.35;
}

.hm-account-card > p {
    margin: 18px 0 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
}

.hm-account-card__actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}

.hm-account-card__actions a,
.hm-my-solution__header-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
}

.hm-account-card__primary {
    color: #fff;
    background: var(--hm-heading);
}

.hm-account-card__secondary {
    border: 1px solid var(--hm-border);
    color: var(--hm-heading);
    background: #fff;
}

.hm-account-card__notice {
    margin-top: 22px;
    color: #b42318;
}

.hm-my-solution__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.hm-my-solution__header h1 {
    margin: 12px 0 0;
    color: var(--hm-heading);
    font-size: 42px;
    line-height: 1.25;
}

.hm-my-solution__header p {
    margin: 14px 0 0;
    color: #475569;
    font-size: 17px;
}

.hm-my-solution__header-actions {
    display: flex;
    gap: 8px;
}

.hm-my-solution__header-actions a {
    border: 1px solid var(--hm-border);
    color: var(--hm-heading);
    background: #fff;
}

.hm-my-solution__notice,
.hm-my-solution__profile,
.hm-my-solution__section {
    box-sizing: border-box;
    margin-top: 28px;
    border: 1px solid var(--hm-border);
    border-radius: 14px;
    background: #fff;
}

.hm-my-solution__notice {
    padding: 30px;
}

.hm-my-solution__notice strong {
    color: var(--hm-heading);
    font-size: 19px;
}

.hm-my-solution__notice p,
.hm-my-solution__notice small {
    display: block;
    margin: 8px 0 0;
    color: #64748b;
    line-height: 1.6;
}

.hm-my-solution__profile {
    display: grid;
    grid-template-columns: minmax(220px, .8fr) minmax(0, 1.7fr);
    gap: 40px;
    padding: 32px;
}

.hm-my-solution__profile h2 {
    margin: 8px 0 0;
    color: var(--hm-heading);
    font-size: 24px;
}

.hm-my-solution__profile p {
    margin: 8px 0 0;
    color: #64748b;
}

.hm-my-solution__profile dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
}

.hm-my-solution__profile dl > div,
.hm-my-solution__license-grid article dl > div {
    padding: 0 22px;
    border-left: 1px solid var(--hm-border-soft);
}

.hm-my-solution dt {
    color: #64748b;
    font-size: 13px;
}

.hm-my-solution dd {
    margin: 8px 0 0;
    color: var(--hm-heading);
    font-weight: 700;
}

.hm-my-solution dd.is-active {
    color: #087443;
}

.hm-my-solution__section {
    padding: 32px;
}

.hm-my-solution__section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.hm-my-solution__section-heading h2 {
    margin: 8px 0 0;
    color: var(--hm-heading);
    font-size: 25px;
}

.hm-my-solution__section-heading > a {
    color: #1d4ed8;
    font-weight: 700;
    text-decoration: none;
}

.hm-my-solution__empty {
    margin-top: 24px;
    padding: 34px;
    border-radius: 10px;
    background: #f8fafc;
    text-align: center;
}

.hm-my-solution__empty strong {
    color: var(--hm-heading);
    font-size: 18px;
}

.hm-my-solution__empty p {
    margin: 8px 0 0;
    color: #64748b;
}

.hm-my-solution__table-wrap {
    overflow-x: auto;
    margin-top: 24px;
}

.hm-my-solution table {
    width: 100%;
    border-collapse: collapse;
}

.hm-my-solution th,
.hm-my-solution td {
    padding: 15px 12px;
    border-bottom: 1px solid var(--hm-border-soft);
    text-align: left;
    white-space: nowrap;
}

.hm-my-solution th {
    color: #64748b;
    font-size: 13px;
}

.hm-my-solution td small {
    display: block;
    margin-top: 4px;
    color: #64748b;
}

.hm-status {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 999px;
    color: #334155;
    background: #eef2f7;
    font-size: 12px;
    font-weight: 700;
}

.hm-status--active,
.hm-status--fulfilled,
.hm-status--paid {
    color: #087443;
    background: #e9f8f0;
}

.hm-status--suspended,
.hm-status--provision_failed {
    color: #b54708;
    background: #fff4e5;
}

.hm-status--revoked,
.hm-status--refunded,
.hm-status--canceled {
    color: #b42318;
    background: #fff0ee;
}

.hm-my-solution__license-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.hm-my-solution__license-grid article {
    padding: 24px;
    border: 1px solid var(--hm-border-soft);
    border-radius: 12px;
}

.hm-my-solution__license-grid article > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.hm-my-solution__license-grid h3 {
    margin: 6px 0 0;
    color: var(--hm-heading);
    font-size: 22px;
}

.hm-my-solution__license-grid article dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 24px 0 0;
}

.hm-my-solution__domains {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--hm-border-soft);
}

.hm-my-solution__domains ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.hm-my-solution__domains li {
    margin-top: 7px;
    color: #334155;
}

.hm-my-solution__domains li span {
    display: inline-block;
    min-width: 62px;
    color: #64748b;
    font-size: 12px;
}

.hm-my-solution__domains p,
.hm-my-solution__delivery {
    margin: 9px 0 0;
    color: #64748b;
    font-size: 14px;
}

.hm-policy-page__hero h1 {
    max-width: none;
}

.hm-policy-page__version {
    margin-top: 18px !important;
    color: #53657a !important;
    font-size: 14px !important;
}

.hm-policy-page__layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 54px;
    align-items: start;
}

.hm-policy-page__nav {
    position: sticky;
    top: 120px;
    display: grid;
    overflow: hidden;
    border: 1px solid var(--hm-border-soft);
    border-radius: 14px;
    background: #fff;
}

.hm-policy-page__nav a {
    padding: 15px 18px;
    border-top: 1px solid var(--hm-border-soft);
    color: #475569;
    font-size: 14px;
    font-weight: 700;
}

.hm-policy-page__nav a:first-child {
    border-top: 0;
}

.hm-policy-page__nav a.is-current {
    color: #fff;
    background: #0d1b35;
}

.hm-policy-page__document {
    min-width: 0;
}

.hm-policy-page__document > section {
    padding: 34px 0;
    border-top: 1px solid var(--hm-border-soft);
}

.hm-policy-page__document > section:first-child {
    padding-top: 0;
    border-top: 0;
}

.hm-policy-page__document h2 {
    margin: 0 0 18px;
    color: var(--hm-heading);
    font-size: 24px;
    line-height: 1.4;
}

.hm-policy-page__document p,
.hm-policy-page__document li {
    color: #475569;
    font-size: 16px;
    line-height: 1.85;
}

.hm-policy-page__document p {
    margin: 10px 0 0;
}

.hm-policy-page__document ul {
    margin: 0;
    padding-left: 22px;
}

.hm-policy-page__document li + li {
    margin-top: 7px;
}

.hm-policy-page__contact {
    display: flex;
    gap: 10px 22px;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 18px 20px;
    border-radius: 10px;
    background: #f3f6fa;
    color: #334155;
    font-size: 14px;
}

.hm-policy-page__contact a {
    color: #0b63ce;
    font-weight: 800;
}

.hm-my-solution__delivery {
    padding-top: 16px;
    border-top: 1px solid var(--hm-border-soft);
}

@media (max-width: 900px) {
    .hm-policy-page__layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .hm-policy-page__nav {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-policy-page__nav a:nth-child(2) {
        border-top: 0;
    }

    .hm-policy-page__nav a:nth-child(2n) {
        border-left: 1px solid var(--hm-border-soft);
    }

    .hm-my-solution__profile,
    .hm-my-solution__license-grid {
        grid-template-columns: 1fr;
    }

    .hm-my-solution__profile dl > div:first-child {
        border-left: 0;
    }
}

@media (max-width: 640px) {
    .hm-policy-page__document h2 {
        font-size: 21px;
    }

    .hm-policy-page__document p,
    .hm-policy-page__document li {
        font-size: 15px;
    }

    .hm-account-page,
    .hm-my-solution {
        padding: 54px 0 70px;
    }

    .hm-account-card {
        padding: 34px 22px;
    }

    .hm-account-card__actions,
    .hm-my-solution__header,
    .hm-my-solution__header-actions,
    .hm-my-solution__section-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .hm-my-solution__header h1 {
        font-size: 34px;
    }

    .hm-my-solution__profile,
    .hm-my-solution__section {
        padding: 24px 20px;
    }

    .hm-my-solution__profile dl,
    .hm-my-solution__license-grid article dl {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hm-my-solution__profile dl > div,
    .hm-my-solution__license-grid article dl > div {
        padding: 0;
        border-left: 0;
    }
}
