/* =============================================================
   Back Market Promise Page — Premium static design
   Scope: .bm-promise wrapper
   ============================================================= */

:root {
    --bmp-lime: #97D700;
    --bmp-lime-dark: #7CB300;
    --bmp-lime-soft: #E8F8C7;
    --bmp-lime-pale: #F4FCE3;
    --bmp-lime-deep: #5E8A00;
    --bmp-ink: #0A0B0F;
    --bmp-ink-soft: #1F2228;
    --bmp-text: #1A1D24;
    --bmp-muted: #5B6471;
    --bmp-subtle: #8B95A6;
    --bmp-bg: #FFFFFF;
    --bmp-bg-soft: #F7F8FA;
    --bmp-bg-section: #FAFBFC;
    --bmp-border: #E8EAF0;
    --bmp-border-soft: #F1F3F7;
    --bmp-radius-sm: 10px;
    --bmp-radius-md: 16px;
    --bmp-radius-lg: 24px;
    --bmp-radius-xl: 32px;
    --bmp-radius-pill: 999px;
    --bmp-shadow-card: 0 1px 3px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);
    --bmp-shadow-card-hover: 0 4px 12px rgba(0,0,0,0.06), 0 24px 48px rgba(0,0,0,0.10);
    --bmp-tr: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    --bmp-tr-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);
    --bmp-font: 'Public Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ============================================================
   BASE
   ============================================================ */
.bm-promise {
    font-family: var(--bmp-font);
    color: var(--bmp-text);
    background: var(--bmp-bg);
    line-height: 1.6;
    letter-spacing: -0.005em;
    -webkit-font-smoothing: antialiased;
}
.bm-promise * { box-sizing: border-box; }
.bm-promise .container { max-width: 1280px !important; padding-left: 24px; padding-right: 24px; }
.bm-promise h1, .bm-promise h2, .bm-promise h3, .bm-promise h4 {
    color: var(--bmp-text);
    font-family: var(--bmp-font);
    margin: 0;
    letter-spacing: -0.025em;
    font-weight: 800;
}
.bm-promise p { margin: 0; color: var(--bmp-muted); }
.bm-promise a { color: inherit; text-decoration: none; transition: color var(--bmp-tr); }
.bm-promise button { font-family: inherit; }

/* ============================================================
   SECTION HEAD (reused)
   ============================================================ */
.bmp-section-head {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}
.bmp-section-head h2 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.035em;
    margin-bottom: 14px;
}
.bmp-section-head p { font-size: 17px; color: var(--bmp-muted); line-height: 1.55; }
@media (max-width: 767px) {
    .bmp-section-head { margin-bottom: 32px; }
    .bmp-section-head h2 { font-size: 28px; }
    .bmp-section-head p { font-size: 15px; }
}

/* ============================================================
   1. HERO
   ============================================================ */
.bmp-hero { padding: 72px 0 44px; background: linear-gradient(180deg, var(--bmp-bg-soft) 0%, var(--bmp-bg) 100%); }
.bmp-hero-head { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.bmp-hero-title {
    font-size: clamp(36px, 4.6vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.025em;
    font-weight: 800;
    margin-bottom: 14px;
}
.bmp-hero-sub { font-size: 19px; color: var(--bmp-muted); line-height: 1.45; max-width: 580px; margin: 0 auto; }
.bmp-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.bmp-trust {
    background: #fff;
    border: 1px solid var(--bmp-border);
    border-radius: var(--bmp-radius-lg);
    padding: 32px 26px;
    transition: transform var(--bmp-tr), box-shadow var(--bmp-tr), border-color var(--bmp-tr);
}
.bmp-trust:hover { transform: translateY(-6px); box-shadow: var(--bmp-shadow-card-hover); border-color: transparent; }
.bmp-trust-icon {
    width: 56px; height: 56px;
    border-radius: 16px;
    background: var(--bmp-lime-soft);
    color: var(--bmp-lime-deep);
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
    transition: transform var(--bmp-tr);
}
.bmp-trust:hover .bmp-trust-icon { transform: rotate(-6deg) scale(1.05); }
.bmp-trust h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; line-height: 1.3; }
.bmp-trust p { font-size: 14.5px; color: var(--bmp-muted); }
@media (max-width: 991px) { .bmp-trust-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) {
    .bmp-hero { padding: 48px 0 28px; }
    .bmp-hero-sub { font-size: 16px; }
    .bmp-trust-grid { grid-template-columns: 1fr; }
    .bmp-trust { padding: 24px 22px; }
}

/* ============================================================
   2. MEDIA / VIDEO HERO
   ============================================================ */
.bmp-media { padding: 32px 0 64px; }
.bmp-media-frame {
    position: relative;
    border-radius: var(--bmp-radius-xl);
    overflow: hidden;
    aspect-ratio: 16 / 7;
    cursor: pointer;
    transition: transform var(--bmp-tr);
    background: var(--bmp-ink);
}
.bmp-media-frame:hover { transform: translateY(-2px); }
.bmp-media-bg {
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 30% 30%, rgba(151,215,0,0.20), transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(151,215,0,0.10), transparent 60%),
        linear-gradient(135deg, #0A0B0F 0%, #1F2228 100%);
    transition: transform var(--bmp-tr-slow);
}
.bmp-media-frame:hover .bmp-media-bg { transform: scale(1.03); }
.bmp-media-play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 88px; height: 88px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    color: var(--bmp-ink);
    border: 0;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: transform var(--bmp-tr), background var(--bmp-tr);
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    padding-left: 6px;
}
.bmp-media-play:hover { transform: translate(-50%, -50%) scale(1.08); background: var(--bmp-lime); }
.bmp-media-frame.is-playing .bmp-media-play { opacity: 0.3; }
.bmp-media-caption {
    position: absolute;
    bottom: 32px; left: 32px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
    background: rgba(0,0,0,0.3);
    padding: 10px 16px;
    border-radius: var(--bmp-radius-pill);
    backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
    .bmp-media-frame { aspect-ratio: 4 / 3; }
    .bmp-media-play { width: 64px; height: 64px; }
    .bmp-media-caption { bottom: 16px; left: 16px; font-size: 13px; padding: 8px 12px; }
}

/* ============================================================
   3. REFURBISHMENT CARDS (carousel)
   ============================================================ */
.bmp-refurb { padding: 80px 0; background: var(--bmp-ink); color: #fff; }
.bmp-refurb .bmp-section-head h2 { color: #fff; }
.bmp-refurb .bmp-section-head p { color: rgba(255,255,255,0.7); }
.bmp-refurb-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding-bottom: 16px;
    margin: 0 -8px;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.2) transparent;
}
.bmp-refurb-track::-webkit-scrollbar { height: 6px; }
.bmp-refurb-track::-webkit-scrollbar-track { background: transparent; }
.bmp-refurb-track::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); border-radius: 3px; }
.bmp-refurb-card {
    flex: 0 0 320px;
    scroll-snap-align: start;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--bmp-radius-md);
    padding: 28px;
    transition: transform var(--bmp-tr), background var(--bmp-tr), border-color var(--bmp-tr);
}
.bmp-refurb-card:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,0.08);
    border-color: rgba(151,215,0,0.4);
}
.bmp-refurb-icon {
    width: 48px; height: 48px;
    border-radius: 14px;
    background: var(--bmp-lime);
    color: var(--bmp-ink);
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.bmp-refurb-card h4 { color: #fff; font-size: 19px; font-weight: 700; margin-bottom: 8px; line-height: 1.3; }
.bmp-refurb-card p { color: rgba(255,255,255,0.65); font-size: 14.5px; line-height: 1.55; }
.bmp-refurb-controls {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 24px;
}
.bmp-arrow {
    width: 48px; height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.25);
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    transition: all var(--bmp-tr);
}
.bmp-arrow:hover { background: #fff; color: var(--bmp-ink); border-color: #fff; transform: translateY(-2px); }
@media (max-width: 575px) {
    .bmp-refurb { padding: 56px 0; }
    .bmp-refurb-card { flex: 0 0 280px; padding: 24px; }
}

/* ============================================================
   4. WHAT IS REFURBISHMENT
   ============================================================ */
.bmp-what { padding: 96px 0; }
.bmp-what-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.bmp-what-media { aspect-ratio: 1 / 1; border-radius: var(--bmp-radius-xl); overflow: hidden; }
.bmp-what-img {
    width: 100%; height: 100%;
    background:
        radial-gradient(circle at 30% 30%, rgba(151,215,0,0.45), transparent 55%),
        radial-gradient(circle at 70% 80%, rgba(124,179,0,0.40), transparent 55%),
        linear-gradient(135deg, #F4FCE3 0%, #E8F8C7 50%, #C0E472 100%);
    position: relative;
    overflow: hidden;
}
.bmp-what-img::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 60%; height: 60%;
    background: linear-gradient(135deg, #0A0B0F 0%, #1F2228 100%);
    border-radius: 36px;
    box-shadow: 0 40px 80px rgba(0,0,0,0.25);
}
.bmp-what-img::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 36%; height: 50%;
    background: linear-gradient(135deg, #97D700 0%, #7CB300 100%);
    border-radius: 16px;
    z-index: 2;
}
.bmp-what-body h2 {
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}
.bmp-what-body p { font-size: 17px; line-height: 1.65; color: var(--bmp-muted); margin-bottom: 24px; }
.bmp-what-list { list-style: none; padding: 0; margin: 0; }
.bmp-what-list li {
    display: flex; align-items: center; gap: 12px;
    font-size: 15.5px;
    color: var(--bmp-text);
    padding: 10px 0;
    border-top: 1px solid var(--bmp-border-soft);
}
.bmp-what-list li:first-child { border-top: 0; }
.bmp-what-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--bmp-lime);
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .bmp-what { padding: 56px 0; }
    .bmp-what-grid { grid-template-columns: 1fr; gap: 40px; }
    .bmp-what-media { aspect-ratio: 4 / 3; max-width: 480px; margin: 0 auto; }
    .bmp-what-body h2 { font-size: 30px; }
}

/* ============================================================
   5. 100-POINT INSPECTION — premium Back Market style
   ============================================================ */
.bmp-inspect { padding: 96px 0; background: var(--bmp-bg-soft); }
.bmp-inspect .bmp-section-head { margin-bottom: 48px; }

/* -------- Category image cards (top row) -------- */
.bmp-cat-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-bottom: 56px;
}
.bmp-cat-card {
    background: #fff;
    border: 1.5px solid var(--bmp-border, #e8eaf0);
    border-radius: 14px;
    padding: 12px 14px 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
    color: var(--bmp-text, #1a1d24);
    text-align: center;
    font-family: inherit;
    flex: 0 0 auto;
    width: 140px;
}
.bmp-cat-card:hover {
    transform: translateY(-3px);
    border-color: #cdd3df;
    box-shadow: 0 14px 30px -16px rgba(20, 24, 36, 0.16);
}
.bmp-cat-card.is-active {
    border-color: var(--bmp-ink, #1a1d24);
    box-shadow: 0 18px 36px -18px rgba(20, 24, 36, 0.28);
    transform: translateY(-1px);
}
.bmp-cat-card.is-active .bmp-cat-thumb { background-color: #f4f5f8; }
.bmp-cat-card.is-active .bmp-cat-name  { color: var(--bmp-ink, #1a1d24); }
.bmp-cat-thumb {
    width: 100%;
    height: 68px;
    border-radius: 10px;
    background: #fafbfd;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    transition: background-color 240ms ease, transform 240ms ease;
}
.bmp-cat-card:hover .bmp-cat-thumb { transform: scale(1.03); }
.bmp-cat-name {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--bmp-muted, #57617c);
    letter-spacing: 0.005em;
    line-height: 1.3;
}

/* -------- Inspection viewer shell -------- */
.bmp-inspect-shell { position: relative; }
.bmp-inspect-pane { display: none; }
.bmp-inspect-pane.is-active { display: block; animation: bmpFadeIn 280ms ease; }
@keyframes bmpFadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

.bmp-inspect-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 32px;
    background: #fff;
    border: 1px solid var(--bmp-border, #e8eaf0);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 24px 60px -32px rgba(20, 24, 36, 0.18);
}

/* -------- Left: vertical sidebar -------- */
.bmp-inspect-side {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-height: 560px;
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: #cdd3df transparent;
}
.bmp-inspect-side::-webkit-scrollbar { width: 6px; }
.bmp-inspect-side::-webkit-scrollbar-thumb { background: #cdd3df; border-radius: 3px; }
.bmp-inspect-side::-webkit-scrollbar-track { background: transparent; }

.bmp-inspect-link {
    background: transparent;
    border: 0;
    border-left: 2px solid transparent;
    padding: 14px 14px 14px 16px;
    text-align: left;
    cursor: pointer;
    display: grid;
    grid-template-columns: 28px 1fr 16px;
    align-items: center;
    gap: 12px;
    color: #8b95a6;
    font-family: inherit;
    font-size: 14.5px;
    font-weight: 500;
    letter-spacing: 0.005em;
    border-radius: 0;
    transition: color 220ms ease, background 220ms ease, border-color 220ms ease;
    position: relative;
}
.bmp-inspect-link + .bmp-inspect-link { border-top: 1px solid #f1f2f6; }
.bmp-inspect-link:hover { color: var(--bmp-text, #1a1d24); background: #fafbfd; }
.bmp-inspect-link.is-active {
    color: var(--bmp-ink, #1a1d24);
    background: #fafbfd;
    border-left-color: var(--bmp-ink, #1a1d24);
    font-weight: 700;
}
.bmp-inspect-link.is-active .bmp-inspect-link-chev { opacity: 1; transform: translateX(0); }
.bmp-inspect-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 16px;
    color: inherit;
    opacity: 0.85;
}
.bmp-inspect-link-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #cdd3df;
    transition: background 220ms ease, box-shadow 220ms ease;
}
.bmp-inspect-link.is-active .bmp-inspect-link-dot {
    background: var(--bmp-ink, #1a1d24);
    box-shadow: 0 0 0 4px #f1f2f6;
}
.bmp-inspect-link-label { line-height: 1.35; }
.bmp-inspect-link-chev {
    color: var(--bmp-ink, #1a1d24);
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 220ms ease, transform 220ms ease;
}

/* -------- Right: image preview + caption -------- */
.bmp-inspect-preview {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}
.bmp-inspect-imgwrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #fafbfd;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bmp-inspect-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 240ms ease;
}
.bmp-inspect-imgwrap.is-loading::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.35) 50%, transparent 70%);
    animation: bmpShimmer 1.2s linear infinite;
    pointer-events: none;
}
@keyframes bmpShimmer { from { transform: translateX(-100%); } to { transform: translateX(100%); } }
.bmp-inspect-img-fallback {
    position: absolute;
    color: #cdd3df;
    pointer-events: none;
}
.bmp-inspect-caption {
    padding: 4px 4px 0;
}
.bmp-inspect-caption-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #8b95a6;
    margin-bottom: 10px;
}
.bmp-inspect-caption-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--bmp-ink, #1a1d24);
    margin: 0 0 10px;
    line-height: 1.2;
}
.bmp-inspect-caption-desc {
    font-size: 15.5px;
    line-height: 1.6;
    color: var(--bmp-muted, #57617c);
    margin: 0;
    max-width: 56ch;
}

/* -------- Empty state -------- */
.bmp-inspect-empty {
    background: #fff;
    border: 1px dashed var(--bmp-border, #e8eaf0);
    border-radius: 20px;
    padding: 72px 24px;
    text-align: center;
    color: #8b95a6;
}
.bmp-inspect-empty-icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: #fafbfd;
    color: #b6bdcc;
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 14px;
}
.bmp-inspect-empty p { margin: 0; font-size: 15px; }

/* -------- Responsive -------- */
@media (max-width: 1099px) {
    .bmp-inspect-grid { grid-template-columns: 260px 1fr; gap: 24px; padding: 22px; }
    .bmp-inspect-caption-title { font-size: 24px; }
}
@media (max-width: 991px) {
    .bmp-cat-row {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 6px;
        margin-bottom: 40px;
        -webkit-overflow-scrolling: touch;
    }
    .bmp-cat-card { scroll-snap-align: start; padding: 10px 8px 8px; width: 118px; }
    .bmp-cat-thumb { height: 56px; font-size: 26px; border-radius: 8px; }
    .bmp-cat-name { font-size: 12.5px; }
    .bmp-inspect-grid { grid-template-columns: 1fr; padding: 18px; gap: 20px; }
    .bmp-inspect-side {
        flex-direction: row;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 4px 4px 8px;
        gap: 4px;
        scroll-snap-type: x proximity;
    }
    .bmp-inspect-side::-webkit-scrollbar { height: 4px; }
    .bmp-inspect-link {
        flex-shrink: 0;
        scroll-snap-align: start;
        border-left: 0;
        border-bottom: 2px solid transparent;
        padding: 10px 14px;
        border-radius: 999px;
        background: #fafbfd;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        grid-template-columns: unset;
    }
    .bmp-inspect-link + .bmp-inspect-link { border-top: 0; }
    .bmp-inspect-link.is-active {
        background: var(--bmp-ink, #1a1d24);
        color: #fff;
        border-left-color: transparent;
        border-bottom-color: transparent;
    }
    .bmp-inspect-link.is-active .bmp-inspect-link-dot { background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,0.18); }
    .bmp-inspect-link-chev { display: none; }
    .bmp-inspect-imgwrap { aspect-ratio: 16 / 10; }
}
@media (max-width: 575px) {
    .bmp-inspect { padding: 64px 0; }
    .bmp-inspect-caption-title { font-size: 22px; }
    .bmp-inspect-empty { padding: 48px 18px; }
}

/* ============================================================
   6. GRADES
   ============================================================ */
.bmp-grades { padding: 96px 0; }
.bmp-grade-cats {
    display: flex; gap: 8px; flex-wrap: wrap; justify-content: center;
    margin-bottom: 24px;
}
.bmp-grade-cat {
    background: transparent;
    border: 1px solid var(--bmp-border);
    border-radius: var(--bmp-radius-pill);
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    color: var(--bmp-muted);
    cursor: pointer;
    transition: all var(--bmp-tr);
}
.bmp-grade-cat:hover { color: var(--bmp-text); border-color: var(--bmp-ink); }
.bmp-grade-cat.is-active { background: var(--bmp-ink); color: #fff; border-color: var(--bmp-ink); }
.bmp-grade-tabs {
    display: flex; gap: 0;
    border: 1px solid var(--bmp-border);
    border-radius: var(--bmp-radius-pill);
    padding: 6px;
    max-width: 520px;
    margin: 0 auto 48px;
    background: #fff;
}
.bmp-grade-tab {
    flex: 1;
    background: transparent;
    border: 0;
    border-radius: var(--bmp-radius-pill);
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 700;
    color: var(--bmp-muted);
    cursor: pointer;
    transition: all var(--bmp-tr);
}
.bmp-grade-tab:hover { color: var(--bmp-text); }
.bmp-grade-tab.is-active { background: var(--bmp-ink); color: #fff; }
.bmp-grade-panels { position: relative; }
.bmp-grade-panel {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    animation: bmpFade 400ms ease-out;
}
.bmp-grade-panel.is-active { display: grid; }
@keyframes bmpFade {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
.bmp-grade-card {
    background: var(--bmp-bg-soft);
    border-radius: var(--bmp-radius-lg);
    padding: 28px 26px;
    transition: transform var(--bmp-tr), background var(--bmp-tr);
}
.bmp-grade-card:hover { background: #fff; box-shadow: var(--bmp-shadow-card); transform: translateY(-4px); }
.bmp-grade-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: var(--bmp-lime-soft);
    color: var(--bmp-lime-deep);
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
}
.bmp-grade-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.bmp-grade-card p { font-size: 13.5px; color: var(--bmp-muted); line-height: 1.5; }
@media (max-width: 991px) { .bmp-grade-panel { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) {
    .bmp-grades { padding: 56px 0; }
    .bmp-grade-panel { grid-template-columns: 1fr; }
    .bmp-grade-tabs { max-width: none; }
    .bmp-grade-tab { padding: 10px 12px; font-size: 12.5px; }
}

/* ============================================================
   7. YOU CHECK OUT, WE CHECK IN
   ============================================================ */
.bmp-care { padding: 96px 0; background: var(--bmp-bg-soft); }
.bmp-care-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.bmp-care-card {
    background: #fff;
    border-radius: var(--bmp-radius-lg);
    overflow: hidden;
    transition: transform var(--bmp-tr), box-shadow var(--bmp-tr);
    display: block;
    color: inherit;
}
.bmp-care-card:hover { transform: translateY(-6px); box-shadow: var(--bmp-shadow-card-hover); color: inherit; }
.bmp-care-thumb {
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    transition: transform var(--bmp-tr-slow);
    overflow: hidden;
    position: relative;
}
.bmp-care-card:hover .bmp-care-thumb { transform: scale(1.05); }
.bmp-care-thumb--1 { background: linear-gradient(135deg, #97D700 0%, #5E8A00 100%); }
.bmp-care-thumb--2 { background: linear-gradient(135deg, #0A0B0F 0%, #1F2228 100%); }
.bmp-care-thumb--3 { background: linear-gradient(135deg, #F4FCE3 0%, #97D700 100%); }
.bmp-care-thumb--4 { background: linear-gradient(135deg, #1F2228 0%, #97D700 100%); }
.bmp-care-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.bmp-care-body { padding: 24px 26px 28px; }
.bmp-care-body h4 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.bmp-care-body p { font-size: 14px; color: var(--bmp-muted); line-height: 1.5; }
@media (max-width: 991px) { .bmp-care-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) {
    .bmp-care { padding: 56px 0; }
    .bmp-care-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   8. FOOTNOTE
   ============================================================ */
.bmp-footnote { padding: 56px 0 80px; background: var(--bmp-bg); }
.bmp-footnote p {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    color: var(--bmp-subtle);
    line-height: 1.65;
}

/* ============================================================
   IN-APP VIDEO PLAYER (inline <video> on media frame + iframe modal)
   ============================================================ */
.bmp-media-frame { position: relative; overflow: hidden; }
.bmp-media-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
    z-index: 3;
}
.bmp-media-frame.is-playing .bmp-media-bg { opacity: 0; }
.bmp-media-frame.is-playing .bmp-media-caption { display: none; }

#bmp-video-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}
#bmp-video-modal.is-open { display: flex; }
.bmp-video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 11, 15, 0.88);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.bmp-video-modal-content {
    position: relative;
    width: min(1100px, 92vw);
    max-height: 90vh;
}
.bmp-video-modal-iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.55);
}
.bmp-video-modal-iframe-wrap iframe,
.bmp-video-modal-iframe-wrap video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.bmp-video-modal-close {
    position: absolute;
    top: -48px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #1a1d24;
    border: 0;
    border-radius: 50%;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    transition: transform 180ms ease, background 180ms ease;
}
.bmp-video-modal-close:hover { background: #d8ef63; transform: scale(1.08); }

@media (max-width: 575px) {
    .bmp-video-modal-content { width: 96vw; }
    .bmp-video-modal-iframe-wrap { border-radius: 10px; }
    .bmp-video-modal-close { top: -42px; right: 4px; width: 34px; height: 34px; font-size: 22px; }
}

/* End of bm-promise.css */
