/* 배달의민족 공식 협력사 랜딩 페이지.
   색/서체 토큰은 layout.css 의 :root 에 정의되어 있다. */

/* —— 공통 섹션 —— */
.bm-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.bm-section--gray {
    background-color: var(--bm-gray-bg);
}

.bm-section--mint {
    background-color: var(--bm-mint-pale);
}

.bm-section--dark {
    background-color: var(--bm-ink);
    color: #ffffff;
}

.bm-narrow {
    max-width: 1080px;
}

.bm-br--sm {
    display: none;
}

@media all and (max-width: 767px) {
    .bm-br--sm {
        display: revert;
    }

    .bm-br--md {
        display: none;
    }
}

.bm-head {
    margin-bottom: 48px;
}

.bm-head--center {
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.bm-head--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    text-align: left;
}

.bm-head-aside {
    max-width: 340px;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--bm-text-muted);
}

.bm-eyebrow {
    margin: 0;
    font-family: var(--bm-title);
    font-size: 17px;
    color: var(--bm-mint-deep);
}

.bm-eyebrow--center {
    text-align: center;
    font-size: 16px;
    margin-bottom: 24px;
}

.bm-eyebrow.is-on-dark {
    color: var(--bm-mint);
}

.bm-title {
    margin: 12px 0 14px;
    font-family: var(--bm-display);
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.25;
    font-weight: bold;
    text-wrap: pretty;
}

.bm-title.is-on-dark {
    color: #ffffff;
}

.bm-title .is-mint,
.is-mint {
    color: var(--bm-mint-deep);
}

.bm-section--dark .is-mint,
.bm-title.is-on-dark .is-mint {
    color: var(--bm-mint);
}

.bm-underline {
    border-bottom: 8px solid var(--bm-mint);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.bm-lead {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: var(--bm-text-muted);
}

.bm-lead.is-on-dark {
    color: rgba(255, 255, 255, 0.68);
}

.bm-footnote {
    margin: 16px 0 0;
    text-align: center;
    font-size: 13px;
    color: var(--bm-text-faint);
}

.bm-grid {
    display: grid;
    gap: 16px;
}

.bm-grid--auto190 {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px;
}

.bm-grid--auto200 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.bm-grid--auto230 {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.bm-grid--auto280 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.bm-grid--auto300 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 18px;
}

.bm-btn-mint {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--bm-mint);
    color: var(--bm-ink);
    font-family: var(--bm-title);
    font-size: 17px;
    padding: 15px 24px;
    border-radius: 12px;
    white-space: nowrap;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.bm-btn-mint:hover {
    background-color: #ffffff;
    color: var(--bm-ink);
}

/* 이미지 자리표시자. 실제 사진을 넣을 땐 background-image 로 교체한다. */
.bm-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f1f3f2;
    background-image: linear-gradient(135deg, #f6f8f7 25%, #eef1f0 25%, #eef1f0 50%, #f6f8f7 50%, #f6f8f7 75%, #eef1f0 75%);
    background-size: 22px 22px;
    color: #9aa09d;
    font-size: 14px;
    text-align: center;
}

/* —— HERO —— */
.bm-hero {
    position: relative;
    background-color: var(--bm-mint);
    overflow: hidden;
}

.bm-hero-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.bm-hero-blob--1 {
    top: -140px;
    right: -120px;
    width: 520px;
    height: 520px;
    background-color: rgba(255, 255, 255, 0.12);
}

.bm-hero-blob--2 {
    bottom: -200px;
    left: -100px;
    width: 420px;
    height: 420px;
    background-color: rgba(0, 0, 0, 0.05);
}

.bm-hero-inner {
    position: relative;
    display: flex;
    gap: 48px;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 74px;
    padding-bottom: 84px;
}

.bm-hero-copy {
    flex: 1 1 480px;
    min-width: 0;
}

.bm-hero-brand {
    display: flex;
    width: fit-content;
    align-items: center;
    margin-bottom: 14px;
    padding: 12px 16px;
    background-color: var(--bm-ink);
    border-radius: 16px;
}

.bm-hero-logo {
    display: block;
    height: 28px;
    width: auto;
}

.bm-collab-logo {
    display: block;
    height: 28px;
    width: auto;
    margin: 0 auto 18px;
}

.bm-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 9px 16px;
    border-radius: 100px;
    background-color: var(--bm-ink);
    color: #ffffff;
    font-family: var(--bm-title);
    font-size: 15px;
}

.bm-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--bm-mint);
}

.bm-hero-title {
    margin: 22px 0 0;
    font-family: var(--bm-display);
    font-size: clamp(40px, 5.4vw, 70px);
    line-height: 1.12;
    font-weight: bold;
    color: #ffffff;
    text-wrap: pretty;
}

.bm-hero-title .is-ink {
    color: var(--bm-ink);
}

.bm-hero-mark {
    display: inline-block;
    padding: 0 12px;
    border-radius: 12px;
    background-color: var(--bm-ink);
    color: var(--bm-mint);
}

.bm-hero-lead {
    margin: 26px 0 0;
    font-size: 19px;
    line-height: 1.65;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92);
    text-wrap: pretty;
}

.bm-hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.bm-hero-actions .btn-primary,
.bm-hero-actions .btn-secondary {
    font-size: 19px;
    padding: 17px 30px;
}

.bm-hero-chips {
    display: flex;
    gap: 10px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.bm-hero-chips li {
    padding: 7px 13px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.16);
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
}

.bm-hero-visual {
    position: relative;
    flex: 0 1 420px;
    min-width: 280px;
}

.bm-hero-sticker {
    position: absolute;
    top: -18px;
    left: -10px;
    z-index: 3;
    margin: 0;
    max-width: calc(100% - 16px);
    padding: 10px 16px;
    border-radius: 12px;
    background-color: var(--bm-ink);
    color: #ffffff;
    font-family: var(--bm-title);
    font-size: 15px;
    line-height: 1.35;
    transform: rotate(-4deg);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.bm-hero-frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background-color: #1a1a1a;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.22);
}

.bm-hero-slider {
    position: relative;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
}

.bm-hero-slider.is-dragging {
    cursor: grabbing;
}

.bm-hero-slides {
    position: relative;
    height: 470px;
}

.bm-hero-slides::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 88px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.42), transparent);
    pointer-events: none;
}

.bm-hero-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 420ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bm-hero-slide.is-active {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
}

.bm-hero-slide picture {
    display: block;
    width: 100%;
    height: 100%;
}

.bm-hero-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    pointer-events: none;
    -webkit-user-drag: none;
}

.bm-hero-dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.38);
    transform: translateX(-50%);
    cursor: default;
}

.bm-hero-dot {
    position: relative;
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.48);
    cursor: pointer;
    transition: width 200ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms ease-out;
}

.bm-hero-dot::after {
    content: '';
    position: absolute;
    inset: -8px -5px;
}

.bm-hero-dot.is-active {
    width: 20px;
    background-color: #ffffff;
}

.bm-hero-dot:active {
    transform: scale(0.97);
}

@media (hover: hover) and (pointer: fine) {
    .bm-hero-dot:hover:not(.is-active) {
        background-color: rgba(255, 255, 255, 0.8);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bm-hero-slide {
        transition: none;
    }
}

.bm-hero-scroll {
    display: flex;
    justify-content: center;
    padding-bottom: 34px;
}

.bm-hero-scroll a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--bm-ink);
    color: var(--bm-mint);
    font-size: 22px;
    animation: bmBounce 1.8s ease-in-out infinite;
}

@keyframes bmBounce {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bm-hero-scroll a {
        animation: none;
    }
}

/* —— STATS —— */
.bm-stats {
    background-color: var(--bm-ink);
    color: #ffffff;
}

.bm-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 24px;
    padding-top: 44px;
    padding-bottom: 44px;
}

.bm-stat {
    text-align: center;
}

.bm-stat-num {
    margin: 0;
    font-family: var(--bm-display);
    font-size: 46px;
    line-height: 1;
    font-weight: bold;
    color: var(--bm-mint);
}

.bm-stat-num span {
    font-size: 26px;
}

.bm-stat-label {
    margin: 8px 0 0;
    font-family: var(--bm-title);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

/* —— WHY: 비교 카드 (사장님 혼자 / 협력사와 함께) —— */
.bm-compare {
    margin-top: 40px;
}

.bm-compare-board {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr);
    column-gap: 6px;
    row-gap: 10px;
    align-items: stretch;
}

.bm-compare-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 40px;
    margin: 0;
    padding: 8px 8px;
    border-radius: 12px;
    font-family: var(--bm-title);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}

.bm-compare-head--alone {
    background-color: #e8ebea;
    color: #5c635f;
}

.bm-compare-head--partner {
    background-color: var(--bm-mint);
    color: #ffffff;
}

.bm-compare-check {
    display: block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.bm-compare-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 78px;
    padding: 12px 11px;
    border-radius: 14px;
}

.bm-compare-card--alone {
    background-color: #ffffff;
    border: 1px solid #e6e8e7;
}

.bm-compare-card--partner {
    background-color: var(--bm-mint-pale);
}

.bm-compare-label {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    font-size: 11.5px;
    line-height: 1.3;
    color: var(--bm-text-faint);
}

.bm-compare-card--partner .bm-compare-label {
    color: var(--bm-mint-deep);
}

.bm-compare-value {
    margin: 6px 0 0;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.bm-compare-arrow {
    display: grid;
    place-items: center;
    align-self: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #e8ebea;
    color: #4d534f;
}

.bm-compare-arrow svg {
    display: block;
    width: 12px;
    height: 12px;
}

.bm-compare-spacer {
    display: block;
}

.bm-compare-foot {
    margin-top: 14px;
    padding: 16px 14px 14px;
    border: 1.5px solid var(--bm-mint);
    border-radius: 16px;
    background-color: #ffffff;
    text-align: center;
}

.bm-compare-foot-title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.bm-compare-foot-title strong {
    font-family: var(--bm-display);
    font-size: 22px;
    font-weight: normal;
    color: var(--bm-mint-deep);
}

.bm-compare-foot-note {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.4;
    color: var(--bm-text-faint);
}

@media all and (min-width: 768px) {
    .bm-compare {
        max-width: 820px;
        margin-top: 52px;
        margin-left: auto;
        margin-right: auto;
    }

    .bm-compare-board {
        grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
        column-gap: 14px;
        row-gap: 14px;
    }

    .bm-compare-head {
        min-height: 52px;
        padding: 12px 16px;
        border-radius: 14px;
        font-size: 18px;
        gap: 6px;
    }

    .bm-compare-check {
        width: 16px;
        height: 16px;
    }

    .bm-compare-card {
        min-height: 96px;
        padding: 20px 22px;
        border-radius: 16px;
    }

    .bm-compare-label {
        font-size: 14px;
        gap: 6px;
    }

    .bm-compare-value {
        margin-top: 8px;
        font-size: 18px;
        line-height: 1.45;
    }

    .bm-compare-arrow {
        width: 32px;
        height: 32px;
    }

    .bm-compare-arrow svg {
        width: 16px;
        height: 16px;
    }

    .bm-compare-foot {
        margin-top: 20px;
        padding: 22px 24px 18px;
        border-radius: 18px;
    }

    .bm-compare-foot-title {
        font-size: 18px;
    }

    .bm-compare-foot-title strong {
        font-size: 28px;
    }

    .bm-compare-foot-note {
        font-size: 14px;
    }
}

/* —— PAIN POINT —— */
.bm-pain {
    padding: 28px 26px;
    border-radius: 20px;
    background-color: var(--bm-gray-bg);
}

.bm-pain h3 {
    margin: 0 0 10px;
    font-family: var(--bm-title);
    font-size: 20px;
    font-weight: normal;
}

.bm-pain p {
    margin: 0;
    font-size: 15.5px;
    color: var(--bm-text-muted);
}

.bm-pain--dark {
    background-color: var(--bm-ink);
    color: #ffffff;
}

.bm-pain--dark h3 {
    color: var(--bm-mint);
}

.bm-pain--dark p {
    color: rgba(255, 255, 255, 0.78);
}

.bm-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 22px;
    padding: 26px 30px;
    border-radius: 20px;
    background-color: var(--bm-mint);
}

.bm-banner strong {
    font-family: var(--bm-display);
    font-size: clamp(22px, 2.6vw, 32px);
    color: var(--bm-ink);
}

.bm-banner span {
    font-family: var(--bm-title);
    font-size: clamp(17px, 2vw, 22px);
    color: #ffffff;
}

/* —— SERVICE —— */
.bm-service {
    padding: 32px 28px;
    border-radius: 22px;
    border: 2px solid transparent;
    background-color: var(--bm-gray-bg);
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.bm-service:hover {
    border-color: var(--bm-mint);
    background-color: #ffffff;
    transform: translateY(-4px);
}

.bm-service-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background-color: var(--bm-mint);
    color: #ffffff;
    font-family: var(--bm-title);
    font-size: 22px;
}

.bm-service h3 {
    margin: 20px 0 10px;
    font-family: var(--bm-title);
    font-size: 23px;
    font-weight: normal;
}

.bm-service p {
    margin: 0;
    font-size: 15.5px;
    color: var(--bm-text-muted);
}

.bm-service--dark {
    background-color: var(--bm-ink);
    color: #ffffff;
}

.bm-service--dark:hover {
    background-color: var(--bm-ink);
    border-color: var(--bm-mint);
}

.bm-service--dark .bm-service-num {
    color: var(--bm-ink);
}

.bm-service--dark h3 {
    color: var(--bm-mint);
}

.bm-service--dark p {
    color: rgba(255, 255, 255, 0.78);
}

/* —— SIGNATURE FILM —— */
.bm-film {
    display: flex;
    gap: 56px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.bm-film-copy {
    flex: 1 1 380px;
    min-width: 280px;
}

.bm-film-copy .bm-lead {
    margin-bottom: 24px;
}

.bm-film-link:hover {
    background-color: var(--bm-mint);
    color: var(--bm-ink);
}

.bm-film-phone {
    flex: 0 0 auto;
    padding: 14px;
    border-radius: 36px;
    background-color: var(--bm-ink);
    box-shadow: 0 26px 54px rgba(0, 0, 0, 0.24);
}

.bm-film-frame {
    position: relative;
    width: min(304px, 72vw);
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 24px;
    background-color: #000000;
}

.bm-film-frame iframe {
    position: absolute;
    /* 유튜브 상단 제목·채널명 바를 프레임 밖으로 밀어 가린다. */
    top: -58px;
    left: 0;
    width: 100%;
    height: calc(100% + 58px);
    border: 0;
}

.bm-film-frame::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 52px;
    background: linear-gradient(to bottom, #000000 46%, transparent);
    pointer-events: none;
}

/* —— INSIGHT —— */
.bm-insight {
    display: flex;
    gap: 36px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bm-insight-copy {
    flex: 1 1 380px;
    min-width: 280px;
}

.bm-insight-copy .bm-lead {
    margin-bottom: 24px;
}

.bm-insight-grid {
    flex: 1 1 600px;
    min-width: 280px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.bm-insight-card {
    padding: 20px 18px;
    border-radius: 14px;
    border: 1px solid #2a2a2a;
    background-color: var(--bm-ink-soft);
}

.bm-insight-tag {
    margin: 0 0 8px;
    font-family: var(--bm-title);
    font-size: 15px;
    color: var(--bm-mint);
}

.bm-insight-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
}

.bm-insight-card--mint {
    background-color: var(--bm-mint);
    border-color: var(--bm-mint);
    color: var(--bm-ink);
}

.bm-insight-card--mint .bm-insight-tag {
    color: var(--bm-ink);
}

.bm-insight-card--mint .bm-insight-text {
    color: rgba(0, 0, 0, 0.68);
}

/* —— AD PRODUCTS: 탭 —— */
.bm-tab-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 44px 0 32px;
    flex-wrap: wrap;
}

.bm-tab {
    padding: 14px 26px;
    border: 1.5px solid #e6e8e7;
    border-radius: 100px;
    background-color: #ffffff;
    color: var(--bm-text-muted);
    font-family: var(--bm-title);
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.bm-tab:hover {
    border-color: var(--bm-mint);
    color: var(--bm-mint-deep);
}

.bm-tab.is-active {
    background-color: var(--bm-ink);
    border-color: var(--bm-ink);
    color: #ffffff;
}

.bm-tab-body {
    padding: 40px;
    border: 1px solid #eaeceb;
    border-radius: 26px;
    background-color: var(--bm-gray-bg);
}

.bm-tab-panel {
    display: none;
    gap: 36px;
    flex-wrap: wrap;
}

.bm-tab-panel.is-active {
    display: flex;
}

.bm-tab-main {
    flex: 1 1 380px;
    min-width: 260px;
}

.bm-tab-main h3 {
    margin: 0 0 14px;
    font-family: var(--bm-title);
    font-size: 28px;
    font-weight: normal;
}

.bm-tab-main p {
    margin: 0 0 20px;
    font-size: 16.5px;
    line-height: 1.75;
    color: #4b524e;
}

.bm-tab-main ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
    font-size: 16px;
    line-height: 2;
    color: #3f4643;
}

.bm-tab-aside {
    flex: 0 1 300px;
    min-width: 240px;
    padding: 26px;
    border: 1px solid #eaeceb;
    border-radius: 18px;
    background-color: #ffffff;
}

.bm-tab-aside-title {
    margin: 0 0 14px;
    font-family: var(--bm-title);
    font-size: 17px;
    color: var(--bm-mint-deep);
}

.bm-tab-aside p:last-child {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.75;
    color: #4b524e;
}

/* —— FEE —— */
.bm-fee {
    padding: 30px 28px;
    border: 1px solid #d8ecea;
    border-radius: 20px;
    background-color: #ffffff;
}

.bm-fee-label {
    margin: 0;
    font-family: var(--bm-title);
    font-size: 19px;
    color: var(--bm-text-muted);
}

.bm-fee-value {
    margin: 10px 0 8px;
    font-family: var(--bm-display);
    font-size: 44px;
    font-weight: bold;
    line-height: 1.1;
    color: var(--bm-mint-deep);
}

.bm-fee-value span {
    font-size: 26px;
}

.bm-fee-note {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.65;
    color: #7d837f;
}

.bm-fee-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 28px 30px;
    border-radius: 20px;
    background-color: var(--bm-ink);
}

.bm-fee-cta-title {
    margin: 0 0 6px;
    font-family: var(--bm-title);
    font-size: 20px;
    color: var(--bm-mint);
}

.bm-fee-cta-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

.bm-onestop {
    margin-top: 56px;
}

.bm-onestop-card {
    padding: 24px;
    border: 1px solid #d8ecea;
    border-radius: 16px;
    background-color: #ffffff;
    text-align: center;
}

.bm-onestop-card h3 {
    margin: 0 0 8px;
    font-family: var(--bm-title);
    font-size: 18px;
    font-weight: normal;
}

.bm-onestop-card p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.65;
    color: #7d837f;
}

/* —— PROCESS —— */
.bm-step {
    padding: 30px 28px;
    border: 1px solid #2a2a2a;
    border-radius: 20px;
    background-color: var(--bm-ink-soft);
    transition: border-color 0.18s ease;
}

.bm-step:hover {
    border-color: var(--bm-mint);
}

.bm-step-num {
    margin: 0;
    font-family: var(--bm-display);
    font-size: 38px;
    line-height: 1;
    color: var(--bm-mint);
}

.bm-step h3 {
    margin: 12px 0 8px;
    font-family: var(--bm-title);
    font-size: 22px;
    font-weight: normal;
}

.bm-step-text {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.68);
}

.bm-step--mint {
    background-color: var(--bm-mint);
    border-color: var(--bm-mint);
    color: var(--bm-ink);
}

.bm-step--mint .bm-step-num {
    color: var(--bm-ink);
}

.bm-step--mint .bm-step-text {
    color: rgba(0, 0, 0, 0.72);
}

/* —— SUPPORT / MANAGER 공통 2단 레이아웃 —— */
.bm-split {
    display: flex;
    gap: 52px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.bm-split-copy {
    flex: 1 1 400px;
    min-width: 280px;
}

.bm-split-copy .bm-lead {
    margin-bottom: 26px;
}

.bm-stack {
    display: grid;
    gap: 12px;
}

.bm-stack--split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bm-stack-item {
    padding: 20px 22px;
    border: 1px solid #eaeceb;
    border-radius: 16px;
    background-color: #ffffff;
}

.bm-stack-item h3 {
    margin: 0 0 5px;
    font-family: var(--bm-title);
    font-size: 18px;
    font-weight: normal;
}

.bm-stack-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #6b716e;
}

.bm-stack-item--dark {
    background-color: var(--bm-ink);
    border-color: var(--bm-ink);
}

.bm-stack-item--dark h3 {
    color: var(--bm-mint);
}

.bm-stack-item--dark p {
    color: rgba(255, 255, 255, 0.72);
}

.bm-manager-visual {
    position: relative;
    flex: 0 1 520px;
    min-width: 260px;
}

.bm-manager-photo {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
    background-color: var(--bm-mint-pale);
    object-fit: cover;
    object-position: center 28%;
}

.bm-manager-badge {
    position: absolute;
    right: -12px;
    bottom: -16px;
    margin: 0;
    padding: 12px 18px;
    border-radius: 12px;
    background-color: var(--bm-ink);
    color: var(--bm-mint);
    font-family: var(--bm-title);
    font-size: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.bm-credit {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 18px 20px;
    border-radius: 14px;
    background-color: var(--bm-gray-bg);
}

.bm-credit span {
    font-family: var(--bm-title);
    font-size: 18px;
    color: var(--bm-mint);
}

.bm-credit p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
}

.bm-credit--dark {
    background-color: var(--bm-ink);
    color: #ffffff;
}

/* —— FAQ 모듈 톤 맞추기 —— */
.site-faq {
    padding: 100px 0;
    background-color: var(--bm-gray-bg);
}

.site-faq-inner {
    max-width: 860px;
}

.site-faq-heading {
    text-align: center;
    margin-bottom: 44px;
}

.site-faq-label {
    margin: 0;
    font-family: var(--bm-title);
    font-size: 17px;
    color: var(--bm-mint-deep);
}

.site-faq-title {
    margin: 12px 0 0;
    font-family: var(--bm-display);
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.25;
    font-weight: normal;
}

/* —— CONTACT —— */
.bm-contact {
    padding: 100px 0;
    background-color: var(--bm-mint);
}

.bm-contact-inner {
    display: flex;
    gap: 44px;
    flex-wrap: wrap;
}

.bm-contact-copy {
    flex: 1 1 380px;
    min-width: 280px;
}

.bm-contact-title {
    margin: 0 0 18px;
    font-family: var(--bm-display);
    font-size: clamp(32px, 4.2vw, 56px);
    line-height: 1.2;
    font-weight: bold;
    color: #ffffff;
}

.bm-contact-title .is-ink {
    color: var(--bm-ink);
}

.bm-contact-lead {
    margin: 0 0 30px;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92);
}

.bm-contact-cards {
    display: grid;
    gap: 12px;
    max-width: 420px;
}

.bm-contact-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 22px 24px;
    border-radius: 16px;
    transition: transform 0.18s ease;
}

.bm-contact-card:hover {
    transform: translateY(-2px);
}

.bm-contact-card--tel {
    background-color: var(--bm-ink);
    color: #ffffff;
}

.bm-contact-card-title {
    display: block;
    font-family: var(--bm-title);
    font-size: 19px;
}

.bm-contact-card-number {
    display: block;
    margin-top: 4px;
    font-family: var(--bm-display);
    font-size: 28px;
    color: var(--bm-mint);
    font-weight: bold;
}

.bm-contact-card-icon {
    font-size: 28px;
}

.bm-contact-form {
    flex: 1 1 380px;
    min-width: 280px;
    padding: 36px;
    border-radius: 24px;
    background-color: #ffffff;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.16);
}

.bm-contact-form-title {
    margin: 0 0 22px;
    font-family: var(--bm-title);
    font-size: 22px;
}

/* contact.css 의 입력 스타일을 랜딩 톤으로 덮어쓴다. */
.bm-contact-form .contact-input,
.bm-contact-form .contact-select,
.bm-contact-form .contact-textarea {
    width: 100%;
    border: 1.5px solid #e6e8e7;
    border-radius: 12px;
    padding: 15px 18px;
    font-size: 16px;
    outline: none;
}

.bm-contact-form .contact-select {
    height: auto;
    min-height: 52px;
    appearance: none;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%234b524e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 42px;
}

.bm-contact-form .contact-select:disabled {
    color: #9aa19d;
    background-color: #f6f7f6;
}

.bm-contact-form .contact-region-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.bm-contact-form .contact-input:focus,
.bm-contact-form .contact-select:focus,
.bm-contact-form .contact-textarea:focus {
    border-color: var(--bm-mint);
}

.bm-contact-form .contact-field {
    margin-bottom: 12px;
}

.bm-contact-form .contact-label {
    display: block;
    margin-bottom: 6px;
    font-family: var(--bm-title);
    font-size: 15px;
    color: #4b524e;
}

.bm-contact-form .contact-required {
    color: var(--bm-mint-deep);
}

.bm-contact-form .contact-phone-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bm-contact-form .contact-address {
    display: grid;
    gap: 8px;
}

.bm-contact-form .contact-address-zip-row {
    display: flex;
    gap: 8px;
}

.bm-contact-form .contact-btn-secondary {
    flex-shrink: 0;
    padding: 0 18px;
    border: 1.5px solid #e6e8e7;
    border-radius: 12px;
    background-color: #ffffff;
    font-family: var(--bm-title);
    font-size: 15px;
    cursor: pointer;
}

.bm-contact-form .contact-btn-secondary:hover {
    border-color: var(--bm-mint);
    color: var(--bm-mint-deep);
}

.bm-contact-form .contact-notice {
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1.6;
    color: #8b938e;
}

.bm-contact-form .contact-actions {
    margin-top: 16px;
}

.bm-contact-form .contact-btn-primary {
    width: 100%;
    padding: 18px 24px;
    border: 0;
    border-radius: 14px;
    background-color: var(--bm-ink);
    color: #ffffff;
    font-family: var(--bm-title);
    font-size: 19px;
    cursor: pointer;
    transition: background-color 0.18s ease;
}

.bm-contact-form .contact-btn-primary:hover {
    background-color: var(--bm-mint-deep);
}

.bm-contact-form .contact-btn-primary:disabled {
    cursor: wait;
    opacity: 0.7;
}

.bm-contact-form .contact-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.bm-contact-form .contact-field-error {
    margin: 6px 0 0;
    font-size: 13px;
    color: #d64545;
}

.bm-contact-form .contact-alert {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.6;
}

.bm-contact-form .contact-alert-success {
    background-color: var(--bm-mint-pale);
    color: var(--bm-mint-deep);
}

.bm-contact-form .contact-alert-error {
    background-color: #fdecec;
    color: #c53030;
}

/* —— Tablet —— */
@media all and (max-width: 900px) {
    .bm-insight-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* —— Mobile —— */
@media all and (max-width: 767px) {
    .bm-section,
    .bm-contact,
    .site-faq {
        padding: 64px 0;
    }

    .bm-head {
        margin-bottom: 32px;
    }

    .bm-hero-inner {
        padding-top: 40px;
        padding-bottom: 48px;
        gap: 28px;
    }

    .bm-hero-copy,
    .bm-hero-visual,
    .bm-contact-copy,
    .bm-tab-main,
    .bm-split-copy {
        min-width: 0;
    }

    .bm-hero-title {
        margin-top: 16px;
        font-size: 30px;
        line-height: 1.28;
        letter-spacing: -0.03em;
    }

    .bm-hero-mark {
        padding: 0 8px;
        border-radius: 8px;
    }

    .bm-hero-lead {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.7;
    }

    .bm-hero-actions {
        margin-top: 24px;
        gap: 10px;
    }

    .bm-hero-chips {
        gap: 8px;
        margin-top: 16px;
    }

    .bm-hero-chips li {
        padding: 6px 11px;
        font-size: 13px;
    }

    .bm-badge {
        max-width: 100%;
        padding: 8px 12px;
        font-size: 13px;
        line-height: 1.35;
        white-space: normal;
    }

    .bm-hero-sticker {
        top: -12px;
        left: 8px;
        max-width: calc(100% - 24px);
        padding: 8px 12px;
        font-size: 13px;
        transform: rotate(-3deg);
    }

    .bm-title,
    .bm-contact-title {
        font-size: 28px;
        line-height: 1.34;
        letter-spacing: -0.02em;
    }

    .bm-lead,
    .bm-head-aside,
    .bm-contact-lead {
        font-size: 15px;
        line-height: 1.7;
    }

    .bm-head-aside {
        max-width: none;
    }

    .bm-head--split {
        align-items: flex-start;
        gap: 14px;
    }

    .bm-tab-main h3 {
        font-size: 22px;
        line-height: 1.4;
    }

    .bm-banner {
        padding: 18px 16px;
        gap: 8px;
    }

    .bm-banner strong {
        font-size: 22px;
        line-height: 1.35;
    }

    .bm-banner span {
        font-size: 16px;
        line-height: 1.4;
    }

    .bm-btn-mint {
        white-space: normal;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding: 14px 18px;
        font-size: 16px;
    }

    .bm-fee-cta {
        padding: 20px 18px;
        gap: 14px;
    }

    .bm-fee-cta-title {
        font-size: 18px;
        line-height: 1.4;
    }

    .bm-fee-cta .bm-btn-mint {
        width: 100%;
    }

    .bm-service,
    .bm-pain,
    .bm-step {
        padding: 22px 18px;
    }

    .bm-credit {
        padding: 14px 16px;
        gap: 10px;
    }

    .bm-credit p {
        font-size: 15px;
    }

    .bm-manager-badge {
        max-width: calc(100% - 12px);
        line-height: 1.35;
    }

    .bm-film {
        gap: 32px;
    }

    .bm-hero-brand {
        padding: 10px 12px;
        border-radius: 14px;
    }

    .bm-hero-logo,
    .bm-collab-logo {
        height: 22px;
    }

    .bm-hero-actions .btn-primary,
    .bm-hero-actions .btn-secondary {
        flex: 1 1 100%;
        font-size: 17px;
        padding: 15px 20px;
    }

    .bm-hero-slides {
        height: 360px;
    }

    .bm-stack--split {
        grid-template-columns: 1fr;
    }

    .bm-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .bm-stat-num {
        font-size: 34px;
    }

    .bm-tab-body {
        padding: 24px 20px;
    }

    .bm-tab-buttons {
        margin: 28px 0 24px;
    }

    .bm-tab {
        flex: 1 1 auto;
        padding: 12px 16px;
        font-size: 15px;
    }

    .bm-fee-cta,
    .bm-banner {
        padding: 22px;
    }

    .bm-contact-form {
        padding: 24px 20px;
    }

    .bm-contact-form .contact-region-row {
        grid-template-columns: 1fr;
    }

    .bm-manager-badge {
        right: 0;
        font-size: 14px;
        padding: 10px 14px;
    }
}

body.inquiry-done-open,
body.inquiry-busy-open {
    overflow: hidden;
}

.bm-inquiry-busy,
.bm-inquiry-done {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.bm-inquiry-busy {
    z-index: 1250;
}

.bm-inquiry-busy[hidden],
.bm-inquiry-done[hidden] {
    display: none !important;
}

.bm-inquiry-busy-backdrop,
.bm-inquiry-done-backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(18, 18, 18, 0.55);
}

.bm-inquiry-busy-panel,
.bm-inquiry-done-panel {
    position: relative;
    width: min(100%, 400px);
    padding: 40px 32px 28px;
    border-radius: 20px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
}

.bm-inquiry-busy-panel {
    width: min(100%, 320px);
    padding: 36px 28px 32px;
}

.bm-inquiry-busy-spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto 18px;
    border: 3px solid rgba(42, 193, 188, 0.22);
    border-top-color: var(--bm-mint);
    border-radius: 50%;
    animation: bm-inquiry-spin 0.6s linear infinite;
}

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

.bm-inquiry-busy-title {
    margin: 0 0 8px;
    font-family: var(--bm-title);
    font-size: 22px;
    line-height: 1.35;
    color: var(--bm-ink);
}

.bm-inquiry-busy-copy {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: var(--bm-text-muted);
}

@media (prefers-reduced-motion: reduce) {
    .bm-inquiry-busy-spinner {
        animation: none;
        border-color: var(--bm-mint);
    }
}

.bm-inquiry-done-title {
    margin: 0 0 12px;
    font-family: var(--bm-title);
    font-size: 26px;
    line-height: 1.35;
    color: var(--bm-ink);
}

.bm-inquiry-done-copy {
    margin: 0 0 26px;
    font-size: 15px;
    line-height: 1.65;
    color: var(--bm-text-muted);
}

.bm-inquiry-done-btn {
    min-width: 128px;
    padding: 12px 28px;
    border: 0;
    border-radius: 10px;
    background-color: var(--bm-mint);
    color: var(--bm-ink);
    font-family: var(--bm-title);
    font-size: 17px;
    cursor: pointer;
}

.bm-inquiry-done-btn:hover {
    filter: brightness(0.96);
}

.bm-inquiry-done-btn:focus-visible {
    outline: 2px solid var(--bm-ink);
    outline-offset: 3px;
}
