.hm-home {
    width: 100%;
    margin-left: 0;
    color: var(--hm-navy);
    background: var(--hm-paper);
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow: hidden;
}

.hm-home * {
    box-sizing: border-box;
}

.hm-home__inner {
    width: min(1200px, calc(100vw - 64px));
    margin: 0 auto;
}

.hm-home__hero {
    padding: 68px 0;
    background: var(--hm-surface-blue);
}

.hm-home__hero .hm-home__inner {
    width: min(1200px, calc(100vw - 64px));
}

.hm-home__hero-grid {
    display: grid;
    grid-template-columns: 540px 610px;
    gap: 50px;
    align-items: center;
    min-width: 0;
    transform: translateY(-10px);
}

.hm-home__copy {
    min-width: 0;
    max-width: 560px;
}

.hm-home__section-head span,
.hm-home__offer span,
.hm-home__method-copy span {
    display: inline-flex;
    color: var(--hm-brand);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
}

.hm-home__headline {
    margin: 0;
    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;
    width: 100%;
}

.hm-home__headline span {
    display: block;
    white-space: nowrap;
}

.hm-home__lead {
    max-width: 560px;
    margin: 24px 0 0;
    color: #172b44;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.68;
    letter-spacing: -.025em;
    word-break: keep-all;
}

.hm-home__lead span {
    display: block;
}

.hm-home .hm-home__lead {
    margin-top: 24px;
}

.hm-home__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
    max-width: 100%;
}

.hm-home__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 148px;
    height: 50px;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.04em;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

.hm-home__btn--primary,
.hm-site a.hm-home__btn--primary {
    border: 1px solid var(--hm-navy);
    background: var(--hm-navy);
    color: var(--hm-paper);
}

.hm-home__btn--line {
    border: 1px solid var(--hm-input-border);
    background: rgba(255, 255, 255, .78);
    color: var(--hm-navy);
}

.hm-home__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 330px;
}

.hm-home__flow {
    display: grid;
    grid-template-columns: minmax(106px, 1fr) 20px minmax(244px, 2.2fr) 20px minmax(106px, 1fr);
    grid-template-rows: repeat(2, 93px);
    row-gap: 34px;
    align-items: center;
    width: 100%;
    min-width: 0;
}

.hm-home__flow-side {
    display: contents;
}

.hm-home__flow-side:not(.hm-home__flow-side--markets) .hm-home__flow-node {
    grid-column: 1;
}

.hm-home__flow-side--markets .hm-home__flow-node {
    grid-column: 5;
}

.hm-home__flow-side .hm-home__flow-node:first-child {
    grid-row: 1;
}

.hm-home__flow-side .hm-home__flow-node:last-child {
    grid-row: 2;
}

.hm-home__flow-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 93px;
    min-width: 0;
    color: #0b2748;
    text-align: center;
}

.hm-home__flow-node svg {
    width: 62px;
    height: 62px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 3.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hm-home__flow-node strong {
    color: #0b2748;
    font-size: 20px;
    font-weight: 600;
    height: 23px;
    line-height: 23px;
    letter-spacing: -.04em;
    white-space: nowrap;
}

.hm-home__flow-link {
    position: relative;
    display: block;
    grid-row: 1 / 3;
    align-self: center;
    width: 100%;
    height: 2px;
    background: #94a3b8;
}

.hm-home__flow-link--left {
    grid-column: 2;
}

.hm-home__flow-link--right {
    grid-column: 4;
}

.hm-home__flow-link::before,
.hm-home__flow-link::after {
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #64748b;
    content: "";
    transform: translateY(-50%);
}

.hm-home__flow-link::before {
    left: 0;
}

.hm-home__flow-link::after {
    right: 0;
}

.hm-home__flow-monitor {
    position: relative;
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    min-width: 0;
    margin-bottom: 26px;
    border: 4px solid #0b2748;
    border-radius: 12px;
    background: var(--hm-surface-blue);
    box-shadow: 0 18px 36px rgba(15, 39, 72, .14);
}

.hm-home__flow-monitor-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    border-radius: 7px 7px 0 0;
    background: #0b2748;
    color: var(--hm-paper);
}

.hm-home__flow-monitor-head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 2px solid currentColor;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 900;
}

.hm-home__flow-monitor-head strong {
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
}

.hm-home__flow-dashboard {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding: 12px;
}

.hm-home__flow-panel {
    position: relative;
    min-width: 0;
    height: 72px;
    border-radius: 7px;
    background: var(--hm-paper);
    box-shadow: inset 0 0 0 1px #dbe5f0;
}

.hm-home__flow-bars {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 6px;
    padding: 14px 14px 12px;
}

.hm-home__flow-bars i {
    display: block;
    width: 12px;
    border-radius: 3px 3px 0 0;
    background: var(--hm-blue);
}

.hm-home__flow-bars i:nth-child(1) { height: 18px; }
.hm-home__flow-bars i:nth-child(2) { height: 27px; }
.hm-home__flow-bars i:nth-child(3) { height: 35px; }
.hm-home__flow-bars i:nth-child(4) { height: 43px; }
.hm-home__flow-bars i:nth-child(5) { height: 51px; }

.hm-home__flow-chart {
    display: flex;
    align-items: center;
    padding: 10px;
}

.hm-home__flow-chart svg {
    width: 100%;
    height: auto;
    overflow: visible;
    fill: none;
    stroke: var(--hm-blue);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hm-home__flow-chart polyline:last-child {
    stroke: #f97316;
    stroke-width: 3;
}

.hm-home__flow-list {
    display: grid;
    grid-template-columns: 9px 1fr;
    gap: 7px 8px;
    align-content: center;
    padding: 13px;
}

.hm-home__flow-list i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--hm-blue);
}

.hm-home__flow-list i:nth-of-type(2) { background: #22c55e; }
.hm-home__flow-list i:nth-of-type(3) { background: #f97316; }

.hm-home__flow-list span {
    height: 7px;
    border-radius: 999px;
    background: var(--hm-input-border);
}

.hm-home__flow-donut::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: conic-gradient(var(--hm-blue) 0 42%, #f97316 42% 66%, #22c55e 66% 84%, var(--hm-input-border) 84% 100%);
    content: "";
    transform: translate(-50%, -50%);
}

.hm-home__flow-donut::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: var(--hm-paper);
    content: "";
    transform: translate(-50%, -50%);
}

.hm-home__flow-monitor-stand {
    position: absolute;
    bottom: -28px;
    left: 50%;
    width: 82px;
    height: 28px;
    border-bottom: 7px solid #94a3b8;
    transform: translateX(-50%);
}

.hm-home__flow-monitor-stand::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 23px;
    background: var(--hm-input-border);
    content: "";
    transform: translateX(-50%);
    clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%);
}

.hm-home__flow-node--smartstore {
    color: #03c75a;
}

.hm-home__flow-side--markets .hm-home__flow-node {
    align-items: center;
    text-align: center;
}

.hm-home__flow-node--smartstore img {
    display: block;
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.hm-home__flow-node--smartstore strong {
    color: #0b2748;
    font-size: 18px;
}

.hm-home__flow-node--coupang {
    gap: 8px;
}

.hm-home__flow-node--coupang img {
    display: block;
    width: 100px;
    max-width: 100%;
    height: 62px;
    object-fit: contain;
    object-position: center;
    transform: translateY(1px);
}

.hm-home__flow-node--coupang strong {
    font-size: 20px;
}

.hm-home__section {
    padding: 84px 0;
    background: var(--hm-surface-soft);
}

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

.hm-home__anchor {
    display: block;
    height: 0;
    overflow: hidden;
}

.hm-home__section-head {
    max-width: 760px;
    margin-bottom: 36px;
}

.hm-home__section-head--row {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    max-width: none;
    align-items: end;
}

.hm-home__section-head h2,
.hm-home__offer h2,
.hm-home__cta h2,
.hm-home__method-copy h2 {
    margin: 16px 0 0;
    color: var(--hm-navy);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 850;
    line-height: 1.24;
    letter-spacing: -2px;
    word-break: keep-all;
}

.hm-home__section-head p,
.hm-home__offer p,
.hm-home__cta p,
.hm-home__method-copy p {
    margin: 0;
    color: var(--hm-subtle);
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: -.04em;
    word-break: keep-all;
}

.hm-home__section-head--row p {
    max-width: 390px;
}

.hm-home__section-head > p {
    max-width: 660px;
    margin-top: 18px;
}

#hm-operation-problems .hm-home__section-head {
    max-width: 760px;
    margin-right: auto;
    margin-bottom: 36px;
    margin-left: auto;
    text-align: center;
}

#hm-operation-problems .hm-home__section-head 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;
}

#hm-operation-problems .hm-home__section-head > p {
    max-width: none;
    margin: 24px auto 0;
    color: #172b44;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.68;
    letter-spacing: -.025em;
}

.hm-home__problem-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.hm-home__problem-grid article {
    min-height: 236px;
    padding: 28px;
    border: 1px solid var(--hm-border-soft);
    border-radius: 24px;
    background: var(--hm-paper);
}

.hm-home__problem-grid em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 28px;
    border-radius: 50%;
    background: #eff6ff;
    color: var(--hm-brand);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.hm-home__problem-grid strong {
    display: block;
    color: var(--hm-heading);
    font-family: "Noto Sans KR", "Noto Sans Korean", "Malgun Gothic", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.045em;
    word-break: keep-all;
}

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

.hm-home__pain-grid,
.hm-home__feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.hm-home__pain-grid article,
.hm-home__feature-grid article {
    min-height: 200px;
    padding: 28px;
    border: 1px solid var(--hm-border-soft);
    border-radius: 24px;
    background: var(--hm-paper);
}

.hm-home__pain-grid strong,
.hm-home__feature-grid strong {
    display: block;
    color: var(--hm-navy);
    font-size: 20px;
    line-height: 1.4;
    font-weight: 850;
    letter-spacing: -.05em;
    word-break: keep-all;
}

.hm-home__pain-grid p,
.hm-home__feature-grid p {
    margin: 16px 0 0;
    color: var(--hm-subtle);
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -.04em;
    word-break: keep-all;
}

.hm-home__feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hm-home__feature-grid article {
    min-height: 226px;
}

.hm-home__feature-grid em {
    display: block;
    margin-bottom: 34px;
    color: var(--hm-blue);
    font-size: 14px;
    line-height: 1;
    font-style: normal;
    font-weight: 900;
}

.hm-home__method {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 72px;
    align-items: start;
}

.hm-home__method-copy p {
    margin-top: 22px;
}

.hm-home__text-link {
    display: inline-flex;
    align-items: center;
    height: 46px;
    margin-top: 30px;
    padding: 0 20px;
    border: 1px solid var(--hm-navy);
    border-radius: 999px;
    background: var(--hm-navy);
    color: var(--hm-paper);
    font-size: 15px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.04em;
    text-decoration: none;
}

.hm-home__method-list {
    display: grid;
    gap: 12px;
}

.hm-home__method-list article {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: 28px 32px;
    border: 1px solid var(--hm-border-soft);
    border-radius: 24px;
    background: var(--hm-paper);
}

.hm-home__method-list em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 34px;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--hm-blue);
    font-size: 13px;
    font-style: normal;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.04em;
}

.hm-home__method-list strong {
    display: block;
    color: var(--hm-navy);
    font-size: 21px;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: -.05em;
    word-break: keep-all;
}

.hm-home__method-list p {
    margin: 10px 0 0;
    color: var(--hm-subtle);
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: -.04em;
    word-break: keep-all;
}

.hm-home__process {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid var(--hm-border-soft);
    border-radius: 28px;
    background: var(--hm-paper);
    overflow: hidden;
}

.hm-home__process article {
    min-height: 230px;
    padding: 30px 26px;
    border-left: 1px solid var(--hm-border-soft);
}

.hm-home__process article:first-child {
    border-left: 0;
}

.hm-home__process em {
    display: block;
    color: var(--hm-blue);
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}

.hm-home__process strong {
    display: block;
    margin-top: 54px;
    color: var(--hm-navy);
    font-size: 20px;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: -.05em;
    word-break: keep-all;
}

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

.hm-home__offer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 72px;
    align-items: center;
}

.hm-home__offer p {
    max-width: 660px;
    margin-top: 22px;
}

.hm-home__scope {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 720px;
    margin-top: 30px;
}

.hm-home__scope > div {
    padding: 24px;
    border: 1px solid var(--hm-border-soft);
    border-radius: 22px;
    background: var(--hm-paper);
}

.hm-home__scope strong {
    display: block;
    color: var(--hm-navy);
    font-size: 17px;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: -.04em;
}

.hm-home__scope ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.hm-home__scope li {
    position: relative;
    margin-top: 10px;
    padding-left: 16px;
    color: var(--hm-subtle);
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: -.04em;
    word-break: keep-all;
}

.hm-home__scope li:first-child {
    margin-top: 0;
}

.hm-home__scope li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--hm-blue);
}

.hm-home__price-card {
    padding: 32px;
    border: 1px solid #dbe4f0;
    border-radius: 28px;
    background: #f8fbff;
}

.hm-home__price-card > p {
    margin: 0;
    color: var(--hm-blue);
    font-size: 15px;
    font-weight: 800;
}

.hm-home__price-card > strong {
    display: block;
    margin-top: 14px;
    color: var(--hm-navy);
    font-size: 44px;
    line-height: 1;
    letter-spacing: -2.4px;
}

.hm-home__price-card dl {
    margin: 26px 0 0;
}

.hm-home__price-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 0;
    border-top: 1px solid var(--hm-border-soft);
}

.hm-home__price-card dt,
.hm-home__price-card dd {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: -.04em;
}

.hm-home__price-card dt {
    color: #64748b;
}

.hm-home__price-card dd {
    color: var(--hm-navy);
    font-weight: 800;
    text-align: right;
}

.hm-home__price-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-top: 24px;
    border-radius: 14px;
    background: var(--hm-navy);
    color: var(--hm-paper);
    font-size: 16px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.04em;
    text-decoration: none;
}

.hm-home__pricing-head {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.hm-home__pricing-head h2 {
    margin: 0;
    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-home__pricing-head p {
    max-width: 760px;
    margin: 20px auto 0;
    color: #334155;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-home__pricing-scroll {
    margin-top: 46px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-color: #94a3b8 var(--hm-border-soft);
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.hm-home__pricing-scroll:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .28);
    outline-offset: 5px;
}

.hm-home__pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-width: 1120px;
    border: 1px solid var(--hm-border);
    border-radius: 12px;
    background: var(--hm-paper);
    overflow: hidden;
}

.hm-home__plan {
    position: relative;
    display: grid;
    grid-template-rows: 364px repeat(3, minmax(178px, auto));
    min-width: 0;
    border-left: 1px solid var(--hm-border);
    background: var(--hm-paper);
    scroll-snap-align: start;
}

.hm-home__plan:first-child {
    border-left: 0;
}

.hm-home__plan--featured {
    z-index: 1;
    box-shadow: inset 0 0 0 2px var(--hm-blue);
}

.hm-home__plan--featured::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 64px solid var(--hm-blue);
    border-right: 64px solid transparent;
    content: "";
}

.hm-home__plan--featured::after {
    position: absolute;
    top: 13px;
    left: 0;
    width: 44px;
    color: var(--hm-paper);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.05em;
    text-align: center;
    content: "추천";
    transform: rotate(-45deg);
}

.hm-home__plan-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 34px 24px 28px;
    text-align: center;
}

.hm-home__plan-head > span {
    display: block;
    color: var(--hm-blue);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .03em;
}

.hm-home__plan-head h3 {
    margin: 18px 0 0;
    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-home__plan-head > p {
    min-height: 52px;
    margin: 14px 0 0;
    color: #334155;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-home__plan-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    min-height: 48px;
    margin-top: 20px;
    color: var(--hm-heading);
    white-space: nowrap;
}

.hm-home__plan-price strong {
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.055em;
}

.hm-home__plan-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    margin-top: 22px;
    border: 1px solid var(--hm-blue);
    border-radius: 5px;
    color: #1d4ed8;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.035em;
    text-decoration: none;
}

.hm-home__plan--featured .hm-home__plan-link {
    background: var(--hm-blue);
    color: var(--hm-paper);
}

.hm-home__plan-link:hover,
.hm-home__plan-link:focus-visible {
    background: #eff6ff;
}

.hm-home__plan--featured .hm-home__plan-link:hover,
.hm-home__plan--featured .hm-home__plan-link:focus-visible {
    background: #1d4ed8;
}

.hm-home__plan-group {
    padding: 24px;
    border-top: 1px solid var(--hm-border);
}

.hm-home__plan-group h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: var(--hm-heading);
    font-family: "Noto Sans KR", "Noto Sans Korean", "Malgun Gothic", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.045em;
    text-align: center;
}

.hm-home__plan-group ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.hm-home__plan-group li {
    position: relative;
    margin-top: 10px;
    padding-left: 17px;
    color: #172b44;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -.04em;
    word-break: keep-all;
}

.hm-home__plan-group li:first-child {
    margin-top: 0;
}

.hm-home__plan-group li::before {
    position: absolute;
    top: .68em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--hm-blue);
    content: "";
}

.hm-home__plan-group .hm-home__plan-option {
    color: var(--hm-copy);
}

.hm-home__plan-group .hm-home__plan-option::before {
    border: 1px solid #94a3b8;
    background: transparent;
}

.hm-home__pricing-addon {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    margin-top: 24px;
    border: 1px solid var(--hm-border);
    border-radius: 12px;
    background: var(--hm-paper);
    overflow: hidden;
}

.hm-home__pricing-addon-copy {
    align-self: center;
    padding: 30px 36px;
}

.hm-home__pricing-addon-copy > strong {
    display: block;
    color: var(--hm-heading);
    font-family: "Noto Sans KR", "Noto Sans Korean", "Malgun Gothic", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.045em;
}

.hm-home__pricing-addon-copy > p {
    max-width: 760px;
    margin: 12px 0 0;
    color: #111;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-home__pricing-addon-copy > .hm-home__pricing-addon-note {
    margin-top: 8px;
}

.hm-home__pricing-addon-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 32px;
    border-left: 1px solid var(--hm-border);
    background: var(--hm-surface-soft);
    text-align: center;
}

.hm-home__pricing-addon-price small {
    display: block;
    color: var(--hm-subtle);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.hm-home__pricing-addon-price strong {
    display: block;
    margin-top: 6px;
    color: var(--hm-heading);
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.045em;
}

.hm-home__pricing-addon-price a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 152px;
    height: 42px;
    margin-top: 16px;
    padding: 0 18px;
    border: 1px solid var(--hm-blue);
    border-radius: 5px;
    color: #1d4ed8;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.hm-home__pricing-addon-price a:hover,
.hm-home__pricing-addon-price a:focus-visible {
    background: #eff6ff;
}

.hm-home__pilot {
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr);
    gap: 72px;
    align-items: start;
}

.hm-home__pilot-copy > span {
    display: inline-flex;
    color: var(--hm-blue);
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.04em;
}

.hm-home__pilot-copy h2 {
    margin: 16px 0 0;
    color: var(--hm-navy);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 850;
    line-height: 1.24;
    letter-spacing: -2px;
    word-break: keep-all;
}

.hm-home__pilot-copy p {
    margin: 22px 0 0;
    color: var(--hm-subtle);
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: -.04em;
    word-break: keep-all;
}

.hm-home__pilot-panel {
    display: grid;
    gap: 14px;
}

.hm-home__pilot-price {
    padding: 30px 32px;
    border-radius: 26px;
    background: var(--hm-navy);
}

.hm-home__pilot-price span {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(147, 197, 253, .14);
    color: #93c5fd;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.04em;
}

.hm-home__pilot-price strong {
    display: block;
    margin-top: 18px;
    color: var(--hm-paper);
    font-size: 31px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -1.7px;
    word-break: keep-all;
}

.hm-home__pilot-price p {
    margin: 14px 0 0;
    color: var(--hm-input-border);
    font-size: 15.5px;
    line-height: 1.65;
    letter-spacing: -.04em;
    word-break: keep-all;
}

.hm-home__pilot-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.hm-home__pilot-list article {
    min-height: 210px;
    padding: 26px;
    border: 1px solid var(--hm-border-soft);
    border-radius: 24px;
    background: var(--hm-paper);
}

.hm-home__pilot-list em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--hm-blue);
    font-size: 13px;
    font-style: normal;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.04em;
    text-align: center;
}

.hm-home__pilot-list strong {
    display: block;
    margin-top: 28px;
    color: var(--hm-navy);
    font-size: 19px;
    font-weight: 850;
    line-height: 1.38;
    letter-spacing: -.05em;
    word-break: keep-all;
}

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

.hm-home__faq {
    display: block;
}

.hm-home__faq .hm-home__section-head {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.hm-home__faq .hm-home__section-head h2 {
    margin: 16px 0 0;
    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;
}

.hm-home__faq .hm-home__section-head > p {
    max-width: none;
    margin: 18px 0 0;
    color: #334155;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -.035em;
}

.hm-home__faq-list {
    max-width: 1040px;
    margin: 48px auto 0;
    border: 1px solid var(--hm-border);
    border-radius: 12px;
    background: var(--hm-paper);
    overflow: hidden;
}

.hm-home__faq-list details {
    border-top: 1px solid var(--hm-border-soft);
}

.hm-home__faq-list details:first-child {
    border-top: 0;
}

.hm-home__faq-list summary {
    position: relative;
    display: block;
    padding: 24px 64px 24px 28px;
    color: var(--hm-heading);
    font-family: "Noto Sans KR", "Noto Sans Korean", "Malgun Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -.045em;
    word-break: keep-all;
    cursor: pointer;
    list-style: none;
}

.hm-home__faq-list summary::-webkit-details-marker {
    display: none;
}

.hm-home__faq-list summary::after {
    content: "+";
    position: absolute;
    right: 28px;
    top: 24px;
    color: var(--hm-brand);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.hm-home__faq-list details[open] summary::after {
    content: "−";
}

.hm-home__faq-list p {
    margin: 0;
    padding: 0 28px 26px;
    color: var(--hm-copy);
    font-size: 15.5px;
    line-height: 1.7;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-home__section--cta {
    padding: 82px 0;
    background: var(--hm-navy);
}

.hm-home__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hm-home__cta h2 {
    max-width: 820px;
    margin: 0;
    color: var(--hm-paper);
    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;
}

.hm-home__cta p {
    max-width: 760px;
    margin: 18px auto 0;
    color: var(--hm-input-border);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -.035em;
}

.hm-home__cta .hm-home__btn,
.hm-site .hm-home__cta a.hm-home__btn--primary {
    flex: 0 0 auto;
    margin-top: 28px;
    background: var(--hm-paper);
    color: var(--hm-navy);
    border-color: var(--hm-paper);
}

@media (min-width: 769px) {
    .hm-home__cta .hm-home__btn {
        min-width: 180px;
        height: 56px;
        padding-right: 30px;
        padding-left: 30px;
        font-size: 18px;
    }
}

@media (max-width: 1264px) {
    .hm-home__hero-grid {
        grid-template-columns: minmax(0, 1fr) 560px;
        gap: 40px;
    }
}

@media (max-width: 1200px) {
    .hm-home__offer,
    .hm-home__method,
    .hm-home__pilot {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
    }

    .hm-home__hero-grid {
        grid-template-columns: minmax(0, 1fr) 500px;
        gap: 36px;
    }

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

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

    .hm-home__pilot-list {
        grid-template-columns: 1fr;
    }

    .hm-home__process {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hm-home__process article:nth-child(4) {
        border-left: 0;
    }
}

@media (max-width: 1080px) {
    .hm-home__hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    .hm-home__copy {
        max-width: 720px;
    }

    .hm-home__visual {
        width: min(100%, 640px);
        min-height: 0;
        margin: 0 auto;
    }
}

@media (max-width: 1040px) {
    .hm-home__inner,
    .hm-home__hero .hm-home__inner {
        width: calc(100vw - 48px);
    }
}

@media (max-width: 768px) {
    .hm-home__inner {
        width: calc(100vw - 30px);
    }

    .hm-home__hero {
        padding: 38px 0 40px;
    }

    .hm-home__hero .hm-home__inner {
        width: calc(100vw - 30px);
    }

    .hm-home__hero-grid {
        gap: 40px;
    }

    .hm-home__copy {
        text-align: center;
    }

    .hm-home__headline {
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: -.045em;
    }

    .hm-home__lead {
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
        line-height: 1.5;
    }

    .hm-home .hm-home__lead {
        margin-top: 22px;
    }

    .hm-home__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-items: stretch;
        gap: 8px;
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
    }

    .hm-home__btn {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        height: 50px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .hm-home__visual {
        width: 100%;
        max-width: 560px;
    }

    .hm-home__flow {
        grid-template-columns: minmax(72px, .82fr) 6px minmax(0, 2.2fr) 6px minmax(72px, .82fr);
        grid-template-rows: repeat(2, 62px);
        row-gap: 24px;
    }

    .hm-home__flow-node {
        gap: 5px;
        height: 62px;
    }

    .hm-home__flow-node svg {
        width: 42px;
        height: 42px;
        stroke-width: 3.5;
    }

    .hm-home__flow-node--smartstore img {
        width: 42px;
        height: 42px;
        transform: translateY(-1px);
    }

    .hm-home__flow-node strong,
    .hm-home__flow-node--smartstore strong,
    .hm-home__flow-node--coupang strong {
        font-size: 13px;
        font-weight: 600;
        height: 15px;
        line-height: 15px;
    }

    .hm-home__flow-link {
        height: 1px;
    }

    .hm-home__flow-link::before,
    .hm-home__flow-link::after {
        width: 4px;
        height: 4px;
    }

    .hm-home__flow-monitor {
        margin-bottom: 18px;
        border-width: 3px;
        border-radius: 8px;
    }

    .hm-home__flow-monitor-head {
        gap: 4px;
        height: 30px;
        border-radius: 0;
    }

    .hm-home__flow-monitor-head span {
        width: 17px;
        height: 17px;
        border-radius: 4px;
        font-size: 10px;
    }

    .hm-home__flow-monitor-head strong {
        font-size: clamp(10px, 3vw, 14px);
    }

    .hm-home__flow-dashboard {
        gap: 5px;
        padding: 6px;
    }

    .hm-home__flow-panel {
        height: 46px;
        border-radius: 4px;
    }

    .hm-home__flow-bars {
        gap: 3px;
        padding: 10px 8px 7px;
    }

    .hm-home__flow-bars i {
        width: 7px;
    }

    .hm-home__flow-bars i:nth-child(1) { height: 10px; }
    .hm-home__flow-bars i:nth-child(2) { height: 15px; }
    .hm-home__flow-bars i:nth-child(3) { height: 20px; }
    .hm-home__flow-bars i:nth-child(4) { height: 25px; }
    .hm-home__flow-bars i:nth-child(5) { height: 30px; }

    .hm-home__flow-chart {
        padding: 6px;
    }

    .hm-home__flow-list {
        grid-template-columns: 6px 1fr;
        gap: 4px 5px;
        padding: 8px;
    }

    .hm-home__flow-list i {
        width: 6px;
        height: 6px;
    }

    .hm-home__flow-list span {
        height: 4px;
    }

    .hm-home__flow-donut::before {
        width: 30px;
        height: 30px;
    }

    .hm-home__flow-donut::after {
        width: 14px;
        height: 14px;
    }

    .hm-home__flow-monitor-stand {
        bottom: -20px;
        width: 54px;
        height: 20px;
        border-bottom-width: 5px;
    }

    .hm-home__flow-monitor-stand::before {
        width: 22px;
        height: 16px;
    }

    .hm-home__flow-node--coupang img {
        width: 68px;
        height: 42px;
    }

    .hm-home__section {
        padding: 56px 0;
    }

    .hm-home__section--cta {
        padding: 50px 0 56px;
    }

    .hm-home__section-head,
    .hm-home__section-head--row {
        display: block;
        margin-bottom: 26px;
    }

    .hm-home__section-head h2,
    .hm-home__offer h2,
    .hm-home__cta h2,
    .hm-home__method-copy h2 {
        font-size: 27px;
        line-height: 1.3;
        letter-spacing: -1.4px;
    }

    .hm-home__section-head--row p {
        max-width: none;
        margin-top: 14px;
    }

    .hm-home__section-head > p,
    .hm-home__method-copy p {
        font-size: 15.5px;
        line-height: 1.7;
    }

    #hm-operation-problems .hm-home__section-head {
        margin-right: auto;
        margin-bottom: 26px;
        margin-left: auto;
    }

    #hm-operation-problems .hm-home__section-head h2 {
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: -.045em;
    }

    #hm-operation-problems .hm-home__section-head > p {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: -.025em;
    }

    .hm-home__problem-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hm-home__problem-grid article {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 14px 12px;
        align-items: center;
        min-height: auto;
        padding: 24px;
        border-radius: 20px;
    }

    .hm-home__problem-grid em {
        grid-column: 1;
        margin-bottom: 0;
    }

    .hm-home__problem-grid strong {
        grid-column: 2;
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: -.045em;
    }

    .hm-home__problem-grid p {
        grid-column: 1 / -1;
        margin-top: 0;
    }

    .hm-home__pain-grid,
    .hm-home__feature-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hm-home__pain-grid article,
    .hm-home__feature-grid article {
        min-height: auto;
        padding: 24px;
        border-radius: 20px;
    }

    .hm-home__feature-grid em {
        margin-bottom: 22px;
    }

    .hm-home__method {
        gap: 30px;
    }

    .hm-home__text-link {
        width: 100%;
        justify-content: center;
        height: 50px;
        border-radius: 14px;
    }

    .hm-home__method-list article {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 14px 12px;
        align-items: center;
        padding: 24px;
        border-radius: 20px;
    }

    .hm-home__method-list article > div {
        display: contents;
    }

    .hm-home__method-list em {
        grid-column: 1;
    }

    .hm-home__method-list strong {
        grid-column: 2;
        font-size: 18px;
        line-height: 1.35;
        letter-spacing: -.045em;
    }

    .hm-home__method-list p {
        grid-column: 1 / -1;
        margin-top: 0;
    }

    .hm-home__process {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .hm-home__process article,
    .hm-home__process article:nth-child(4) {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 14px 12px;
        align-items: center;
        min-height: auto;
        padding: 24px;
        border-top: 1px solid var(--hm-border-soft);
        border-left: 0;
    }

    .hm-home__process article:first-child {
        border-top: 0;
    }

    .hm-home__process em {
        grid-column: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #eff6ff;
    }

    .hm-home__process strong {
        grid-column: 2;
        margin-top: 0;
        font-size: 18px;
        line-height: 1.35;
        letter-spacing: -.045em;
    }

    .hm-home__process p {
        grid-column: 1 / -1;
        margin-top: 0;
    }

    .hm-home__offer {
        gap: 28px;
    }

    .hm-home__scope {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 24px;
    }

    .hm-home__scope > div {
        padding: 22px;
        border-radius: 20px;
    }

    .hm-home__price-card {
        padding: 26px;
        border-radius: 22px;
    }

    .hm-home__price-card > strong {
        font-size: 38px;
    }

    .hm-home__pricing-head h2 {
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: -.045em;
    }

    .hm-home__pricing-head p {
        margin-top: 16px;
        font-size: 15.5px;
        line-height: 1.7;
    }

    .hm-home__pricing-scroll {
        width: calc(100% + 15px);
        margin-top: 32px;
        padding-right: 15px;
        scroll-snap-type: x mandatory;
    }

    .hm-home__pricing-grid {
        min-width: 1120px;
    }

    .hm-home__plan {
        grid-template-rows: 342px repeat(3, minmax(174px, auto));
    }

    .hm-home__plan-head {
        padding: 30px 22px 26px;
    }

    .hm-home__plan-head h3 {
        font-size: 24px;
        line-height: 1.4;
    }

    .hm-home__plan-head > p {
        font-size: 15.5px;
    }

    .hm-home__plan-price strong {
        font-size: 32px;
    }

    .hm-home__plan-group {
        padding: 22px;
    }

    .hm-home__plan-group h4 {
        font-size: 19px;
    }

    .hm-home__plan-group li {
        font-size: 16.5px;
    }

    .hm-pricing-page .hm-home__pricing-scroll {
        width: 100%;
        padding-right: 0;
        overflow: visible;
        scroll-snap-type: none;
    }

    .hm-pricing-page .hm-home__pricing-grid {
        display: grid;
        min-width: 0;
        grid-template-columns: 1fr;
        gap: 16px;
        border: 0;
        border-radius: 0;
        background: transparent;
        overflow: visible;
    }

    .hm-pricing-page .hm-home__plan,
    .hm-pricing-page .hm-home__plan:first-child {
        display: block;
        border: 1px solid var(--hm-border);
        border-radius: 12px;
        overflow: hidden;
    }

    .hm-pricing-page .hm-home__plan--featured {
        border-color: var(--hm-blue);
    }

    .hm-pricing-page .hm-home__plan-head > p {
        min-height: 0;
    }

    .hm-home__pricing-addon {
        display: block;
    }

    .hm-home__pricing-addon-copy {
        padding: 24px;
    }

    .hm-home__pricing-addon-copy > strong {
        font-size: 21px;
    }

    .hm-home__pricing-addon-copy > p {
        font-size: 15.5px;
    }

    .hm-home__pricing-addon-price {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 4px 18px;
        align-items: center;
        margin: 0;
        padding: 20px 24px;
        border-top: 1px solid var(--hm-border);
        border-left: 0;
        text-align: left;
    }

    .hm-home__pricing-addon-price small,
    .hm-home__pricing-addon-price strong {
        grid-column: 1;
    }

    .hm-home__pricing-addon-price strong {
        margin-top: 0;
        font-size: 30px;
    }

    .hm-home__pricing-addon-price a {
        grid-column: 2;
        grid-row: 1 / 3;
        min-width: 0;
        margin-top: 0;
    }

    .hm-home__pilot {
        gap: 28px;
    }

    .hm-home__pilot-copy h2 {
        font-size: 27px;
        line-height: 1.3;
        letter-spacing: -1.4px;
    }

    .hm-home__pilot-copy p {
        font-size: 15.5px;
        line-height: 1.7;
    }

    .hm-home__pilot-price {
        padding: 26px;
        border-radius: 22px;
    }

    .hm-home__pilot-price strong {
        font-size: 26px;
        line-height: 1.3;
    }

    .hm-home__pilot-list article {
        display: grid;
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 14px 12px;
        align-items: center;
        min-height: auto;
        padding: 24px;
        border-radius: 20px;
    }

    .hm-home__pilot-list strong {
        margin-top: 0;
        font-size: 18px;
        line-height: 1.35;
        letter-spacing: -.045em;
    }

    .hm-home__pilot-list em {
        justify-self: center;
        width: 72px;
        min-width: 72px;
        padding: 0;
    }

    .hm-home__pilot-list p {
        grid-column: 1 / -1;
        margin-top: 0;
    }

    .hm-home__faq {
        display: block;
    }

    .hm-home__faq .hm-home__section-head h2 {
        font-size: 28px;
        line-height: 1.4;
        letter-spacing: -.045em;
    }

    .hm-home__faq .hm-home__section-head > p {
        font-size: 15.5px;
        line-height: 1.7;
    }

    .hm-home__faq-list {
        margin-top: 32px;
        border-radius: 12px;
    }

    .hm-home__faq-list summary {
        padding: 20px 54px 20px 22px;
        font-size: 17px;
        font-weight: 500;
    }

    .hm-home__faq-list summary::after {
        right: 22px;
        top: 20px;
    }

    .hm-home__faq-list p {
        padding: 0 22px 22px;
        font-size: 15.5px;
    }

    .hm-home__cta {
        display: flex;
    }

    .hm-home__cta h2 {
        font-size: 27px;
        line-height: 1.4;
        letter-spacing: -.045em;
    }

    .hm-home__cta p {
        margin-top: 18px;
        font-size: 15.5px;
        line-height: 1.7;
    }

    .hm-home__cta .hm-home__btn {
        margin-top: 28px;
        font-size: 17px;
    }
}

@media (max-width: 374px) {
    .hm-home__inner {
        width: calc(100vw - 30px);
    }

    .hm-home__headline {
        font-size: clamp(20px, 6.3vw, 24px);
    }

    #hm-operation-problems .hm-home__section-head h2 {
        font-size: clamp(20px, 6.3vw, 24px);
    }

    .hm-home__btn {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 14px;
    }
}
