@font-face {
    font-family: 'GmarketSansBold';
    src: url('/lib/fonts/gmarket-sans/GmarketSansBold.woff') format('woff');
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
}

body.hbp-modal-open {
    overflow: hidden;
}

.hbp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hbp-overlay {
    position: fixed;
    inset: 0;
    z-index: 100080;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-family: 'Noto Sans KR', 'Malgun Gothic', Arial, sans-serif;
}

.hbp-modal {
    position: relative;
    width: min(941px, 100%);
    height: min(1000px, calc(100dvh - 40px));
    min-height: 620px;
    display: grid;
    grid-template-rows: minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(20, 20, 20, 0.17);
    color: #111;
}

.hbp-app-guide-modal {
    --hbp-app-guide-slide-distance: 48px;

    width: min(860px, 100%);
    height: auto;
    max-height: min(760px, calc(100dvh - 40px));
    min-height: 0;
    display: block;
    animation: hbp-app-guide-slide-in 300ms cubic-bezier(0.22, 0.8, 0.28, 1) both;
    will-change: transform;
}

.hbp-app-guide-overlay {
    animation: hbp-app-guide-backdrop-in 220ms ease-out both;
}

.hbp-app-guide-overlay.is-closing {
    pointer-events: none;
    animation: hbp-app-guide-backdrop-out 300ms ease-in both;
}

.hbp-app-guide-overlay.is-closing .hbp-app-guide-modal {
    animation: hbp-app-guide-slide-out 300ms cubic-bezier(0.4, 0, 1, 1) both;
}

@keyframes hbp-app-guide-slide-in {
    from {
        opacity: 0.96;
        transform: translateY(var(--hbp-app-guide-slide-distance, 48px));
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hbp-app-guide-slide-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0.96;
        transform: translateY(var(--hbp-app-guide-slide-distance, 48px));
    }
}

@keyframes hbp-app-guide-backdrop-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes hbp-app-guide-backdrop-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.hbp-app-guide-scroll {
    min-width: 0;
    max-height: calc(100dvh - 40px);
    box-sizing: border-box;
    padding: 58px 34px 34px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.hbp-app-guide-modal .hbp-class-platform-viewport {
    height: auto !important;
    margin: 0;
    overflow: visible;
}

.hbp-app-guide-modal .hbp-class-platform-track {
    display: block;
    transform: none !important;
}

.hbp-app-guide-modal .hbp-install-card {
    min-height: 0;
}

.hbp-app-guide-management {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid #dce7df;
    border-radius: 8px;
    background: #f7faf8;
}

.hbp-app-guide-management-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e4f4e9;
    color: #087f35;
    font-size: 1.05rem;
}

.hbp-app-guide-management-copy {
    min-width: 0;
}

.hbp-app-guide-management-copy strong,
.hbp-app-guide-management-copy small {
    display: block;
}

.hbp-app-guide-management-copy strong {
    color: #172019;
    font-size: 0.94rem;
    line-height: 1.35;
}

.hbp-app-guide-management-copy small {
    margin-top: 3px;
    color: #627067;
    font-size: 0.78rem;
    line-height: 1.45;
}

.hbp-app-guide-management > button {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #188b43;
    border-radius: 6px;
    background: #fff;
    color: #087f35;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
}

.hbp-app-guide-management > button:hover,
.hbp-app-guide-management > button:focus-visible {
    background: #eaf7ee;
}

.hbp-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 20;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
    color: #111;
    font: inherit;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.hbp-close:hover,
.hbp-close:focus-visible {
    background: #f2f2f2;
}

.hbp-viewport {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.hbp-track {
    width: 100%;
    height: 100%;
    display: flex;
    transform: translateX(0);
    transition: transform 380ms cubic-bezier(0.22, 0.8, 0.28, 1);
}

.hbp-slide {
    width: 100%;
    flex: 0 0 100%;
    min-width: 0;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
}

.hbp-slide::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.hbp-intro-screen {
    padding: 0;
}

.hbp-intro-hero {
    padding: 38px 58px 18px;
    background: #fff;
    text-align: center;
}

.hbp-intro-hero h2 {
    margin: 0;
    color: #0c0c0c;
    font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
}

.hbp-intro-title-line,
.hbp-intro-title-accent {
    display: block;
    word-break: keep-all;
    text-wrap: balance;
}

.hbp-intro-title-line {
    font-size: 2.45rem;
}

.hbp-intro-title-accent {
    position: relative;
    width: fit-content;
    margin: 9px auto 0;
    color: #078f3a;
    font-size: 4.25rem;
    line-height: 1.12;
}

.hbp-intro-title-accent::after {
    position: absolute;
    right: 3%;
    bottom: -5px;
    left: 3%;
    height: 7px;
    border-radius: 50%;
    background: rgba(7, 143, 58, 0.16);
    content: '';
    transform: rotate(-1deg);
}

.hbp-title-sparkles {
    position: absolute;
    top: 3px;
    right: -38px;
    width: 28px;
    height: 31px;
    display: block;
    color: #0aa94a;
}

.hbp-title-sparkles i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.05rem;
}

.hbp-title-sparkles i + i {
    top: 18px;
    left: 18px;
    font-size: 0.55rem;
}

.hbp-benefit-message {
    margin: 32px 0 0;
    color: #151515;
    font-size: 1.7rem;
    font-weight: 750;
    line-height: 1.48;
    letter-spacing: 0;
    text-align: center;
}

.hbp-benefit-message > span {
    display: block;
    word-break: keep-all;
    text-wrap: balance;
}

.hbp-benefit-message strong {
    color: #078f3a;
    font-weight: 900;
}

.hbp-intro-body {
    padding: 14px 50px 25px;
}

.hbp-class-platform-section {
    margin-top: 80px;
    min-width: 0;
}

.hbp-class-platform-section[hidden] {
    display: none !important;
}

.hbp-finish-submit-status {
    min-height: 24px;
    margin-top: 14px;
    color: #177245;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}

.hbp-finish-submit-status.is-error {
    color: #b42318;
}

.hbp-class-platform-heading {
    max-width: none;
}

.hbp-class-platform-heading h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #078f3a;
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0;
}

.hbp-class-platform-heading h3 i {
    font-size: 1.5rem;
}

.hbp-class-platform-heading p {
    margin: 7px 0 0 39px;
    color: #262d29;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.55;
}

.hbp-platform-description-emphasis {
    color: #d52932;
    font-weight: 900;
}

.hbp-class-platform-switch-shell {
    position: relative;
    width: 100%;
    margin: 14px auto 0;
}

.hbp-class-platform-switch-shell.has-warning {
    margin-top: 52px;
}

.hbp-class-platform-switch {
    position: relative;
    width: 100%;
    min-height: 78px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 4px;
    overflow: hidden;
    border: 1px solid #cfd9d2;
    border-radius: 11px;
    background: #f4f5f5;
}

.hbp-class-platform-switch[data-selected=""] {
    overflow: visible;
}

.hbp-class-platform-switch[data-selected=""]::after {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 4;
    padding: 5px 12px;
    border: 0;
    border-radius: 4px;
    background: #111;
    color: #fff;
    content: '필수 선택';
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.3;
    pointer-events: none;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.hbp-class-platform-switch-shell.has-warning
    .hbp-class-platform-switch[data-selected=""]::after {
    opacity: 0;
}

.hbp-class-platform-switch::before {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    z-index: 0;
    width: calc(50% - 4px);
    border-radius: 8px;
    background: linear-gradient(135deg, #008e39 0%, #0aa64a 100%);
    box-shadow: 0 6px 16px rgba(6, 146, 61, 0.22);
    content: '';
    opacity: 0;
    transform: translateX(0);
    transition:
        opacity 180ms ease,
        transform 320ms cubic-bezier(0.22, 0.8, 0.28, 1);
}

.hbp-class-platform-switch[data-selected="app"]::before,
.hbp-class-platform-switch[data-selected="web"]::before {
    opacity: 1;
}

.hbp-class-platform-switch[data-selected="web"]::before {
    transform: translateX(100%);
}

.hbp-class-platform-switch button {
    position: relative;
    z-index: 1;
    min-width: 0;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 10px 18px;
    border: 0;
    background: transparent;
    color: #536158;
    font: inherit;
    font-size: 1.2rem;
    font-weight: 850;
    line-height: 1.35;
    cursor: pointer;
    transition: color 220ms ease;
}

.hbp-class-platform-switch button i {
    font-size: 1.45rem;
}

.hbp-class-platform-switch button.is-selected {
    color: #fff;
}

.hbp-class-platform-switch button:focus-visible {
    outline: 3px solid rgba(20, 142, 69, 0.28);
    outline-offset: -3px;
}

.hbp-class-platform-warning {
    position: absolute;
    top: -8px;
    left: 50%;
    z-index: 5;
    width: max-content;
    max-width: calc(100% - 32px);
    padding: 9px 16px;
    border-radius: 7px;
    background: #17221b;
    box-shadow: 0 8px 22px rgba(10, 34, 19, 0.24);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 850;
    line-height: 1.35;
    text-align: center;
    pointer-events: none;
    transform: translate(-50%, -100%);
    animation: hbp-platform-warning-in 180ms ease-out;
}

.hbp-class-platform-warning::after {
    position: absolute;
    top: 100%;
    left: 50%;
    border: 7px solid transparent;
    border-top-color: #17221b;
    content: '';
    transform: translateX(-50%);
}

.hbp-class-platform-warning[hidden] {
    display: none;
}

@keyframes hbp-platform-warning-in {
    from {
        opacity: 0;
        transform: translate(-50%, calc(-100% + 6px));
    }
    to {
        opacity: 1;
        transform: translate(-50%, -100%);
    }
}

.hbp-class-platform-viewport {
    width: 100%;
    min-height: 1px;
    margin-top: 16px;
    overflow: hidden;
    transition: height 320ms cubic-bezier(0.22, 0.8, 0.28, 1);
}

.hbp-class-platform-viewport.is-awaiting-selection {
    opacity: 1;
}

.hbp-class-platform-track {
    width: 100%;
    display: flex;
    align-items: flex-start;
    transform: translateX(0);
    transition: transform 360ms cubic-bezier(0.22, 0.8, 0.28, 1);
    will-change: transform;
}

.hbp-class-platform-panel {
    width: 100%;
    min-width: 0;
    flex: 0 0 100%;
    box-sizing: border-box;
}

.hbp-platform-preselection {
    --hbp-platform-copy-offset: 71px;

    padding: 30px 60px 26px;
    border: 1px solid #d9e2dc;
    border-radius: 8px;
    background: #ffffff;
    color: #26332b;
}

.hbp-platform-preselection-header {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 17px;
    align-items: start;
}

.hbp-platform-preselection-mark {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e7f3f9;
    color: #16749c;
    font-size: 1.35rem;
}

.hbp-platform-preselection-header h4 {
    margin: 0;
    color: #111111;
    font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0;
    word-break: keep-all;
    white-space: normal;
    overflow-wrap: break-word;
}

.hbp-platform-guide-emphasis {
    color: #087f3d;
    white-space: nowrap;
}

.hbp-platform-preselection-header p {
    margin: 8px 0 0;
    color: #47564d;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.65;
    word-break: keep-all;
}

.hbp-platform-preselection-header p strong {
    color: #1f3327;
    font-weight: 850;
}

.hbp-platform-preselection-requirement {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    margin: 22px 0 0 var(--hbp-platform-copy-offset);
    padding: 13px 16px;
    border-left: 4px solid #d43b35;
    background: #fff4f3;
    color: #26332b;
    font-size: 0.92rem;
    font-weight: 850;
    line-height: 1.55;
}

.hbp-platform-preselection-requirement i {
    margin-top: 3px;
    color: #d43b35;
}

.hbp-platform-requirement-emphasis {
    color: #d33a2c;
    font-weight: 900;
}

.hbp-platform-preselection-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    border-top: 1px solid #dfe6e1;
    border-bottom: 1px solid #dfe6e1;
}

.hbp-platform-preselection-option {
    min-width: 0;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    padding: 20px 22px 20px 0;
}

.hbp-platform-preselection-option + .hbp-platform-preselection-option {
    padding-right: 0;
    padding-left: 22px;
    border-left: 1px solid #dfe6e1;
}

.hbp-platform-preselection-option > span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e8f5ec;
    color: #078f3a;
    font-size: 1.05rem;
}

.hbp-platform-preselection-option strong {
    display: block;
    color: #173321;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.45;
}

.hbp-platform-preselection-option p {
    margin: 6px 0 0;
    color: #536159;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.6;
    word-break: keep-all;
}

.hbp-platform-preselection-beginner {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    margin-top: 19px;
    padding: 13px 15px;
    border-radius: 6px;
    background: #eef8f1;
    color: #245a38;
}

.hbp-platform-preselection-beginner i {
    margin-top: 3px;
    color: #0b8b3d;
}

.hbp-platform-preselection-beginner p {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.6;
    word-break: keep-all;
}

.hbp-web-class-guide {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 32px 36px;
    border: 1px solid #d8e3db;
    border-radius: 8px;
    background: #f8fbf9;
}

.hbp-web-class-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e2f3e7;
    color: #118f45;
    font-size: 1.55rem;
}

.hbp-web-class-copy {
    min-width: 0;
}

.hbp-web-class-copy h3 {
    margin: 0;
}

.hbp-browser-login-emphasis {
    color: #d92d20;
}

.hbp-web-class-copy p {
    margin: 10px 0 0;
    color: #344139;
    font-size: 0.98rem;
    font-weight: 650;
    line-height: 1.65;
}

.hbp-web-checklist {
    grid-column: 1 / -1;
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.hbp-web-checklist-warning {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 3px 6px;
    padding: 10px 14px;
    border-radius: 7px;
    background: #202a24;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.45;
    box-shadow: 0 7px 18px rgba(22, 33, 26, 0.18);
    opacity: 1;
    visibility: visible;
    transition: opacity 160ms ease;
}

.hbp-web-checklist-warning::after {
    position: absolute;
    left: 22px;
    bottom: -7px;
    width: 14px;
    height: 14px;
    background: #202a24;
    content: '';
    transform: rotate(45deg);
}

.hbp-web-checklist-warning[hidden] {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.hbp-web-confirmation {
    min-width: 0;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    padding: 14px 16px;
    border: 1px solid #d5ded8;
    border-radius: 8px;
    background: #fff;
    color: #28332c;
    font-size: 0.92rem;
    font-weight: 750;
    line-height: 1.5;
    cursor: pointer;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.hbp-web-confirmation:hover,
.hbp-web-confirmation:focus-within {
    border-color: #75b88e;
    box-shadow: 0 0 0 3px rgba(17, 143, 69, 0.1);
}

.hbp-web-confirmation.is-missing {
    border-color: #d14b40;
    background: #fff7f6;
    box-shadow: 0 0 0 3px rgba(209, 75, 64, 0.1);
}

.hbp-web-confirmation input {
    width: 20px;
    height: 20px;
    margin: 1px 0 0;
    accent-color: #118f45;
    cursor: pointer;
}

.hbp-install-card {
    display: grid;
    grid-template-columns: 244px minmax(0, 1fr);
    gap: 30px;
    align-items: center;
    min-height: 444px;
    padding: 12px 28px;
    border: 1px solid #e5e9e6;
    border-radius: 19px;
    background: #fff;
    box-shadow: none;
}

.hbp-phone-shell {
    position: relative;
    width: 220px;
    min-height: 0;
    aspect-ratio: 9 / 17;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: center;
    box-sizing: border-box;
    padding: 37px 17px 18px;
    border: 7px solid #111;
    border-radius: 37px;
    background: #fff;
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.16);
    color: #111;
    text-align: center;
}

.hbp-phone-notch {
    position: absolute;
    top: -1px;
    left: 50%;
    width: 102px;
    height: 21px;
    border-radius: 0 0 12px 12px;
    background: #111;
    transform: translateX(-50%);
}

.hbp-phone-shell > img {
    width: min(146px, 80%);
    aspect-ratio: 1;
    display: block;
    object-fit: contain;
}

.hbp-phone-shell > .hbp-phone-mobile-logo,
.hbp-phone-mobile-copy,
.hbp-install-mobile-copy {
    display: none;
}

.hbp-phone-shell > strong {
    margin-top: 12px;
    font-size: 0.76rem;
    line-height: 1.45;
}

.hbp-phone-shell > em {
    margin-top: 4px;
    color: #078f3a;
    font-size: 1.06rem;
    font-style: normal;
    font-weight: 900;
}

.hbp-store-row {
    width: 100%;
    display: grid;
    gap: 8px;
    margin-top: 13px;
}

.hbp-store-link {
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 5px 8px;
    border-radius: 6px;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}

.hbp-store-link i {
    font-size: 0.9rem;
}

.hbp-store-link.is-ios {
    background: #111;
}

.hbp-store-link.is-android {
    background: #087d3f;
}

.hbp-install-guide {
    min-width: 0;
    padding: 0;
}

.hbp-install-guide > h3,
.hbp-web-class-copy h3 {
    color: #111;
    font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0;
    word-break: keep-all;
    text-wrap: balance;
}

.hbp-install-guide > h3 {
    max-width: 500px;
    margin: 0 0 23px;
}

.hbp-install-steps {
    display: grid;
}

.hbp-guide-step {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 84px;
    padding: 11px 0 16px;
}

.hbp-guide-index {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e7f5ea;
    color: #078f3a;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.hbp-guide-step strong {
    display: block;
    font-size: 0.86rem;
    line-height: 1.45;
}

.hbp-guide-step p {
    margin: 0;
    color: #1f2521;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.62;
    word-break: keep-all;
}

.hbp-handoff-card {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    margin-top: 0;
    padding: 17px 0 0;
    border: 0;
    border-top: 1px dashed #8fd2a5;
    border-radius: 0;
    background: transparent;
}

.hbp-handoff-guide-index {
    grid-column: 1;
    grid-row: 1;
}

.hbp-handoff-content {
    grid-column: 2;
    min-width: 0;
}

.hbp-handoff-instruction {
    margin: 0;
    color: #1f2521;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.62;
    word-break: keep-all;
}

.hbp-handoff-mobile-copy {
    display: none;
}

.hbp-handoff-detail {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    margin-top: 9px;
}

.hbp-handoff-qr {
    width: 108px;
    height: 108px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid #cfdfd2;
    border-radius: 6px;
    background: #fff;
    color: #119548;
    font-size: 2rem;
}

.hbp-handoff-qr img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.hbp-handoff-link-icon {
    display: none;
}

.hbp-handoff-qr.is-complete {
    background: #119548;
    color: #fff;
}

.hbp-handoff-meta {
    min-width: 0;
}

.hbp-handoff-time {
    display: block;
    color: #078f3a;
    font-size: 2rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
}

.hbp-sync-status {
    display: flex;
    align-items: center;
    min-height: 24px;
    margin: 6px 0 0;
    padding: 0;
    color: #48524b;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}

.hbp-sync-status[hidden] {
    display: none;
}

.hbp-handoff-expired {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #b42318;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.4;
}

.hbp-handoff-expired[hidden] {
    display: none;
}

.hbp-handoff-expired button {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid #efb5af;
    border-radius: 50%;
    background: #fff;
    color: #c43225;
    cursor: pointer;
}

.hbp-handoff-action {
    display: none;
}

.hbp-handoff-button {
    width: auto;
    min-width: 126px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 14px;
    border: 0;
    border-radius: 7px;
    background: #119548;
    color: #fff;
    font: inherit;
    font-size: 0.75rem;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.hbp-handoff-button-time {
    flex: 0 0 auto;
    padding-left: 9px;
    border-left: 1px solid rgba(255, 255, 255, 0.45);
    color: inherit;
    font-size: 0.92em;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
}

html[data-theme="dark"] .hbp-app-guide-overlay {
    background: rgba(8, 12, 10, 0.9);
}

html[data-theme="dark"] .hbp-app-guide-modal {
    border-color: #3b4540;
    background: #171b19;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
    color: #f7faf8;
}

html[data-theme="dark"] .hbp-app-guide-modal .hbp-close {
    background: #252c28;
    color: #f7faf8;
}

html[data-theme="dark"] .hbp-app-guide-modal .hbp-close:hover,
html[data-theme="dark"] .hbp-app-guide-modal .hbp-close:focus-visible {
    background: #303934;
}

html[data-theme="dark"] .hbp-app-guide-modal .hbp-install-card {
    border-color: #3a4440;
    background: #1d221f;
}

html[data-theme="dark"] .hbp-app-guide-management {
    border-color: #3a4440;
    background: #1d221f;
}

html[data-theme="dark"] .hbp-app-guide-management-icon {
    background: #183b28;
    color: #78dda3;
}

html[data-theme="dark"] .hbp-app-guide-management-copy strong {
    color: #f7faf8;
}

html[data-theme="dark"] .hbp-app-guide-management-copy small {
    color: #b9c5be;
}

html[data-theme="dark"] .hbp-app-guide-management > button {
    border-color: #4d9d69;
    background: #252c28;
    color: #9ee6b9;
}

html[data-theme="dark"] .hbp-app-guide-management > button:hover,
html[data-theme="dark"] .hbp-app-guide-management > button:focus-visible {
    background: #303934;
}

html[data-theme="dark"] .hbp-app-guide-modal .hbp-install-guide > h3 {
    color: #f7faf8;
}

html[data-theme="dark"] .hbp-app-guide-modal .hbp-guide-step p,
html[data-theme="dark"] .hbp-app-guide-modal .hbp-handoff-instruction {
    color: #d6dfda;
}

html[data-theme="dark"] .hbp-app-guide-modal .hbp-guide-index {
    background: #183b28;
    color: #78dda3;
}

html[data-theme="dark"] .hbp-app-guide-modal .hbp-handoff-card {
    border-top-color: #47775a;
}

html[data-theme="dark"] .hbp-app-guide-modal .hbp-sync-status {
    color: #b9c5be;
}

html[data-theme="dark"] .hbp-app-guide-modal .hbp-handoff-expired button {
    border-color: #7a3e37;
    background: #2c211f;
}

html[data-theme="dark"] .hbp-overlay:not(.hbp-app-guide-overlay) {
    background: rgba(10, 13, 12, 0.92);
}

html[data-theme="dark"] .hbp-modal:not(.hbp-app-guide-modal) {
    border-color: #3b4540;
    background: #151917;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
    color: #f5f8f6;
}

html[data-theme="dark"] .hbp-intro-hero {
    background: #171b19;
}

html[data-theme="dark"] .hbp-intro-hero h2,
html[data-theme="dark"] .hbp-app-content > h1,
html[data-theme="dark"] .hbp-level-section > h2,
html[data-theme="dark"] .hbp-schedule-section h2,
html[data-theme="dark"] .hbp-schedule-hero h1,
html[data-theme="dark"] .hbp-timeline-body > h2,
html[data-theme="dark"] .hbp-finish-content > h1 {
    color: #f7faf8;
}

html[data-theme="dark"] .hbp-intro-body {
    background: #151917;
}

html[data-theme="dark"] .hbp-benefit-message,
html[data-theme="dark"] .hbp-app-lead,
html[data-theme="dark"] .hbp-level-section > p,
html[data-theme="dark"] .hbp-schedule-heading p,
html[data-theme="dark"] .hbp-slot-heading p {
    color: #b9c3bd;
}

html[data-theme="dark"] .hbp-report-panel {
    border-color: #434c47;
    background: #202622;
    color: #f2f6f3;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

html[data-theme="dark"] .hbp-report-header,
html[data-theme="dark"] .hbp-report-note {
    border-color: #414a45;
}

html[data-theme="dark"] .hbp-report-scores span,
html[data-theme="dark"] .hbp-report-note span {
    color: #c5cec9;
}

html[data-theme="dark"] .hbp-benefit-facts {
    border-color: #3c4540;
    background: #1c211e;
}

html[data-theme="dark"] .hbp-benefit-facts > div + div {
    border-left-color: #3c4540;
}

html[data-theme="dark"] .hbp-benefit-facts strong {
    color: #f0f5f2;
}

html[data-theme="dark"] .hbp-benefit-facts span {
    color: #b9c3bd;
}

html[data-theme="dark"] .hbp-class-platform-section {
    border-top-color: #3c4540;
}

html[data-theme="dark"] .hbp-class-platform-heading h3 {
    color: #f5f8f6;
}

html[data-theme="dark"] .hbp-class-platform-heading p {
    color: #bdc7c1;
}

html[data-theme="dark"] .hbp-class-platform-switch {
    border-color: #46504a;
    background: #202622;
}

html[data-theme="dark"] .hbp-class-platform-switch button {
    color: #c9d2cd;
}

html[data-theme="dark"] .hbp-class-platform-switch button.is-selected {
    color: #ffffff;
}

html[data-theme="dark"] .hbp-platform-preselection {
    border-color: #414a45;
    background: #1d221f;
    color: #d6dfda;
}

html[data-theme="dark"] .hbp-platform-preselection-mark {
    background: #203846;
    color: #8ed2ef;
}

html[data-theme="dark"] .hbp-platform-preselection-header p strong,
html[data-theme="dark"] .hbp-platform-preselection-option strong {
    color: #f1f6f3;
}

html[data-theme="dark"] .hbp-platform-preselection-header h4 {
    color: #f1f6f3;
}

html[data-theme="dark"] .hbp-platform-guide-emphasis {
    color: #73dc98;
}

html[data-theme="dark"] .hbp-platform-preselection-header p,
html[data-theme="dark"] .hbp-platform-preselection-option p {
    color: #bec9c2;
}

html[data-theme="dark"] .hbp-platform-preselection-requirement {
    border-left-color: #f06b63;
    background: #382322;
    color: #f1f6f3;
}

html[data-theme="dark"] .hbp-platform-requirement-emphasis {
    color: #ff8c82;
}

html[data-theme="dark"] .hbp-platform-preselection-options,
html[data-theme="dark"] .hbp-platform-preselection-option + .hbp-platform-preselection-option {
    border-color: #414a45;
}

html[data-theme="dark"] .hbp-platform-preselection-option > span {
    background: #243b2c;
    color: #74d593;
}

html[data-theme="dark"] .hbp-platform-preselection-beginner {
    background: #21362a;
    color: #c6e8d1;
}

html[data-theme="dark"] .hbp-install-card,
html[data-theme="dark"] .hbp-web-class-guide {
    border-color: #414a45;
    background: #1d221f;
}

html[data-theme="dark"] .hbp-install-guide > h3,
html[data-theme="dark"] .hbp-web-class-copy h3 {
    color: #f5f8f6;
}

html[data-theme="dark"] .hbp-guide-step p,
html[data-theme="dark"] .hbp-handoff-instruction,
html[data-theme="dark"] .hbp-web-class-copy p,
html[data-theme="dark"] .hbp-web-confirmation {
    color: #c8d1cc;
}

html[data-theme="dark"] .hbp-handoff-card,
html[data-theme="dark"] .hbp-web-checklist {
    border-color: #414a45;
}

html[data-theme="dark"] .hbp-app-screen,
html[data-theme="dark"] .hbp-confirm-screen {
    background: #151917;
}

html[data-theme="dark"] .hbp-app-header {
    border-bottom-color: #39423d;
    background: #1b201d;
}

html[data-theme="dark"] .hbp-app-header h2,
html[data-theme="dark"] .hbp-step-count,
html[data-theme="dark"] .hbp-app-back {
    color: #eef4f0;
}

html[data-theme="dark"] .hbp-progress-line {
    background: #343d38;
}

html[data-theme="dark"] .hbp-method-card {
    border-color: #414a45;
    background: #1d221f;
    color: #edf3ef;
}

html[data-theme="dark"] .hbp-method-card:hover,
html[data-theme="dark"] .hbp-method-card.is-selected {
    border-color: #33c47a;
    background: #1b3023;
}

html[data-theme="dark"] .hbp-method-copy {
    color: #b9c3bd;
}

html[data-theme="dark"] .hbp-level-section {
    border-top-color: #3c4540;
}

html[data-theme="dark"] .hbp-level-card {
    border-color: #414a45;
    background: #1d221f;
}

html[data-theme="dark"] .hbp-level-card:hover,
html[data-theme="dark"] .hbp-level-card.is-selected {
    border-color: #4bd48b;
    background: #1b3023;
}

html[data-theme="dark"] .hbp-level-copy strong,
html[data-theme="dark"] .hbp-level-duration {
    color: #f0f5f2;
}

html[data-theme="dark"] .hbp-level-copy small {
    color: #bbc5bf;
}

html[data-theme="dark"] .hbp-schedule-section {
    border-color: #3e4742;
    background: #1b201d;
}

html[data-theme="dark"] .hbp-date-button,
html[data-theme="dark"] .hbp-featured-slot,
html[data-theme="dark"] .hbp-slot {
    border-color: #46504a;
    background: #202622;
    color: #edf3ef;
}

html[data-theme="dark"] .hbp-date-button small,
html[data-theme="dark"] .hbp-featured-slot span {
    color: #aeb9b2;
}

html[data-theme="dark"] .hbp-date-button.is-selected,
html[data-theme="dark"] .hbp-featured-slot.is-selected,
html[data-theme="dark"] .hbp-slot.is-selected {
    border-color: #3bd17f;
    background: #173825;
    color: #d9ffe8;
}

html[data-theme="dark"] .hbp-selected-time-summary {
    border-color: #4a554f;
    background: #202622;
}

html[data-theme="dark"] .hbp-selected-time-summary small {
    color: #abb6af;
}

html[data-theme="dark"] .hbp-selected-time-summary strong {
    color: #f3f7f4;
}

html[data-theme="dark"] .hbp-timeline-card {
    border-color: #414a45;
    background: #1d221f;
    color: #edf3ef;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

html[data-theme="dark"] .hbp-reservation-date span,
html[data-theme="dark"] .hbp-reservation-facts small,
html[data-theme="dark"] .hbp-timeline-card > p,
html[data-theme="dark"] .hbp-timeline-card.is-app-ready > p {
    color: #b8c2bc;
}

html[data-theme="dark"] .hbp-reservation-date strong,
html[data-theme="dark"] .hbp-reservation-facts strong,
html[data-theme="dark"] .hbp-timeline-card.is-class-ready > p strong {
    color: #f4f8f5;
}

html[data-theme="dark"] .hbp-reservation-facts > div + div {
    border-left-color: #414a45;
}

html[data-theme="dark"] .hbp-step-actions {
    border-top-color: #39423d;
    background: #151917;
}

html[data-theme="dark"] .hbp-step-back {
    border-color: #56615a;
    background: #202622;
    color: #edf3ef;
}

html[data-theme="dark"] .hbp-finish-screen {
    background: #151917;
}

html[data-theme="dark"] .hbp-finish-notice,
html[data-theme="dark"] .hbp-finish-mobile-install {
    border-color: #414a45;
    background: #1d221f;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

html[data-theme="dark"] .hbp-finish-message > p,
html[data-theme="dark"] .hbp-finish-mobile-install p,
html[data-theme="dark"] .hbp-finish-mobile-install p strong {
    color: #edf3ef;
}

html[data-theme="dark"] .hbp-close:not(:hover) {
    background: #272e2a;
    color: #f6f9f7;
}

.hbp-benefit-section {
    margin-top: 0;
}

.hbp-benefit-visual {
    position: relative;
    width: 90%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1.9868 / 1;
    margin: 0 auto;
    overflow: visible;
    border-radius: 28px;
    background: transparent;
}

.hbp-report-panel {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 25px 28% 24px 29px;
    border: 1px solid rgba(107, 198, 137, 0.24);
    border-radius: inherit;
    background:
        radial-gradient(circle at 16% 12%, rgba(20, 184, 91, 0.13), transparent 37%),
        linear-gradient(135deg, #06283a 0%, #03131e 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(4, 24, 34, 0.16);
    transform: translateX(-20px);
}

.hbp-report-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.hbp-report-header > strong {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
}

.hbp-report-header > strong i {
    color: #14cb60;
}

.hbp-report-header > span {
    color: #b8c3cb;
    font-size: 0.72rem;
    line-height: 1.3;
    text-align: right;
}

.hbp-report-header > span b {
    display: block;
    color: #1ed56c;
    font-size: 1.22rem;
}

.hbp-report-scores {
    display: grid;
    gap: 13px;
    margin-top: 21px;
}

.hbp-report-scores > div {
    display: grid;
    grid-template-columns: minmax(96px, max-content) minmax(0, 1fr) 30px;
    gap: 12px;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 800;
}

.hbp-report-scores span {
    white-space: nowrap;
}

.hbp-report-scores i {
    height: 14px;
    overflow: hidden;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.14);
}

.hbp-report-scores i b {
    height: 100%;
    display: block;
    border-radius: inherit;
    background: linear-gradient(90deg, #63db60 0%, #08a64a 100%);
}

.hbp-report-scores em {
    font-style: normal;
    font-weight: 900;
}

.hbp-report-note {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: auto;
    padding: 11px 19px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.75rem;
}

.hbp-report-note strong {
    color: #54df74;
    white-space: nowrap;
}

.hbp-event-image {
    position: absolute;
    right: -8%;
    bottom: -3%;
    z-index: 2;
    width: 34%;
    height: auto;
    max-height: 97%;
    display: block;
    object-fit: contain;
    object-position: center bottom;
    border-left: 0;
    filter: drop-shadow(0 10px 13px rgba(0, 0, 0, 0.28));
}

.hbp-benefit-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    min-height: 164px;
    margin-top: 20px;
    padding: 19px 10px;
    border: 1px solid #e1e5e2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(20, 35, 25, 0.1);
}

.hbp-benefit-facts > div {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    align-content: center;
    padding: 4px 18px;
    text-align: center;
}

.hbp-benefit-facts > div + div {
    border-left: 1px solid #d9e5dc;
}

.hbp-benefit-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    border-radius: 50%;
    background: #e8f6eb;
    color: #078f3a;
}

.hbp-benefit-facts .hbp-benefit-icon {
    display: grid;
    place-items: center;
    margin-top: 0;
    color: #078f3a;
}

.hbp-benefit-icon i {
    display: block;
    font-size: 2rem;
    line-height: 1;
    transform: translateY(1px);
}

.hbp-benefit-facts strong,
.hbp-benefit-facts span {
    min-width: 0;
    display: block;
}

.hbp-benefit-facts strong {
    font-size: 1rem;
    line-height: 1.3;
}

.hbp-benefit-facts span {
    margin-top: 5px;
    color: #646b66;
    font-size: 0.76rem;
    line-height: 1.4;
}

.hbp-intro-action {
    margin-top: 60px;
}

.hbp-intro-action button {
    width: 100%;
    min-height: 84px;
    display: grid;
    grid-template-columns: 38px minmax(0, auto) 24px;
    align-items: center;
    justify-content: center;
    gap: 17px;
    padding: 15px 28px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #008f39 0%, #09a849 100%);
    color: #fff;
    font: inherit;
    font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif;
    font-size: 1.65rem;
    font-weight: 900;
    cursor: pointer;
}

.hbp-intro-action button > i {
    font-size: 1.55rem;
}

.hbp-intro-action button > i:last-child {
    font-size: 1.25rem;
}

.hbp-intro-action button:disabled {
    background: linear-gradient(135deg, #4f9d6d 0%, #69af80 100%);
    color: rgba(255, 255, 255, 0.76);
    cursor: not-allowed;
}

.hbp-app-screen,
.hbp-confirm-screen {
    padding: 0;
}

.hbp-app-header {
    position: sticky;
    top: 0;
    z-index: 5;
    min-height: 76px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 72px;
    align-items: center;
    padding: 12px 64px 12px 30px;
    background: rgba(255, 255, 255, 0.97);
}

.hbp-app-header h2 {
    min-width: 0;
    margin: 0;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0;
}

.hbp-app-back {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 1.65rem;
    cursor: pointer;
}

.hbp-step-count {
    min-height: 46px;
    display: grid;
    place-items: center;
    padding: 7px 13px;
    border: 2px solid #9635ff;
    border-radius: 24px;
    color: #9635ff;
    font-size: 1.1rem;
    font-weight: 800;
}

.hbp-progress-line {
    position: sticky;
    top: 76px;
    z-index: 5;
    height: 5px;
    overflow: hidden;
    background: #ededed;
}

.hbp-progress-line > span {
    height: 100%;
    display: block;
    background: linear-gradient(90deg, #962eff 0%, #ff4b50 100%);
}

.hbp-app-content {
    padding: 28px 40px 42px;
}

.hbp-app-content > h1 {
    margin: 0;
    color: #0c0c0c;
    font-size: clamp(1.9rem, 4.1vw, 2.45rem);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0;
}

.hbp-app-lead {
    margin: 10px 0 0;
    color: #8a8a8a;
    font-size: 0.95rem;
    line-height: 1.55;
}

.hbp-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 24px;
}

.hbp-method-card {
    min-width: 0;
    display: grid;
    grid-template-rows: 148px auto auto;
    padding: 12px;
    border: 2px solid #e6e6e6;
    border-radius: 20px;
    background: #fff;
    color: #111;
    text-align: left;
    font: inherit;
    cursor: pointer;
}

.hbp-method-card.is-selected {
    border-color: #9936ff;
    background: #faf4ff;
}

.hbp-method-visual {
    min-width: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

.hbp-method-visual.is-phone,
.hbp-method-visual.is-video {
    background: #f5f2f0;
}

.hbp-method-visual.is-phone img,
.hbp-method-visual.is-video img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hbp-method-title {
    display: block;
    margin-top: 11px;
    font-size: 1.12rem;
    font-weight: 900;
}

.hbp-method-card.is-selected .hbp-method-title {
    color: #9635ff;
}

.hbp-method-copy {
    display: block;
    margin-top: 4px;
    color: #8b8b8b;
    font-size: 0.82rem;
}

.hbp-method-ai-notice {
    margin: 18px 0 80px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.65;
    letter-spacing: 0;
    word-break: keep-all;
}

.hbp-method-ai-notice .is-alert {
    color: #d92d20;
}

.hbp-method-ai-notice .is-recommended {
    color: #118f45;
}

.hbp-method-ai-notice + .hbp-level-section {
    margin-top: 0;
}

.hbp-level-section {
    margin-top: 56px;
}

.hbp-level-section > h2,
.hbp-schedule-section > h2 {
    margin: 0;
    color: #111;
    font-size: 1.65rem;
    line-height: 1.3;
    letter-spacing: 0;
}

.hbp-level-section > p,
.hbp-schedule-section > p {
    margin: 12px 0 0;
    color: #8c8c8c;
    font-size: 1rem;
    line-height: 1.5;
}

.hbp-level-list {
    display: grid;
    gap: 11px;
    margin-top: 20px;
}

.hbp-level-card {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 20px;
    border: 2px solid #ececec;
    border-radius: 20px;
    background: #fff;
    color: #111;
    text-align: left;
    font: inherit;
    cursor: pointer;
}

.hbp-level-card.is-selected {
    border-color: #9936ff;
    background: #faf4ff;
}

.hbp-level-copy {
    min-width: 0;
}

.hbp-level-copy strong,
.hbp-level-copy small {
    display: block;
}

.hbp-level-copy strong {
    font-size: 1.3rem;
}

.hbp-level-copy small {
    margin-top: 7px;
    color: #858585;
    font-size: 1rem;
}

.hbp-level-duration {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 8px;
    background: #f5f5f5;
    color: #aaa;
    font-size: 0.9rem;
    font-weight: 700;
}

.hbp-level-notice {
    display: grid;
    gap: 6px;
    margin-top: 14px;
    padding: 16px;
    border: 1px solid #ffc4c4;
    border-radius: 12px;
    background: #fff5f5;
    color: #8a2020;
}

.hbp-level-notice strong {
    font-size: 0.95rem;
}

.hbp-level-notice span {
    font-size: 0.82rem;
    line-height: 1.45;
}

.hbp-level-notice button {
    min-height: 42px;
    margin-top: 5px;
    border: 0;
    border-radius: 8px;
    background: #c83737;
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.hbp-schedule-section {
    margin-top: 28px;
}

.hbp-date-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.hbp-date-button {
    min-width: 0;
    min-height: 54px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 4px;
    padding: 7px 5px;
    border: 2px solid #ddd;
    border-radius: 14px;
    background: #fff;
    color: #555;
    font: inherit;
    cursor: pointer;
}

.hbp-date-button span {
    font-size: 0.95rem;
    font-weight: 900;
}

.hbp-date-button small {
    color: #999;
    font-size: 0.74rem;
}

.hbp-date-button.is-selected {
    border-color: #9936ff;
    background: #faf4ff;
    color: #7e27dc;
}

.hbp-featured-slots {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.hbp-featured-slot {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px;
    border: 2px solid #d7d7d7;
    border-radius: 18px;
    background: #fff;
    color: #111;
    font: inherit;
    cursor: pointer;
}

.hbp-featured-slot span {
    font-size: 1rem;
}

.hbp-featured-slot strong {
    font-size: 1.35rem;
}

.hbp-featured-slot.is-selected {
    border-color: #9936ff;
    background: #faf4ff;
    color: #7e27dc;
}

.hbp-selected-date-label {
    margin: 0 0 22px;
    color: #9936ff;
    font-size: 1rem;
    letter-spacing: 0;
}

.hbp-slot-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.hbp-slot {
    min-width: 0;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 6px 4px;
    border: 2px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    color: #575757;
    font: inherit;
    cursor: pointer;
}

.hbp-slot strong {
    font-size: 0.94rem;
}

.hbp-slot.is-selected {
    border-color: #9936ff;
    background: #9936ff;
    color: #fff;
}

.hbp-loading,
.hbp-empty {
    grid-column: 1 / -1;
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border-radius: 12px;
    background: #f6f6f6;
    color: #777;
    font-size: 0.9rem;
    text-align: center;
}

.hbp-spinner {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 7px;
    border: 2px solid #d6c0eb;
    border-top-color: #9635ff;
    border-radius: 50%;
    animation: hbp-spin 0.8s linear infinite;
}

@keyframes hbp-spin {
    to {
        transform: rotate(360deg);
    }
}

.hbp-confirm-content {
    padding: 34px 40px 42px;
}

.hbp-confirm-content > h1 {
    margin: 0;
    color: #0c0c0c;
    font-size: clamp(1.7rem, 3.4vw, 2.15rem);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0;
}

.hbp-timeline {
    margin-top: 34px;
}

.hbp-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 20px;
    padding-bottom: 24px;
}

.hbp-timeline-item:not(:last-child)::after {
    position: absolute;
    top: 56px;
    bottom: -4px;
    left: 37px;
    width: 2px;
    background: #edf0f2;
    content: '';
}

.hbp-timeline-number {
    position: relative;
    z-index: 1;
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #edf7ff;
    color: #111;
    font-size: 1.45rem;
    font-weight: 900;
}

.hbp-timeline-body {
    min-width: 0;
}

.hbp-timeline-body > h2 {
    margin: 8px 0 12px;
    color: #111;
    font-size: 1.45rem;
    line-height: 1.25;
    letter-spacing: 0;
}

.hbp-timeline-card {
    min-height: 142px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 30px;
    border-radius: 22px;
    background: #edf7ff;
}

.hbp-timeline-card > span {
    font-size: 0.86rem;
}

.hbp-timeline-card > strong {
    display: block;
    margin-top: 8px;
    font-size: 1.38rem;
    line-height: 1.3;
}

.hbp-timeline-card > p {
    margin: 16px 0 0;
    font-size: 0.94rem;
    line-height: 1.55;
}

.hbp-timeline-card.is-compact {
    min-height: 94px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 17px;
}

.hbp-timeline-card.is-compact p {
    margin: 0;
}

.hbp-timeline-card.is-compact i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    font-size: 1.2rem;
}

.hbp-finish-screen {
    display: grid;
    place-items: start center;
    padding: 48px 26px 38px;
}

.hbp-finish-content {
    width: min(100%, 700px);
    text-align: center;
}

.hbp-finish-content > h1 {
    margin: 0;
    font-size: clamp(1.8rem, 4.5vw, 2.6rem);
    line-height: 1.3;
    letter-spacing: 0;
}

.hbp-finish-content > p {
    margin: 22px auto 0;
    font-size: 1.15rem;
    line-height: 1.55;
}

.hbp-finish-content > p strong {
    font-weight: 900;
}

.hbp-finish-qr {
    margin-top: 24px;
    padding: 24px;
    border-radius: 16px;
    background: #f1f1f1;
}

.hbp-finish-qr img {
    width: 150px;
    max-width: 70%;
    aspect-ratio: 1;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.hbp-finish-qr span {
    display: block;
    margin-top: 14px;
    color: #a2a2a2;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.55;
}

.hbp-preview-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    padding: 10px 15px;
    border-radius: 8px;
    background: #eaf8ef;
    color: #087438;
    font-size: 0.85rem;
    font-weight: 800;
}

.hbp-error {
    margin-top: 14px;
    color: #bd2525;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.45;
}

.hbp-beginner-browser-recommendation-slot {
    position: absolute;
    right: 0;
    bottom: calc(100% + 14px);
    z-index: 4;
    width: calc(60% - 6px);
    margin: 0;
}

.hbp-beginner-browser-recommendation-slot[hidden] {
    display: none !important;
}

.hbp-beginner-browser-recommendation-slot .beginner-browser-recommendation {
    --beginner-callout-arrow-right: 25%;
}

.hbp-step-actions {
    position: relative;
    display: flex;
    gap: 12px;
    margin-top: 42px;
    padding-top: 18px;
    border-top: 1px solid #e8ece9;
}

.hbp-step-back,
.hbp-step-next {
    min-height: 54px;
    padding: 11px 20px;
    border: 0;
    border-radius: 11px;
    background: #119548;
    color: #fff;
    font: inherit;
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
}

.hbp-step-back {
    width: 118px;
    flex: 0 0 118px;
    background: #0b7c3a;
}

.hbp-step-next {
    flex: 1 1 auto;
}

.hbp-step-next:disabled,
.hbp-step-next[aria-disabled="true"] {
    background: #d5ddd8;
    color: #768078;
    cursor: not-allowed;
}

.hbp-step-actions > :only-child {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .hbp-overlay {
        padding: 16px;
    }

    .hbp-modal {
        height: min(960px, calc(100dvh - 32px));
    }

    .hbp-app-guide-modal {
        height: auto;
    }

    .hbp-intro-screen {
        padding: 0;
    }

    .hbp-intro-body {
        padding-right: 50px;
        padding-left: 50px;
    }

    .hbp-app-content,
    .hbp-confirm-content {
        padding-right: 34px;
        padding-left: 34px;
    }
}

@media (max-width: 767px) {
    .hbp-beginner-browser-recommendation-slot {
        right: 0;
        width: 100%;
        margin: 0;
    }

    .hbp-overlay {
        display: block;
        padding: 0;
        background: #fff;
    }

    .hbp-overlay.hbp-app-guide-overlay {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 0;
        background: rgba(17, 24, 39, 0.46);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .hbp-modal {
        width: 100%;
        height: 100dvh;
        min-height: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .hbp-app-guide-modal {
        --hbp-app-guide-slide-distance: 100%;

        width: 100%;
        height: auto;
        max-height: min(82dvh, 720px);
        margin: 0;
        border: 0;
        border-top: 1px solid #e2e8e4;
        border-radius: 24px 24px 0 0;
        box-shadow: 0 -18px 50px rgba(15, 23, 42, 0.2);
    }

    .hbp-app-guide-scroll {
        height: auto;
        max-height: min(82dvh, 720px);
        box-sizing: border-box;
        padding: 56px 12px max(24px, env(safe-area-inset-bottom));
    }

    .hbp-app-guide-modal .hbp-class-platform-viewport {
        margin: 0;
    }

    .hbp-app-guide-management {
        grid-template-columns: 38px minmax(0, 1fr);
        margin-top: 14px;
        padding: 12px;
    }

    .hbp-app-guide-management-icon {
        width: 38px;
        height: 38px;
    }

    .hbp-app-guide-management > button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .hbp-close {
        top: 8px;
        right: 8px;
        width: 38px;
        height: 38px;
        font-size: 1.55rem;
    }

    .hbp-intro-screen {
        padding: 0;
    }

    .hbp-intro-hero {
        padding: 28px 20px 14px;
    }

    .hbp-intro-title-line {
        max-width: 292px;
        margin: 0 auto;
        font-size: 1.18rem;
        line-height: 1.45;
    }

    .hbp-intro-title-accent {
        margin-top: 6px;
        font-size: 2.25rem;
        line-height: 1.15;
        white-space: nowrap;
    }

    .hbp-title-sparkles {
        top: 1px;
        right: -24px;
        transform: scale(0.7);
        transform-origin: top left;
    }

    .hbp-intro-title-accent::after {
        bottom: -3px;
        height: 5px;
    }

    .hbp-benefit-message {
        margin-top: 23px;
        font-size: 1.04rem;
        line-height: 1.5;
    }

    .hbp-intro-body {
        padding: 12px 14px 25px;
    }

    .hbp-class-platform-section {
        margin-top: 80px;
    }

    .hbp-class-platform-heading h3 {
        gap: 8px;
        font-size: 1.35rem;
    }

    .hbp-class-platform-heading h3 i {
        font-size: 1.18rem;
    }

    .hbp-class-platform-heading p {
        margin: 7px 0 0 31px;
        font-size: 0.78rem;
        line-height: 1.55;
    }

    .hbp-class-platform-switch-shell {
        margin-top: 13px;
    }

    .hbp-class-platform-switch {
        min-height: 56px;
    }

    .hbp-class-platform-switch button {
        min-height: 46px;
        gap: 7px;
        padding: 7px 4px;
        font-size: 0.75rem;
    }

    .hbp-class-platform-switch button i {
        font-size: 0.9rem;
    }

    .hbp-class-platform-warning {
        max-width: calc(100% - 18px);
        padding: 7px 11px;
        font-size: 0.76rem;
    }

    .hbp-class-platform-viewport {
        margin-top: 13px;
    }

    .hbp-platform-preselection {
        --hbp-platform-copy-offset: 53px;

        padding: 20px 30px 17px;
    }

    .hbp-platform-preselection-header {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 11px;
    }

    .hbp-platform-preselection-mark {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .hbp-platform-preselection-header h4 {
        font-size: 1.55rem;
        line-height: 1.45;
    }

    .hbp-platform-preselection-header p {
        margin-top: 6px;
        font-size: 0.79rem;
        line-height: 1.58;
    }

    .hbp-platform-preselection-requirement {
        grid-template-columns: 18px minmax(0, 1fr);
        gap: 7px;
        margin-top: 16px;
        padding: 10px 11px;
        font-size: 0.78rem;
        line-height: 1.5;
    }

    .hbp-platform-preselection-options {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 17px;
    }

    .hbp-platform-preselection-option,
    .hbp-platform-preselection-option + .hbp-platform-preselection-option {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 9px;
        padding: 13px 0;
        border-left: 0;
    }

    .hbp-platform-preselection-option + .hbp-platform-preselection-option {
        border-top: 1px solid #dfe6e1;
    }

    .hbp-platform-preselection-option > span {
        width: 34px;
        height: 34px;
        font-size: 0.88rem;
    }

    .hbp-platform-preselection-option strong {
        font-size: 0.9rem;
    }

    .hbp-platform-preselection-option p {
        margin-top: 4px;
        font-size: 0.75rem;
        line-height: 1.55;
    }

    .hbp-platform-preselection-beginner {
        grid-template-columns: 18px minmax(0, 1fr);
        gap: 7px;
        margin-top: 14px;
        padding: 10px 11px;
    }

    .hbp-platform-preselection-beginner p {
        font-size: 0.75rem;
        line-height: 1.55;
    }

    .hbp-web-class-guide {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 11px;
        padding: 20px 16px;
    }

    .hbp-web-class-icon {
        width: 42px;
        height: 42px;
        font-size: 1.05rem;
    }

    .hbp-install-guide > h3,
    .hbp-web-class-copy h3 {
        font-size: 1.12rem;
        line-height: 1.45;
    }

    .hbp-web-class-copy p {
        margin-top: 7px;
        font-size: 0.79rem;
        line-height: 1.55;
    }

    .hbp-web-checklist {
        gap: 8px;
        margin-top: 6px;
    }

    .hbp-web-checklist-warning {
        margin-left: 3px;
        padding: 8px 11px;
        font-size: 0.72rem;
    }

    .hbp-web-confirmation {
        grid-template-columns: 21px minmax(0, 1fr);
        gap: 8px;
        padding: 11px 12px;
        font-size: 0.75rem;
        line-height: 1.48;
    }

    .hbp-web-confirmation input {
        width: 18px;
        height: 18px;
    }

    .hbp-install-card {
        grid-template-columns: 142px minmax(0, 1fr);
        gap: 12px;
        min-height: 0;
        padding: 13px 11px;
        border-radius: 15px;
        box-shadow: none;
    }

    .hbp-phone-shell {
        width: 136px;
        min-height: 0;
        aspect-ratio: 9 / 17;
        padding: 26px 8px 12px;
        border-width: 5px;
        border-radius: 25px;
    }

    .hbp-phone-notch {
        width: 62px;
        height: 14px;
        border-radius: 0 0 9px 9px;
    }

    .hbp-phone-shell > img {
        width: min(92px, 82%);
    }

    .hbp-phone-shell > .hbp-phone-install-qr,
    .hbp-phone-desktop-copy,
    .hbp-install-desktop-copy {
        display: none;
    }

    .hbp-phone-shell > .hbp-phone-mobile-logo,
    .hbp-phone-mobile-copy,
    .hbp-install-mobile-copy {
        display: block;
    }

    .hbp-phone-shell > .hbp-phone-mobile-logo {
        width: min(62px, 55%);
    }

    .hbp-phone-shell > strong {
        margin-top: 10px;
        font-size: 0.62rem;
    }

    .hbp-phone-shell > em {
        font-size: 0.76rem;
    }

    .hbp-store-row {
        gap: 5px;
        margin-top: 11px;
    }

    .hbp-store-link {
        min-height: 31px;
        gap: 5px;
        padding: 5px;
        font-size: 0.58rem;
    }

    .hbp-store-link i {
        font-size: 0.75rem;
    }

    .hbp-install-guide {
        padding: 0;
    }

    .hbp-install-guide > h3 {
        margin: 0 0 13px;
    }

    .hbp-guide-step {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 7px;
        min-height: 62px;
        padding: 7px 0 10px;
    }

    .hbp-guide-index {
        width: 34px;
        height: 34px;
        font-size: 1rem;
    }

    .hbp-guide-step strong {
        font-size: 0.71rem;
    }

    .hbp-guide-step p {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .hbp-handoff-card {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 7px;
        margin-top: 0;
        padding: 10px 0 0;
        border-radius: 0;
    }

    .hbp-handoff-desktop-copy {
        display: none;
    }

    .hbp-handoff-mobile-copy {
        display: block;
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .hbp-handoff-detail {
        display: block;
        margin-top: 6px;
    }

    .hbp-handoff-qr {
        display: none;
    }

    .hbp-handoff-time {
        font-size: 0.92rem;
    }

    .hbp-handoff-time-desktop {
        display: none;
    }

    .hbp-sync-status {
        min-height: 18px;
        margin-top: 0;
        font-size: 0.64rem;
    }

    .hbp-handoff-action {
        display: flex;
        justify-content: flex-start;
        margin-top: 6px;
    }

    .hbp-handoff-button {
        width: 100%;
        min-width: 0;
        min-height: 34px;
        padding: 6px 9px;
        border-radius: 7px;
        font-size: 0.62rem;
    }

    .hbp-benefit-section {
        margin-top: 0;
    }

    .hbp-benefit-visual {
        width: 96%;
        height: auto;
        min-height: 0;
        aspect-ratio: 1.96 / 1;
        border-radius: 14px;
    }

    .hbp-report-panel {
        padding: 11px 29% 10px 12px;
        transform: none;
    }

    .hbp-report-header {
        gap: 8px;
        padding-bottom: 6px;
    }

    .hbp-report-header > strong {
        gap: 5px;
        font-size: 0.62rem;
    }

    .hbp-report-header > span {
        font-size: 0.42rem;
    }

    .hbp-report-header > span b {
        font-size: 0.68rem;
    }

    .hbp-report-scores {
        gap: 5px;
        margin-top: 8px;
    }

    .hbp-report-scores > div {
        grid-template-columns: minmax(60px, max-content) minmax(0, 1fr) 18px;
        gap: 5px;
        font-size: 0.44rem;
    }

    .hbp-report-scores i {
        height: 6px;
    }

    .hbp-report-note {
        min-height: 26px;
        gap: 6px;
        padding: 4px 6px;
        font-size: 0.4rem;
    }

    .hbp-event-image {
        right: -4%;
        bottom: -4%;
        width: 36%;
    }

    .hbp-benefit-facts {
        min-height: 112px;
        margin-top: 16px;
        padding: 12px 2px;
        border-radius: 12px;
        box-shadow: 0 7px 18px rgba(20, 35, 25, 0.09);
    }

    .hbp-benefit-facts > div {
        grid-template-columns: minmax(0, 1fr);
        padding: 2px 5px;
    }

    .hbp-benefit-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 7px;
    }

    .hbp-benefit-icon i {
        font-size: 1.12rem;
    }

    .hbp-benefit-facts strong {
        font-size: 0.58rem;
    }

    .hbp-benefit-facts span {
        margin-top: 3px;
        font-size: 0.47rem;
    }

    .hbp-intro-action {
        margin-top: 60px;
    }

    .hbp-intro-action button {
        min-height: 61px;
        grid-template-columns: 24px minmax(0, auto) 15px;
        gap: 10px;
        padding: 11px 14px;
        border-radius: 10px;
        font-size: 1rem;
    }

    .hbp-intro-action button > i {
        font-size: 1.05rem;
    }

    .hbp-intro-action button > i:last-child {
        font-size: 0.82rem;
    }

    .hbp-app-header {
        min-height: 62px;
        grid-template-columns: 42px minmax(0, 1fr) 57px;
        padding: 8px 52px 8px 12px;
    }

    .hbp-app-header h2 {
        font-size: 1.07rem;
    }

    .hbp-app-back {
        width: 40px;
        height: 40px;
        font-size: 1.28rem;
    }

    .hbp-step-count {
        min-height: 36px;
        padding: 5px 8px;
        border-radius: 19px;
        font-size: 0.82rem;
    }

    .hbp-progress-line {
        top: 62px;
        height: 4px;
    }

    .hbp-app-content {
        padding: 26px 20px 34px;
    }

    .hbp-app-content > h1 {
        font-size: clamp(1.8rem, 8vw, 2.25rem);
    }

    .hbp-app-lead {
        margin-top: 12px;
        font-size: 0.87rem;
    }

    .hbp-method-grid {
        gap: 10px;
        margin-top: 22px;
    }

    .hbp-method-card {
        grid-template-rows: 96px auto auto;
        padding: 8px;
        border-radius: 14px;
    }

    .hbp-method-visual {
        border-radius: 11px 11px 0 0;
    }

    .hbp-method-title {
        margin-top: 8px;
        font-size: 0.94rem;
    }

    .hbp-method-copy {
        font-size: 0.72rem;
    }

    .hbp-method-ai-notice {
        margin-top: 16px;
        font-size: 1rem;
    }

    .hbp-level-section {
        margin-top: 54px;
    }

    .hbp-schedule-section {
        margin-top: 26px;
    }

    .hbp-level-section > h2,
    .hbp-schedule-section > h2 {
        font-size: 1.55rem;
    }

    .hbp-level-section > p,
    .hbp-schedule-section > p {
        margin-top: 8px;
        font-size: 0.82rem;
    }

    .hbp-level-list {
        gap: 8px;
        margin-top: 18px;
    }

    .hbp-level-card {
        min-height: 72px;
        padding: 11px 14px;
        border-radius: 14px;
    }

    .hbp-level-copy strong {
        font-size: 1rem;
    }

    .hbp-level-copy small {
        margin-top: 5px;
        font-size: 0.78rem;
    }

    .hbp-level-duration {
        padding: 6px 8px;
        font-size: 0.7rem;
    }

    .hbp-date-row {
        gap: 6px;
        margin-top: 18px;
    }

    .hbp-date-button {
        min-height: 52px;
        border-radius: 10px;
    }

    .hbp-date-button span {
        font-size: 0.74rem;
    }

    .hbp-featured-slots {
        gap: 10px;
        margin-top: 14px;
    }

    .hbp-featured-slot {
        min-height: 58px;
        padding: 7px;
        border-radius: 12px;
    }

    .hbp-featured-slot span {
        font-size: 0.78rem;
    }

    .hbp-featured-slot strong {
        font-size: 1rem;
    }

    .hbp-selected-date-label {
        margin-bottom: 16px;
        font-size: 0.87rem;
    }

    .hbp-slot-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 7px;
    }

    .hbp-slot {
        min-height: 42px;
        border-radius: 8px;
    }

    .hbp-slot strong {
        font-size: 0.78rem;
    }

    .hbp-confirm-content {
        padding: 26px 20px 34px;
    }

    .hbp-confirm-content > h1 {
        font-size: clamp(1.45rem, 6.6vw, 1.8rem);
        line-height: 1.4;
    }

    .hbp-timeline {
        margin-top: 26px;
    }

    .hbp-timeline-item {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 10px;
        padding-bottom: 18px;
    }

    .hbp-timeline-item:not(:last-child)::after {
        top: 38px;
        left: 23px;
    }

    .hbp-timeline-number {
        width: 46px;
        height: 46px;
        font-size: 1rem;
    }

    .hbp-timeline-body > h2 {
        margin: 4px 0 8px;
        font-size: 1.02rem;
    }

    .hbp-timeline-card {
        min-height: 112px;
        padding: 16px;
        border-radius: 15px;
    }

    .hbp-timeline-card > span {
        font-size: 0.78rem;
    }

    .hbp-timeline-card > strong {
        font-size: 1.05rem;
    }

    .hbp-timeline-card > p {
        margin-top: 10px;
        font-size: 0.76rem;
    }

    .hbp-timeline-card.is-compact {
        min-height: 82px;
        grid-template-columns: minmax(0, 1fr) 34px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .hbp-timeline-card.is-compact i {
        width: 34px;
        height: 34px;
        font-size: 0.95rem;
    }

    .hbp-finish-screen {
        padding: 34px 20px 28px;
    }

    .hbp-finish-content > h1 {
        font-size: 1.55rem;
    }

    .hbp-finish-content > p {
        margin-top: 18px;
        font-size: 0.96rem;
    }

    .hbp-finish-qr {
        margin-top: 18px;
        padding: 18px 16px;
        border-radius: 16px;
    }

    .hbp-finish-qr img {
        width: 124px;
    }

    .hbp-finish-qr span {
        margin-top: 12px;
        font-size: 0.76rem;
    }

    .hbp-step-actions {
        gap: 8px;
        margin-top: 32px;
        padding-top: 14px;
    }

    .hbp-step-back,
    .hbp-step-next {
        min-height: 50px;
        padding: 9px 12px;
        border-radius: 10px;
        font-size: 0.88rem;
    }

    .hbp-step-back {
        width: 84px;
        flex-basis: 84px;
    }
}

@media (max-width: 390px) {
    .hbp-intro-screen {
        padding: 0;
    }

    .hbp-intro-body {
        padding-right: 10px;
        padding-left: 10px;
    }

    .hbp-install-card {
        grid-template-columns: 142px minmax(0, 1fr);
        gap: 8px;
        padding: 9px;
    }

    .hbp-phone-shell {
        width: 134px;
        min-height: 0;
        aspect-ratio: 9 / 19;
    }

    .hbp-handoff-card {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .hbp-app-content,
    .hbp-confirm-content {
        padding-right: 16px;
        padding-left: 16px;
    }

    .hbp-method-card {
        grid-template-rows: 90px auto auto;
        padding: 8px;
    }

    .hbp-slot-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
    }

    .hbp-slot strong {
        font-size: 0.72rem;
    }
}

@media (max-width: 340px) {
    .hbp-class-platform-switch button {
        font-size: 0.7rem;
    }

    .hbp-web-class-guide {
        grid-template-columns: minmax(0, 1fr);
        padding: 17px 13px;
    }

    .hbp-web-class-icon {
        display: none;
    }

    .hbp-handoff-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .hbp-handoff-guide-index {
        display: none;
    }

    .hbp-handoff-content {
        grid-column: 1;
    }
}

.hbp-method-icon,
.hbp-level-icon {
    display: grid;
    place-items: center;
}

.hbp-method-check,
.hbp-level-check {
    display: none;
    place-items: center;
    border-radius: 50%;
    background: #7628ec;
    color: #fff;
}

@media (min-width: 768px) {
    .hbp-modal[data-step="2"] {
        width: min(941px, 100%);
        height: min(1255px, calc(100dvh - 40px));
        border-color: #ececec;
    }

    .hbp-modal[data-step="2"] .hbp-close {
        display: grid;
    }

    .hbp-modal[data-step="2"] .hbp-app-header {
        height: 80px;
        min-height: 80px;
        box-sizing: border-box;
        grid-template-columns: 56px minmax(0, 1fr) 88px;
        padding: 12px 78px 12px 29px;
    }

    .hbp-modal[data-step="2"] .hbp-app-header h2 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif;
        font-size: 1.55rem;
        font-weight: 900;
    }

    .hbp-modal[data-step="2"] .hbp-step-count {
        grid-column: 3;
    }

    .hbp-modal[data-step="2"] .hbp-app-back {
        width: 48px;
        height: 48px;
        font-size: 1.65rem;
    }

    .hbp-modal[data-step="2"] .hbp-step-count {
        width: 88px;
        height: 54px;
        min-height: 0;
        box-sizing: border-box;
        padding: 8px 14px;
        border: 0;
        border-radius: 28px;
        background: #f5edff;
        font-size: 1.4rem;
    }

    .hbp-modal[data-step="2"] .hbp-progress-line {
        position: sticky;
        top: 80px;
        height: 8px;
        margin: 8px 40px 0;
        border-radius: 5px;
    }

    .hbp-modal[data-step="2"] .hbp-app-content {
        padding: 56px 54px 46px;
    }

    .hbp-modal[data-step="2"] .hbp-app-content > h1 {
        font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif;
        font-size: 2.45rem;
        line-height: 1.25;
    }

    .hbp-modal[data-step="2"] .hbp-app-lead {
        margin-top: 13px;
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .hbp-modal[data-step="2"] .hbp-method-grid {
        width: calc(100% + 24px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
        margin: 33px 0 0 -12px;
    }

    .hbp-modal[data-step="2"] .hbp-method-card {
        position: relative;
        min-height: 280px;
        display: grid;
        grid-template-columns: 143px minmax(0, 1fr);
        grid-template-rows: 102px auto 1fr;
        grid-template-areas:
            "icon visual"
            "title visual"
            "copy visual";
        column-gap: 18px;
        align-items: start;
        padding: 24px;
        border: 1px solid #dedede;
        border-radius: 24px;
        box-shadow: 0 8px 16px rgba(26, 31, 28, 0.08);
    }

    .hbp-modal[data-step="2"] .hbp-method-card.is-selected {
        border-color: #d9b8ff;
        background: #fcf8ff;
        box-shadow: 0 8px 18px rgba(118, 40, 236, 0.09);
    }

    .hbp-modal[data-step="2"] .hbp-method-card[data-value="video"] {
        grid-template-columns: 127px minmax(0, 1fr);
    }

    .hbp-modal[data-step="2"] .hbp-method-icon {
        grid-area: icon;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        font-size: 2rem;
    }

    .hbp-modal[data-step="2"] .hbp-method-icon.is-phone {
        background: #e4f8ed;
        color: #079345;
    }

    .hbp-modal[data-step="2"] .hbp-method-icon.is-video {
        background: #f0e4ff;
        color: #7628ec;
    }

    .hbp-modal[data-step="2"] .hbp-method-visual {
        grid-area: visual;
        width: 100%;
        height: 230px;
        border-radius: 18px;
    }

    .hbp-modal[data-step="2"] .hbp-method-visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hbp-modal[data-step="2"] .hbp-method-title {
        grid-area: title;
        align-self: end;
        margin: 0 0 8px;
        font-size: 1.7rem;
        line-height: 1.25;
    }

    .hbp-modal[data-step="2"] .hbp-method-copy {
        grid-area: copy;
        margin: 12px 0 0;
        font-size: 1.05rem;
        line-height: 1.7;
    }

    .hbp-modal[data-step="2"] .hbp-method-card[data-value="phone"] .hbp-method-copy {
        max-width: 122px;
    }

    .hbp-modal[data-step="2"] .hbp-method-card[data-value="video"] .hbp-method-copy {
        max-width: 100px;
    }

    .hbp-modal[data-step="2"] .hbp-method-check {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 2;
        width: 48px;
        height: 48px;
        font-size: 1.35rem;
    }

    .hbp-modal[data-step="2"] .hbp-method-card.is-selected .hbp-method-check {
        display: grid;
    }

    .hbp-modal[data-step="2"] .hbp-method-ai-notice {
        height: 96px;
        min-height: 96px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 6px;
        row-gap: 2px;
        margin: 30px 21px 114px 15px;
        padding: 20px 28px;
        border: 1px solid #c8e8d5;
        border-radius: 17px;
        background: #f2fbf6;
        box-shadow: 0 5px 12px rgba(4, 117, 51, 0.07);
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .hbp-modal[data-step="2"] .hbp-method-ai-icon {
        position: relative;
        width: 52px;
        height: 52px;
        flex: 0 0 52px;
        display: grid;
        place-items: center;
        margin-right: 14px;
        color: #078f43;
        filter: drop-shadow(0 4px 6px rgba(5, 94, 43, 0.16));
    }

    .hbp-modal[data-step="2"] .hbp-method-ai-icon > .fa-shield-halved {
        font-size: 2.7rem;
    }

    .hbp-modal[data-step="2"] .hbp-method-ai-icon > .fa-check {
        position: absolute;
        color: #fff;
        font-size: 1rem;
    }

    .hbp-modal[data-step="2"] .hbp-level-section {
        margin-top: 0;
    }

    .hbp-modal[data-step="2"] .hbp-level-section > h2 {
        font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif;
        font-size: 2.15rem;
        line-height: 1.3;
    }

    .hbp-modal[data-step="2"] .hbp-level-section > p {
        margin-top: 18px;
        font-size: 1.05rem;
        line-height: 1.55;
    }

    .hbp-modal[data-step="2"] .hbp-level-list {
        width: calc(100% + 1px);
        gap: 0;
        margin: 28px 0 0 -2px;
    }

    .hbp-modal[data-step="2"] .hbp-level-card {
        position: relative;
        min-height: 107px;
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr) auto;
        gap: 26px;
        align-items: center;
        padding: 14px 28px;
        border: 1px solid #e3e3e3;
        border-radius: 18px;
        box-shadow: 0 2px 4px rgba(18, 22, 20, 0.03);
    }

    .hbp-modal[data-step="2"] .hbp-level-card + .hbp-level-card {
        margin-top: -1px;
    }

    .hbp-modal[data-step="2"] .hbp-level-card.is-selected {
        z-index: 1;
        grid-template-columns: 76px minmax(0, 1fr) auto 48px;
        border-color: #d9b8ff;
        background: #fbf6ff;
    }

    .hbp-modal[data-step="2"] .hbp-level-card.is-selected .hbp-level-copy strong {
        color: #7628ec;
    }

    .hbp-modal[data-step="2"] .hbp-level-icon {
        width: 76px;
        height: 76px;
        border-radius: 17px;
        font-size: 2.25rem;
    }

    .hbp-modal[data-step="2"] .hbp-level-icon.is-absolute_beginner {
        background: #e8f8e8;
        color: #42b630;
    }

    .hbp-modal[data-step="2"] .hbp-level-icon.is-beginner {
        background: #fff4d3;
        color: #a66c16;
    }

    .hbp-modal[data-step="2"] .hbp-level-icon.is-intermediate {
        background: linear-gradient(135deg, #8e38ff 0%, #5e12e8 100%);
        color: #fff;
    }

    .hbp-modal[data-step="2"] .hbp-level-icon.is-advanced {
        background: #e7f1ff;
        color: #1684ef;
    }

    .hbp-modal[data-step="2"] .hbp-level-copy strong {
        font-size: 1.45rem;
        line-height: 1.25;
    }

    .hbp-modal[data-step="2"] .hbp-level-copy small {
        margin-top: 7px;
        font-size: 1rem;
        line-height: 1.35;
    }

    .hbp-modal[data-step="2"] .hbp-level-duration {
        min-width: 52px;
        padding: 9px 12px;
        border-radius: 16px;
        text-align: center;
        font-size: 0.95rem;
    }

    .hbp-modal[data-step="2"] .hbp-level-card:not(.is-selected) .hbp-level-duration {
        margin-right: 20px;
    }

    .hbp-modal[data-step="2"] .hbp-level-card.is-selected .hbp-level-duration {
        margin-right: 14px;
        background: #efe2ff;
        color: #7628ec;
    }

    .hbp-modal[data-step="2"] .hbp-level-check {
        width: 48px;
        height: 48px;
        font-size: 1.3rem;
    }

    .hbp-modal[data-step="2"] .hbp-level-card.is-selected .hbp-level-check {
        display: grid;
        transform: translateX(-12px);
    }

    .hbp-modal[data-step="2"] .hbp-step-actions {
        width: calc(100% + 24px);
        gap: 24px;
        margin: 35px 0 0 -12px;
        padding-top: 0;
        border-top: 0;
    }

    .hbp-modal[data-step="2"] .hbp-step-back,
    .hbp-modal[data-step="2"] .hbp-step-next {
        min-height: 90px;
        border-radius: 16px;
        font-size: 1.65rem;
    }

    .hbp-modal[data-step="2"] .hbp-step-back {
        width: 40%;
        flex: 0 0 40%;
        border: 2px solid #078f43;
        background: #fff;
        color: #078f43;
    }

    .hbp-modal[data-step="2"] .hbp-step-next {
        background: linear-gradient(135deg, #7d28ee 0%, #5d18e7 100%);
        color: #fff;
        box-shadow: 0 8px 16px rgba(102, 31, 231, 0.2);
    }

    .hbp-modal[data-step="2"] .hbp-step-next:disabled,
    .hbp-modal[data-step="2"] .hbp-step-next[aria-disabled="true"] {
        background: #ded7e9;
        color: #8b8494;
        box-shadow: none;
    }
}

@media (min-width: 1000px) {
    .hbp-modal[data-step="2"] .hbp-method-grid {
        width: calc(100% + 22px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hbp-modal[data-step="2"] .hbp-step-actions {
        width: calc(100% + 22px);
    }
}

@media (max-width: 767px) {
    .hbp-modal[data-step="2"] .hbp-method-card {
        position: relative;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: 96px auto auto;
        grid-template-areas:
            "visual"
            "title"
            "copy";
    }

    .hbp-modal[data-step="2"] .hbp-method-icon {
        position: absolute;
        top: 14px;
        left: 14px;
        z-index: 2;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        font-size: 1rem;
    }

    .hbp-modal[data-step="2"] .hbp-method-icon.is-phone {
        background: #e4f8ed;
        color: #079345;
    }

    .hbp-modal[data-step="2"] .hbp-method-icon.is-video {
        background: #f0e4ff;
        color: #7628ec;
    }

    .hbp-modal[data-step="2"] .hbp-method-visual {
        grid-area: visual;
    }

    .hbp-modal[data-step="2"] .hbp-method-title {
        grid-area: title;
    }

    .hbp-modal[data-step="2"] .hbp-method-copy {
        grid-area: copy;
    }

    .hbp-modal[data-step="2"] .hbp-method-check {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 3;
        width: 34px;
        height: 34px;
        font-size: 0.9rem;
    }

    .hbp-modal[data-step="2"] .hbp-method-card.is-selected .hbp-method-check {
        display: grid;
    }

    .hbp-modal[data-step="2"] .hbp-method-ai-notice {
        min-height: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 4px;
        margin: 18px 0 118px;
        padding: 15px 13px;
        border: 1px solid #c8e8d5;
        border-radius: 13px;
        background: #f2fbf6;
        box-shadow: 0 4px 10px rgba(4, 117, 51, 0.06);
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .hbp-modal[data-step="2"] .hbp-method-ai-icon {
        position: relative;
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        display: grid;
        place-items: center;
        margin-right: 4px;
        color: #078f43;
    }

    .hbp-modal[data-step="2"] .hbp-method-ai-icon > .fa-shield-halved {
        font-size: 1.85rem;
    }

    .hbp-modal[data-step="2"] .hbp-method-ai-icon > .fa-check {
        position: absolute;
        color: #fff;
        font-size: 0.65rem;
    }

    .hbp-modal[data-step="2"] .hbp-level-card {
        grid-template-columns: 52px minmax(0, 1fr) auto 32px;
        gap: 10px;
    }

    .hbp-modal[data-step="2"] .hbp-level-icon {
        width: 52px;
        height: 52px;
        border-radius: 13px;
        font-size: 1.35rem;
    }

    .hbp-modal[data-step="2"] .hbp-level-icon.is-absolute_beginner {
        background: #e8f8e8;
        color: #42b630;
    }

    .hbp-modal[data-step="2"] .hbp-level-icon.is-beginner {
        background: #fff4d3;
        color: #a66c16;
    }

    .hbp-modal[data-step="2"] .hbp-level-icon.is-intermediate {
        background: linear-gradient(135deg, #8e38ff 0%, #5e12e8 100%);
        color: #fff;
    }

    .hbp-modal[data-step="2"] .hbp-level-icon.is-advanced {
        background: #e7f1ff;
        color: #1684ef;
    }

    .hbp-modal[data-step="2"] .hbp-level-check {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }

    .hbp-modal[data-step="2"] .hbp-level-card.is-selected .hbp-level-check {
        display: grid;
    }
}

.hbp-schedule-hero {
    position: relative;
    min-height: 184px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: center;
}

.hbp-schedule-hero h1 {
    margin: 0;
    color: #111;
    font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif;
    font-size: 2.85rem;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: 0;
}

.hbp-schedule-hero h1 > span {
    color: #7135ee;
}

.hbp-schedule-hero-art {
    width: 300px;
    max-width: 100%;
    display: block;
    justify-self: end;
}

.hbp-schedule-heading {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.hbp-schedule-heading-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eee6ff;
    color: #7135ee;
    font-size: 1.65rem;
}

.hbp-schedule-heading h2,
.hbp-schedule-heading p {
    margin: 0;
}

.hbp-schedule-heading h2 {
    font-size: 1.45rem;
    line-height: 1.3;
}

.hbp-schedule-heading p {
    margin-top: 6px;
    color: #59545f;
    font-size: 0.93rem;
    line-height: 1.45;
}

.hbp-date-button,
.hbp-featured-slot,
.hbp-slot {
    position: relative;
}

.hbp-choice-check {
    position: absolute;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #7135ee;
}

.hbp-date-button .hbp-choice-check {
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    font-size: 0.85rem;
}

.hbp-featured-slot .hbp-choice-check {
    right: 16px;
    width: 28px;
    height: 28px;
    font-size: 0.82rem;
}

.hbp-slot .hbp-choice-check {
    right: 8px;
    width: 22px;
    height: 22px;
    font-size: 0.68rem;
}

.hbp-slot-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.hbp-slot-heading .hbp-selected-date-label,
.hbp-slot-heading p {
    margin: 0;
}

.hbp-slot-heading p {
    color: #8d8792;
    font-size: 0.82rem;
}

.hbp-selected-time-summary {
    min-height: 64px;
    display: grid;
    grid-template-columns: 40px auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-top: 24px;
    padding: 10px 18px;
    border: 1px solid #e2ddeb;
    border-radius: 16px;
    background: #fff;
}

.hbp-selected-time-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eee6ff;
    color: #7135ee;
    font-size: 1.15rem;
}

.hbp-selected-time-summary small {
    color: #4d4852;
    font-size: 0.84rem;
}

.hbp-selected-time-summary strong {
    color: #7135ee;
    font-size: 1.25rem;
}

.hbp-selected-time-summary.is-empty strong {
    color: #9a95a0;
}

.hbp-timeline-number i,
.hbp-timeline-number b {
    display: block;
    font-style: normal;
}

.hbp-timeline-number {
    align-content: center;
    gap: 4px;
    color: #fff;
    line-height: 1;
}

.hbp-timeline-number i {
    font-size: 1.55rem;
}

.hbp-timeline-number b {
    font-size: 1rem;
}

.hbp-timeline-item.is-reservation .hbp-timeline-number {
    background: linear-gradient(145deg, #aa75ff 0%, #6432eb 100%);
}

.hbp-timeline-item.is-app-ready .hbp-timeline-number {
    background: linear-gradient(145deg, #6aa8ff 0%, #176fd5 100%);
}

.hbp-timeline-item.is-class-ready .hbp-timeline-number {
    background: linear-gradient(145deg, #73d58f 0%, #08a14b 100%);
}

.hbp-timeline-card.is-reservation {
    display: grid;
    grid-template-columns: 114px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    border: 1px solid #e1d3f5;
    background: #fbf9ff;
}

.hbp-summary-card-visual {
    width: 106px;
    height: 106px;
    display: block;
    justify-self: center;
    object-fit: contain;
    object-position: center;
}

.hbp-reservation-details {
    min-width: 0;
}

.hbp-reservation-date span,
.hbp-reservation-date strong {
    display: block;
}

.hbp-reservation-date span {
    color: #7135ee;
    font-size: 0.84rem;
    font-weight: 800;
}

.hbp-reservation-date strong {
    margin-top: 8px;
    font-size: 1.35rem;
    line-height: 1.3;
}

.hbp-reservation-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
}

.hbp-reservation-facts > div {
    min-width: 0;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding-right: 14px;
}

.hbp-reservation-facts > div + div {
    padding-left: 16px;
    border-left: 1px solid #ddd8e5;
}

.hbp-reservation-facts i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid #d5c2f0;
    border-radius: 7px;
    background: #fff;
    color: #7135ee;
}

.hbp-reservation-facts small,
.hbp-reservation-facts strong {
    display: block;
    word-break: keep-all;
}

.hbp-reservation-facts small {
    color: #5d5862;
    font-size: 0.72rem;
}

    .hbp-reservation-facts strong {
        margin-top: 4px;
        font-size: 0.76rem;
        line-height: 1.35;
}

.hbp-timeline-card.is-app-ready,
.hbp-timeline-card.is-class-ready {
    min-height: 112px;
    display: grid;
    grid-template-columns: 114px minmax(0, 1fr) 158px;
    gap: 20px;
    align-items: center;
    padding: 18px 24px;
}

.hbp-timeline-card.is-app-ready {
    border: 1px solid #b9d4f8;
    background: #f5f9ff;
}

.hbp-timeline-card.is-class-ready {
    grid-template-columns: 114px minmax(0, 1fr);
    border: 1px solid #b8e0c7;
    background: #f5fbf7;
}

.hbp-timeline-card.is-app-ready > img,
.hbp-timeline-card.is-class-ready > img {
    width: 106px;
    max-height: 110px;
    display: block;
    object-fit: contain;
}

.hbp-summary-phone-image {
    height: 106px;
    background: transparent;
}

.hbp-timeline-card.is-app-ready > p,
.hbp-timeline-card.is-class-ready > p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    white-space: pre-line;
}

.hbp-preparation-copy > span {
    display: block;
}

.hbp-preparation-copy-note {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cfdef2;
    color: #355b84;
    font-size: 0.86em;
    font-weight: 700;
    line-height: 1.6;
}

.hbp-preparation-copy-note[hidden],
.hbp-timeline-item[hidden] {
    display: none !important;
}

.hbp-timeline-card.is-class-ready > p span,
.hbp-timeline-card.is-class-ready > p strong {
    display: block;
}

.hbp-timeline-card.is-app-ready > p strong {
    color: #176fd5;
}

.hbp-timeline-card.is-class-ready > p strong {
    margin-top: 3px;
    color: #08a14b;
    font-weight: 900;
}

.hbp-install-action {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.hbp-timeline-link {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 14px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 13px rgba(28, 37, 32, 0.11);
    color: #18151a;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 800;
    cursor: pointer;
}

.hbp-timeline-link[hidden] {
    display: none !important;
}

.hbp-timeline-card.is-app-ready .hbp-timeline-link i {
    color: #176fd5;
}

.hbp-timeline-card.is-class-ready .hbp-timeline-link i {
    color: #08a14b;
}

.hbp-finish-message > span {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 20px;
    border: 1px solid #7b45f0;
    border-radius: 30px;
    color: #6732dd;
    font-size: 1.18rem;
}

.hbp-finish-message > span i {
    font-size: 1.25rem;
}

.hbp-finish-message > p {
    margin: 22px 0 0;
    color: #191b39;
    line-height: 1.45;
}

.hbp-finish-message > p strong {
    color: #6632df;
    font-size: 2.25rem;
    line-height: 1.25;
}

.hbp-finish-message > p span {
    font-size: 1.35rem;
    font-weight: 800;
}

.hbp-finish-message > p b {
    display: block;
    margin-top: 14px;
    font-size: 1.35rem;
}

.hbp-finish-mobile-install {
    display: none;
}

@media (min-width: 768px) {
    .hbp-modal[data-step="3"] {
        height: min(1258px, calc(100dvh - 40px));
    }

    .hbp-modal[data-step="4"] {
        height: min(823px, calc(100dvh - 40px));
    }

    .hbp-modal[data-step="5"] {
        height: min(706px, calc(100dvh - 40px));
    }

    .hbp-modal[data-step="3"] .hbp-app-header,
    .hbp-modal[data-step="4"] .hbp-app-header {
        min-height: 76px;
        padding-right: 72px;
        padding-left: 26px;
    }

    .hbp-modal[data-step="3"] .hbp-app-header h2,
    .hbp-modal[data-step="4"] .hbp-app-header h2 {
        font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif;
        font-size: 1.45rem;
    }

    .hbp-modal[data-step="3"] .hbp-step-count,
    .hbp-modal[data-step="4"] .hbp-step-count {
        width: 72px;
        height: 46px;
        min-height: 46px;
        box-sizing: border-box;
        padding: 0;
    }

    .hbp-modal[data-step="3"] .hbp-progress-line,
    .hbp-modal[data-step="4"] .hbp-progress-line {
        margin: 0 26px;
        border-radius: 4px;
    }

    .hbp-modal[data-step="3"] .hbp-app-content {
        padding: 24px 36px 34px;
    }

    .hbp-modal[data-step="3"] .hbp-schedule-section {
        margin-top: 18px;
        border-radius: 20px;
    }

    .hbp-modal[data-step="3"] .hbp-schedule-section.is-date,
    .hbp-modal[data-step="3"] .hbp-schedule-section.is-quick {
        padding: 20px 26px;
        background: #faf8ff;
    }

    .hbp-modal[data-step="3"] .hbp-date-row {
        gap: 16px;
        margin-top: 18px;
    }

    .hbp-modal[data-step="3"] .hbp-date-button {
        min-height: 94px;
        border: 1px solid #dedbe2;
        border-radius: 16px;
        box-shadow: 0 5px 11px rgba(39, 30, 51, 0.09);
    }

    .hbp-modal[data-step="3"] .hbp-date-button span {
        font-size: 1.25rem;
    }

    .hbp-modal[data-step="3"] .hbp-date-button small {
        margin-top: 4px;
        font-size: 0.82rem;
    }

    .hbp-modal[data-step="3"] .hbp-date-button.is-selected,
    .hbp-modal[data-step="3"] .hbp-featured-slot.is-selected {
        border-color: #7135ee;
        background: linear-gradient(135deg, #9250fa 0%, #6630df 100%);
        color: #fff;
    }

    .hbp-modal[data-step="3"] .hbp-date-button.is-selected small {
        color: rgba(255, 255, 255, 0.82);
    }

    .hbp-modal[data-step="3"] .hbp-featured-slots {
        gap: 14px 18px;
        margin-top: 18px;
    }

    .hbp-modal[data-step="3"] .hbp-featured-slot {
        min-height: 62px;
        border: 1px solid #dfdce2;
        border-radius: 14px;
        box-shadow: 0 4px 10px rgba(39, 30, 51, 0.08);
    }

    .hbp-modal[data-step="3"] .hbp-featured-slot strong {
        font-size: 1.35rem;
    }

    .hbp-modal[data-step="3"] .hbp-schedule-section.is-all-times {
        margin-top: 22px;
    }

    .hbp-modal[data-step="3"] .hbp-selected-date-label {
        color: #7135ee;
        font-size: 1.05rem;
    }

    .hbp-modal[data-step="3"] .hbp-slot-grid {
        gap: 9px 12px;
    }

    .hbp-modal[data-step="3"] .hbp-slot {
        min-height: 40px;
        border: 1px solid #dedbe2;
        border-radius: 9px;
    }

    .hbp-modal[data-step="3"] .hbp-slot.is-selected {
        border-color: #7135ee;
        background: linear-gradient(135deg, #9250fa 0%, #6630df 100%);
    }

    .hbp-modal[data-step="3"] .hbp-step-actions {
        gap: 16px;
        margin-top: 22px;
        padding-top: 0;
        border-top: 0;
    }

    .hbp-modal[data-step="3"] .hbp-step-back,
    .hbp-modal[data-step="3"] .hbp-step-next {
        min-height: 66px;
        border-radius: 12px;
        font-size: 1.2rem;
    }

    .hbp-modal[data-step="3"] .hbp-step-back {
        width: 210px;
        flex-basis: 210px;
        border: 1px solid #079345;
        background: #fff;
        color: #079345;
    }

    .hbp-modal[data-step="3"] .hbp-step-next {
        background: linear-gradient(135deg, #8740f5 0%, #6830df 100%);
    }

    .hbp-modal[data-step="4"] .hbp-confirm-content {
        padding: 26px 26px 15px;
    }

    .hbp-modal[data-step="4"] .hbp-timeline {
        margin-top: 0;
    }

    .hbp-modal[data-step="4"] .hbp-timeline-item {
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 20px;
        padding-bottom: 14px;
    }

    .hbp-modal[data-step="4"] .hbp-timeline-item:not(:last-child)::after {
        top: 74px;
        bottom: -1px;
        left: 41px;
    }

    .hbp-modal[data-step="4"] .hbp-timeline-number {
        width: 82px;
        height: 82px;
    }

    .hbp-modal[data-step="4"] .hbp-timeline-body > h2 {
        margin: 3px 0 12px;
        font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif;
        font-size: 1.45rem;
    }

    .hbp-modal[data-step="4"] .hbp-timeline-card {
        box-sizing: border-box;
        border-radius: 18px;
    }

    .hbp-modal[data-step="4"] .hbp-timeline-card.is-reservation {
        min-height: 172px;
        padding: 18px 24px;
    }

    .hbp-modal[data-step="4"] .hbp-step-actions {
        gap: 20px;
        margin-top: 2px;
        padding-top: 10px;
    }

    .hbp-modal[data-step="4"] .hbp-step-back,
    .hbp-modal[data-step="4"] .hbp-step-next {
        min-height: 64px;
        border-radius: 12px;
        font-size: 1.15rem;
    }

    .hbp-modal[data-step="4"] .hbp-step-back {
        width: 210px;
        flex-basis: 210px;
        border: 1px solid #079345;
        background: #fff;
        color: #111;
    }

    .hbp-modal[data-step="4"] .hbp-step-next {
        background: #08a14b;
    }

    .hbp-modal[data-step="5"] .hbp-close {
        top: 14px;
        right: 14px;
    }

    .hbp-modal[data-step="5"] .hbp-finish-screen {
        padding: 24px 58px 18px;
    }

    .hbp-modal[data-step="5"] .hbp-finish-content {
        width: min(100%, 738px);
    }

    .hbp-modal[data-step="5"] .hbp-finish-content > h1 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        color: #0f1235;
        font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif;
        font-size: 2.8rem;
    }

    .hbp-modal[data-step="5"] .hbp-finish-content > h1 i {
        color: #8b5df4;
        font-size: 1.55rem;
    }

    .hbp-finish-notice {
        min-height: 275px;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: 235px minmax(0, 1fr);
        gap: 28px;
        align-items: center;
        margin-top: 22px;
        padding: 22px 40px 22px 18px;
        border: 2px solid #ded4fb;
        border-radius: 23px;
        background: #fff;
    }

    .hbp-finish-notice > img {
        width: 220px;
        max-height: 245px;
        display: block;
        object-fit: contain;
    }

    .hbp-modal[data-step="5"] .hbp-finish-qr {
        min-height: 160px;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: 280px minmax(0, 1fr);
        align-items: center;
        margin-top: 18px;
        padding: 12px 28px;
        border: 1px solid #e0e0e0;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 7px 18px rgba(22, 24, 31, 0.08);
    }

    .hbp-modal[data-step="5"] .hbp-finish-qr img {
        width: 130px;
        max-width: 100%;
        padding: 8px;
        border: 1px solid #7b45f0;
        border-radius: 10px;
    }

    .hbp-modal[data-step="5"] .hbp-finish-qr span {
        min-height: 84px;
        display: block;
        margin: 0;
        padding: 15px 0 15px 84px;
        border-left: 1px dashed #d8d5df;
        color: #313553;
        font-size: 1.03rem;
        line-height: 1.5;
        text-align: left;
    }

    .hbp-modal[data-step="5"] .hbp-finish-qr span i {
        width: 58px;
        height: 58px;
        display: grid;
        place-items: center;
        float: left;
        margin-left: -70px;
        border-radius: 50%;
        background: #f1edff;
        color: #7135ee;
        font-size: 1.45rem;
    }

    .hbp-modal[data-step="5"] .hbp-step-actions {
        margin-top: 18px;
        padding-top: 0;
        border-top: 0;
    }

    .hbp-modal[data-step="5"] .hbp-step-next {
        min-height: 62px;
        border-radius: 11px;
        background: #08a14b;
        font-size: 1.35rem;
    }
}

@media (max-width: 767px) {
    .hbp-modal[data-step="2"] .hbp-app-content > h1 {
        word-break: keep-all;
    }

    .hbp-schedule-hero {
        min-height: 132px;
        grid-template-columns: minmax(0, 1fr) 118px;
        gap: 6px;
    }

    .hbp-schedule-hero h1 {
        font-size: 1.72rem;
        line-height: 1.34;
    }

    .hbp-schedule-hero-art {
        width: 118px;
    }

    .hbp-modal[data-step="3"] .hbp-app-content {
        padding: 18px 14px 28px;
    }

    .hbp-modal[data-step="3"] .hbp-app-lead {
        margin-top: 8px;
        font-size: 0.72rem;
    }

    .hbp-modal[data-step="3"] .hbp-schedule-section {
        margin-top: 14px;
        border-radius: 15px;
    }

    .hbp-modal[data-step="3"] .hbp-schedule-section.is-date,
    .hbp-modal[data-step="3"] .hbp-schedule-section.is-quick {
        padding: 16px 12px;
        background: #faf8ff;
    }

    .hbp-schedule-heading {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 10px;
    }

    .hbp-schedule-heading-icon {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
    }

    .hbp-schedule-heading h2 {
        font-size: 1.05rem;
    }

    .hbp-schedule-heading p {
        margin-top: 3px;
        font-size: 0.7rem;
    }

    .hbp-modal[data-step="3"] .hbp-date-row {
        gap: 6px;
        margin-top: 14px;
    }

    .hbp-modal[data-step="3"] .hbp-date-button {
        min-height: 64px;
        padding: 6px 3px;
        border-width: 1px;
        border-radius: 10px;
        box-shadow: 0 3px 8px rgba(39, 30, 51, 0.07);
    }

    .hbp-modal[data-step="3"] .hbp-date-button span {
        font-size: 0.72rem;
    }

    .hbp-modal[data-step="3"] .hbp-date-button small {
        font-size: 0.62rem;
    }

    .hbp-date-button .hbp-choice-check {
        top: 5px;
        right: 5px;
        width: 18px;
        height: 18px;
        font-size: 0.55rem;
    }

    .hbp-modal[data-step="3"] .hbp-date-button.is-selected,
    .hbp-modal[data-step="3"] .hbp-featured-slot.is-selected {
        border-color: #7135ee;
        background: linear-gradient(135deg, #9250fa 0%, #6630df 100%);
        color: #fff;
    }

    .hbp-modal[data-step="3"] .hbp-date-button.is-selected small {
        color: rgba(255, 255, 255, 0.82);
    }

    .hbp-modal[data-step="3"] .hbp-featured-slots {
        gap: 8px;
        margin-top: 14px;
    }

    .hbp-modal[data-step="3"] .hbp-featured-slot {
        min-height: 52px;
        border-width: 1px;
        border-radius: 10px;
    }

    .hbp-featured-slot .hbp-choice-check {
        right: 8px;
        width: 20px;
        height: 20px;
        font-size: 0.6rem;
    }

    .hbp-slot-heading {
        gap: 8px;
        margin-bottom: 12px;
    }

    .hbp-slot-heading p {
        max-width: 150px;
        font-size: 0.65rem;
        text-align: right;
    }

    .hbp-modal[data-step="3"] .hbp-slot-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
    }

    .hbp-modal[data-step="3"] .hbp-slot {
        min-height: 38px;
        border-width: 1px;
    }

    .hbp-slot .hbp-choice-check {
        right: 4px;
        width: 16px;
        height: 16px;
        font-size: 0.48rem;
    }

    .hbp-selected-time-summary {
        min-height: 56px;
        grid-template-columns: 34px auto minmax(0, 1fr);
        gap: 8px;
        margin-top: 18px;
        padding: 8px 11px;
        border-radius: 12px;
    }

    .hbp-selected-time-icon {
        width: 34px;
        height: 34px;
        font-size: 0.95rem;
    }

    .hbp-selected-time-summary small {
        font-size: 0.68rem;
    }

    .hbp-selected-time-summary strong {
        font-size: 0.82rem;
        text-align: right;
    }

    .hbp-modal[data-step="3"] .hbp-step-actions {
        margin-top: 18px;
        padding-top: 0;
        border-top: 0;
    }

    .hbp-modal[data-step="3"] .hbp-step-back {
        border: 1px solid #079345;
        background: #fff;
        color: #079345;
    }

    .hbp-modal[data-step="3"] .hbp-step-next {
        background: linear-gradient(135deg, #8740f5 0%, #6830df 100%);
    }

    .hbp-modal[data-step="4"] .hbp-confirm-content {
        padding: 22px 14px 26px;
    }

    .hbp-modal[data-step="4"] .hbp-timeline {
        margin-top: 0;
    }

    .hbp-modal[data-step="4"] .hbp-timeline-item {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 10px;
        padding-bottom: 18px;
    }

    .hbp-modal[data-step="4"] .hbp-timeline-number {
        width: 46px;
        height: 46px;
        gap: 2px;
    }

    .hbp-modal[data-step="4"] .hbp-timeline-number i {
        font-size: 0.95rem;
    }

    .hbp-modal[data-step="4"] .hbp-timeline-number b {
        font-size: 0.72rem;
    }

    .hbp-modal[data-step="4"] .hbp-timeline-body > h2 {
        margin: 3px 0 8px;
        font-size: 1rem;
    }

    .hbp-modal[data-step="4"] .hbp-timeline-card {
        border-radius: 13px;
    }

    .hbp-modal[data-step="4"] .hbp-timeline-card.is-reservation {
        min-height: 0;
        grid-template-columns: 69px minmax(0, 1fr);
        gap: 9px;
        padding: 12px;
    }

    .hbp-modal[data-step="4"] .hbp-summary-card-visual {
        width: 65px;
        height: 65px;
    }

    .hbp-reservation-date span {
        font-size: 0.67rem;
    }

    .hbp-reservation-date strong {
        margin-top: 4px;
        font-size: 0.85rem;
    }

    .hbp-reservation-facts {
        grid-template-columns: minmax(0, 1fr);
        gap: 6px;
        margin-top: 10px;
    }

    .hbp-reservation-facts > div,
    .hbp-reservation-facts > div + div {
        grid-template-columns: 26px minmax(0, 1fr);
        gap: 7px;
        padding: 0;
        border-left: 0;
    }

    .hbp-reservation-facts i {
        width: 26px;
        height: 26px;
        font-size: 0.72rem;
    }

    .hbp-reservation-facts small,
    .hbp-reservation-facts strong {
        display: inline;
        font-size: 0.65rem;
    }

    .hbp-reservation-facts strong {
        margin: 0 0 0 5px;
    }

    .hbp-timeline-card.is-app-ready,
    .hbp-timeline-card.is-class-ready {
        min-height: 0;
        grid-template-columns: 69px minmax(0, 1fr);
        gap: 10px;
        padding: 12px;
    }

    .hbp-timeline-card.is-app-ready > img,
    .hbp-timeline-card.is-class-ready > img {
        width: 65px;
        max-height: 79px;
    }

    .hbp-summary-phone-image {
        height: 65px;
    }

    .hbp-timeline-card.is-app-ready > p,
    .hbp-timeline-card.is-class-ready > p {
        font-size: 0.72rem;
    }

    .hbp-timeline-link {
        min-height: 40px;
        grid-column: 1 / -1;
        font-size: 0.72rem;
    }

    .hbp-modal[data-step="4"] .hbp-step-actions {
        margin-top: 0;
        padding-top: 14px;
    }

    .hbp-modal[data-step="4"] .hbp-step-back {
        border: 1px solid #079345;
        background: #fff;
        color: #111;
    }

    .hbp-modal[data-step="4"] .hbp-step-next {
        background: #08a14b;
    }

    .hbp-modal[data-step="5"] .hbp-finish-screen {
        display: block;
        padding: 30px 14px 24px;
    }

    .hbp-modal[data-step="5"] .hbp-finish-content {
        width: 100%;
    }

    .hbp-modal[data-step="5"] .hbp-finish-content > h1 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        color: #0f1235;
        font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif;
        font-size: 1.65rem;
    }

    .hbp-modal[data-step="5"] .hbp-finish-content > h1 i {
        color: #8b5df4;
        font-size: 0.9rem;
    }

    .hbp-finish-notice {
        min-height: 214px;
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        margin-top: 24px;
        padding: 16px 12px 16px 8px;
        border: 1px solid #ded4fb;
        border-radius: 16px;
    }

    .hbp-finish-notice > img {
        width: 110px;
        max-height: 188px;
        display: block;
        object-fit: contain;
    }

    .hbp-finish-message > span {
        min-height: 40px;
        gap: 6px;
        padding: 8px 10px;
        border-radius: 22px;
        font-size: 0.72rem;
    }

    .hbp-finish-message > span i {
        font-size: 0.78rem;
    }

    .hbp-finish-message > p {
        margin-top: 16px;
        line-height: 1.5;
    }

    .hbp-finish-message > p strong {
        font-size: 1.22rem;
    }

    .hbp-finish-message > p span {
        font-size: 0.76rem;
    }

    .hbp-finish-message > p b {
        margin-top: 8px;
        font-size: 0.82rem;
    }

    .hbp-finish-desktop-download {
        display: none;
    }

    .hbp-finish-mobile-install {
        min-height: 132px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 74px;
        gap: 14px;
        align-items: center;
        margin-top: 18px;
        padding: 16px 18px;
        border: 1px solid #e0e0e0;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 5px 14px rgba(22, 24, 31, 0.07);
        text-align: left;
    }

    .hbp-finish-mobile-download {
        min-width: 0;
    }

    .hbp-finish-mobile-install p {
        margin: 0 0 12px;
        color: #3d3b42;
        font-size: 0.82rem;
        line-height: 1.45;
    }

    .hbp-finish-mobile-install p strong,
    .hbp-finish-mobile-install p span {
        display: block;
    }

    .hbp-finish-mobile-install p strong {
        color: #17151c;
        font-size: 0.9rem;
        font-weight: 900;
    }

    .hbp-finish-mobile-install p span {
        margin-top: 2px;
    }

    .hbp-finish-mobile-store-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .hbp-finish-mobile-store-links .hbp-store-link {
        min-height: 38px;
        gap: 5px;
        padding: 6px;
        font-size: 0.66rem;
    }

    .hbp-finish-mobile-app-icon {
        width: 68px;
        height: 68px;
        display: block;
        border-radius: 14px;
        object-fit: contain;
    }

    .hbp-modal[data-step="5"] .hbp-step-actions {
        margin-top: 18px;
        padding-top: 0;
        border-top: 0;
    }

    .hbp-modal[data-step="5"] .hbp-step-next {
        min-height: 56px;
        background: #08a14b;
        font-size: 1rem;
    }
}

.hbp-modal[data-step="4"] .hbp-timeline-item:not(:last-child) {
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .hbp-modal[data-step="4"] .hbp-install-action {
        grid-column: 1 / -1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hbp-app-guide-overlay,
    .hbp-app-guide-overlay .hbp-app-guide-modal,
    .hbp-app-guide-overlay.is-closing,
    .hbp-app-guide-overlay.is-closing .hbp-app-guide-modal {
        animation: none;
    }

    .hbp-track,
    .hbp-class-platform-switch::before,
    .hbp-class-platform-viewport,
    .hbp-class-platform-track {
        transition: none;
    }
}
