/* ============================================================
   GUIDE SECTION (Hướng dẫn hành động dán link)
   ============================================================ */

.lh-guide-section {
    padding-top: 40px;
    /* background-color: #f8fafc; */
}

.lh-guide-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 25px;
    line-height: 1.35;
}

.lh-guide-title .lh-orange-text {
    color: var(--color-3);
}

.lh-guide-steps {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 12px;
}

.lh-step-card {
    flex: 1;
    min-width: 0;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.02);
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.lh-step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(255, 80, 0, 0.06);
    border-color: rgba(255, 80, 0, 0.2);
}

.lh-step-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.lh-step-number {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #ff6b4a 0%, var(--color-3) 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    flex-shrink: 0;
    box-shadow: 0 3px 8px rgba(255, 80, 0, 0.2);
}

.lh-step-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.4;
}

.lh-step-title .lh-orange-inline {
    color: var(--color-3);
    font-weight: 700;
}

.lh-step-desc {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.lh-step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    flex-shrink: 0;
}

.lh-step-arrow svg {
    width: 20px;
    height: 20px;
    color: var(--color-3);
}

/* Responsive adjustments */
@media (max-width: 1100px) {
    .lh-guide-title {
        font-size: 24px;
        margin-bottom: 36px;
    }

    .lh-step-card {
        padding: 20px 16px;
    }

    .lh-step-title {
        font-size: 15px;
    }

    .lh-step-desc {
        font-size: 13px;
    }
}

@media (max-width: 900px) {
    .lh-guide-steps {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .lh-step-arrow {
        align-self: center;
        transform: rotate(90deg);
        margin: 4px 0;
        height: 20px;
    }

    .lh-step-card {
        padding: 20px;
    }
}

/* ============================================================
   MOCKUP ILLUSTRATION SECTION (Hình ảnh minh họa)
   ============================================================ */

.lh-mockup-section {
    padding-top: 40px;
}

.lh-mockup-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 30px;
    text-align: left;
    text-transform: uppercase;
}

.lh-mockup-steps {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 12px;
}

.lh-mockup-col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lh-mockup-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    width: 100%;
    justify-content: flex-start;
    padding-left: 4px;
}

.lh-mockup-num {
    width: 24px;
    height: 24px;
    background: var(--color-3);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
}

.lh-mockup-step-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

/* Mockup phone containers */
.lh-mockup-box {
    width: 100%;
    max-width: 260px;
    aspect-ratio: 9 / 10;
    /* background-color: #f8fafc;
    border: 8px solid #1e293b; */
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    position: relative;
    font-family: system-ui, -apple-system, sans-serif;
    display: flex;
    flex-direction: column;
    user-select: none;
    font-size: 10px;
}

.lh-mockup-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.lh-mockup-caption {
    font-size: 13px;
    color: #475569;
    text-align: center;
    margin-top: 16px;
    line-height: 1.5;
    font-weight: 500;
    padding: 0 8px;
}

.lh-mockup-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    flex-shrink: 0;
    color: #cbd5e1;
    /* margin-top: 100px; */
}

.lh-mockup-arrow svg {
    width: 20px;
    height: 20px;
    color: var(--color-3);
}

/* Mockup Box 1: App home screen */
.box-1 .app-header {
    height: 26px;
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    color: var(--color-3);
    font-weight: 800;
    font-size: 10px;
}

.box-1 .app-header-icons {
    display: flex;
    gap: 6px;
    color: #64748b;
    font-size: 10px;
}

.box-1 .app-body {
    padding: 10px;
    flex: 1;
    overflow-y: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.box-1 .hero-title {
    font-weight: 700;
    font-size: 11px;
    color: #1e293b;
    margin: 0;
    line-height: 1.25;
}

.box-1 .hero-subtitle {
    font-weight: 700;
    font-size: 11px;
    color: var(--color-3);
    margin: 0;
    line-height: 1.25;
}

.box-1 .hero-desc {
    color: #64748b;
    font-size: 7.5px;
    line-height: 1.35;
    margin: 2px 0 0 0;
}

.box-1 .input-container {
    display: flex;
    gap: 4px;
    margin-top: 4px;
}

.box-1 .mock-input {
    flex: 1;
    height: 22px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0 6px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    font-size: 7.5px;
    background: #fff;
}

.box-1 .mock-btn {
    height: 22px;
    background: var(--color-3);
    color: #fff;
    font-weight: 700;
    font-size: 7.5px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    white-space: nowrap;
}

.box-1 .features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    margin-top: 2px;
}

.box-1 .feature-item {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 7px;
    color: #64748b;
}

.box-1 .feature-dot {
    width: 3px;
    height: 3px;
    background: #10b981;
    border-radius: 50%;
}

.box-1 .results-title {
    font-weight: 700;
    font-size: 8.5px;
    color: #10b981;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.box-1 .results-sub {
    font-size: 8px;
    font-weight: 700;
    color: #1e293b;
    margin: 2px 0;
}

.box-1 .product-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.box-1 .product-item {
    display: flex;
    gap: 5px;
    padding: 4px;
    background: #f8fafc;
    border-radius: 6px;
    border: 0.5px solid #f1f5f9;
}

.box-1 .prod-img-placeholder {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #cbd5e1;
    flex-shrink: 0;
}

.box-1 .prod-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-1 .prod-title {
    font-weight: 600;
    font-size: 7px;
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.box-1 .prod-meta {
    font-size: 6.5px;
    color: var(--color-3);
    font-weight: 700;
    margin-top: 1px;
}

.box-1 .prod-meta-green {
    color: #10b981;
    margin-left: 3px;
}

.box-1 .more-btn {
    align-self: center;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 2px 6px;
    color: #64748b;
    font-size: 7px;
    margin-top: 2px;
}

/* Bottom Tab Bar */
.box-1 .tab-bar {
    height: 38px;
    background: #fff;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 4px;
}

.box-1 .tab-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: #94a3b8;
    font-size: 7px;
    cursor: pointer;
}

.box-1 .tab-item.active {
    color: var(--color-3);
}

.box-1 .tab-icon {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.box-1 .tab-icon-plus {
    width: 22px;
    height: 22px;
    background: var(--color-3);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(255, 80, 0, 0.3);
    position: relative;
    font-size: 12px;
    font-weight: bold;
}

/* Floating pointer hand */
.box-1 .pointer-hand {
    position: absolute;
    bottom: 5px;
    left: 52%;
    width: 20px;
    height: 20px;
    pointer-events: none;
    z-index: 10;
    animation: bouncePointer 1.5s infinite;
}

@keyframes bouncePointer {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-4px) scale(0.95);
    }
}

/* Modal Overlay Styles (for Boxes 2, 3, 4) */
.lh-mockup-box .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(1px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.lh-mockup-box .mock-modal {
    background: #fff;
    width: 100%;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

/* Mockup Box 2: Open modal input */
.box-2 .modal-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #f1f5f9;
    padding-bottom: 4px;
    margin-bottom: 6px;
}

.box-2 .modal-title {
    font-weight: 700;
    font-size: 9.5px;
    color: #1e293b;
    margin: 0;
}

.box-2 .modal-close {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 700;
}

.box-2 .modal-label {
    font-weight: 600;
    font-size: 7.5px;
    color: #475569;
    margin-bottom: 3px;
}

.box-2 .mock-textarea {
    width: 100%;
    height: 34px;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    padding: 5px;
    font-size: 7px;
    color: #475569;
    background: #f8fafc;
    margin-bottom: 6px;
    word-break: break-all;
    line-height: 1.3;
}

.box-2 .guide-section {
    background: #f8fafc;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 6px;
}

.box-2 .guide-title {
    font-weight: 700;
    font-size: 7.5px;
    color: #1e293b;
    margin: 0 0 3px 0;
}

.box-2 .guide-list {
    margin: 0;
    padding-left: 8px;
    list-style-type: disc;
    color: #64748b;
    font-size: 6.5px;
    line-height: 1.25;
}

.box-2 .action-btn {
    height: 20px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.box-2 .btn-primary {
    background: var(--color-3);
    color: #fff;
    margin-bottom: 4px;
}

.box-2 .btn-secondary {
    background: #fff;
    border: 0.5px solid #cbd5e1;
    color: #64748b;
    margin-bottom: 6px;
}

.box-2 .info-box {
    background: #f1f5f9;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    gap: 3px;
    align-items: flex-start;
    color: #475569;
    font-size: 6px;
    line-height: 1.2;
}

/* Mockup Box 3: Processing */
.box-3 .processing-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 6px;
    text-align: center;
}

.box-3 .clipboard-icon-wrapper {
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.box-3 .clipboard-icon {
    width: 100%;
    height: 100%;
    color: #3b82f6;
}

.box-3 .processing-status {
    font-weight: 700;
    font-size: 9px;
    color: #1e293b;
    margin-bottom: 3px;
}

.box-3 .processing-sub {
    font-size: 7.5px;
    color: #64748b;
    margin-bottom: 10px;
}

.box-3 .progress-bar-bg {
    width: 100%;
    height: 3px;
    background: #e2e8f0;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}

.box-3 .progress-bar-fill {
    width: 60%;
    height: 100%;
    background: var(--color-3);
    border-radius: 2px;
    animation: mockProgress 1.5s infinite linear;
}

.box-3 .spinner-icon {
    width: 12px;
    height: 12px;
    border: 1.5px solid #e2e8f0;
    border-top: 1.5px solid var(--color-3);
    border-radius: 50%;
    animation: spin 1s infinite linear;
    margin-bottom: 12px;
}

.box-3 .btn-cancel {
    width: 100%;
    height: 20px;
    border: 0.5px solid #cbd5e1;
    border-radius: 5px;
    color: #64748b;
    font-weight: 700;
    font-size: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mockup Box 4: Success Results */
.box-4 .mock-modal {
    padding: 8px;
}

.box-4 .success-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #f1f5f9;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.box-4 .success-title {
    font-weight: 700;
    font-size: 9.5px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 3px;
}

.box-4 .success-icon {
    color: #10b981;
    font-weight: bold;
}

.box-4 .success-subtitle {
    font-size: 7px;
    color: #64748b;
    line-height: 1.25;
    margin-bottom: 6px;
}

.box-4 .results-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 6px;
}

.box-4 .result-item {
    display: flex;
    gap: 4px;
    padding: 3px;
    background: #f8fafc;
    border-radius: 5px;
    border: 0.5px solid #e2e8f0;
    align-items: center;
}

.box-4 .res-img-placeholder {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #cbd5e1;
    flex-shrink: 0;
}

.box-4 .res-info {
    flex: 1;
    min-width: 0;
}

.box-4 .res-title {
    font-weight: 600;
    font-size: 7px;
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.box-4 .res-commission {
    font-size: 6px;
    color: #64748b;
    margin-top: 1px;
}

.box-4 .res-commission .price {
    color: var(--color-3);
    font-weight: 700;
}

.box-4 .res-commission .pct {
    color: #10b981;
    font-weight: 700;
    margin-left: 2px;
}

.box-4 .action-btn {
    height: 20px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-4 .btn-buy-all {
    background: var(--color-3);
    color: #fff;
    margin-bottom: 4px;
}

.box-4 .btn-detail {
    background: #fff;
    border: 0.5px solid #cbd5e1;
    color: #64748b;
}

/* Responsive for mockup section */
@media (max-width: 1024px) {
    .lh-mockup-section-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .lh-mockup-box {
        max-width: 220px;
    }
}

@media (max-width: 900px) {
    .lh-mockup-steps {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .lh-mockup-col {
        width: 100%;
        max-width: 260px;
    }

    .lh-mockup-arrow {
        transform: rotate(90deg);
        margin: 4px 0;
        height: 20px;
        align-self: center;
    }
}

/* ============================================================
   MOBILE BENEFIT SECTION (Trên giao diện mobile & Lợi ích)
   ============================================================ */

.lh-mobile-benefit-section {
    padding: 60px 0 30px;
}

.lh-mb-row {
    display: flex;
    gap: 32px;
    align-items: stretch;
}

.lh-mb-left {
    flex: 1;
    min-width: 0;
}

.lh-mb-right {
    width: 280px;
    flex-shrink: 0;
    background-color: #fff9f5;
    border: 1px solid #ffeada;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.lh-mb-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.lh-mb-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

/* Miniature screens inside mobile flow */
.lh-mb-screen {
    width: 210px;
    aspect-ratio: 9 / 10;
    position: relative;
    font-family: system-ui, -apple-system, sans-serif;
    display: flex;
    flex-direction: column;
    font-size: 6px;
}

.lh-mb-screen img {
    object-fit: contain;
}

.lh-mb-flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-3);
    font-size: 16px;
    flex-shrink: 0;
    animation: flowPulse 2s infinite;
}

@keyframes flowPulse {

    0%,
    100% {
        transform: translateX(0);
        opacity: 0.7;
    }

    50% {
        transform: translateX(3px);
        opacity: 1;
    }
}

@keyframes flowPulseVertical {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.7;
    }

    50% {
        transform: translateY(4px);
        opacity: 1;
    }
}

/* Right Panel: Benefits */
.lh-benefits-title {
    font-size: 16px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lh-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.lh-benefit-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.lh-benefit-icon {
    width: 32px;
    height: 32px;
    background-color: #fff0e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--color-3);
}

.lh-benefit-icon svg {
    width: 18px;
    height: 18px;
}

.lh-benefit-text {
    flex: 1;
}

.lh-benefit-name {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px 0;
}

.lh-benefit-desc {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
    margin: 0;
}

/* Micro screens content styles */
/* Screen 1 */
.lh-mb-screen.sc-1 .app-header {
    height: 16px;
    background: #fff;
    border-bottom: 0.5px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;
    color: var(--color-3);
    font-weight: 800;
    font-size: 6px;
}

.lh-mb-screen.sc-1 .app-body {
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    background: #fff;
}

.lh-mb-screen.sc-1 .hero-title {
    font-weight: 700;
    font-size: 7px;
    color: #1e293b;
    margin: 0;
    line-height: 1.2;
}

.lh-mb-screen.sc-1 .hero-subtitle {
    font-weight: 700;
    font-size: 7px;
    color: var(--color-3);
    margin: 0;
    line-height: 1.2;
}

.lh-mb-screen.sc-1 .hero-desc {
    color: #94a3b8;
    font-size: 5px;
    line-height: 1.3;
    margin: 0;
}

.lh-mb-screen.sc-1 .input-container {
    display: flex;
    gap: 2px;
}

.lh-mb-screen.sc-1 .mock-input {
    flex: 1;
    height: 14px;
    border: 0.5px solid #cbd5e1;
    border-radius: 3px;
    padding: 0 4px;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    font-size: 5px;
}

.lh-mb-screen.sc-1 .mock-btn {
    height: 14px;
    background: var(--color-3);
    color: #fff;
    font-weight: 700;
    font-size: 5px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

.lh-mb-screen.sc-1 .tab-bar {
    height: 22px;
    background: #fff;
    border-top: 0.5px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.lh-mb-screen.sc-1 .tab-item {
    font-size: 4.5px;
    color: #94a3b8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lh-mb-screen.sc-1 .tab-item.active {
    color: var(--color-3);
}

.lh-mb-screen.sc-1 .tab-icon-plus {
    width: 14px;
    height: 14px;
    background: var(--color-3);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: bold;
}

.lh-mb-screen.sc-1 .pointer-hand {
    position: absolute;
    bottom: 3px;
    left: 52%;
    width: 14px;
    height: 14px;
    animation: bouncePointerMobile 1.5s infinite;
}

@keyframes bouncePointerMobile {

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

    50% {
        transform: translateY(-2px);
    }
}

/* Screen 2 */
.lh-mb-screen.sc-2 .modal-box {
    background: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 6px;
}

.lh-mb-screen.sc-2 .modal-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #f1f5f9;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.lh-mb-screen.sc-2 .modal-title {
    font-weight: 700;
    font-size: 7px;
    color: #1e293b;
    margin: 0;
}

.lh-mb-screen.sc-2 .modal-close {
    font-size: 8px;
    color: #94a3b8;
}

.lh-mb-screen.sc-2 .mock-textarea {
    width: 100%;
    height: 24px;
    border: 0.5px solid #cbd5e1;
    border-radius: 3px;
    padding: 4px;
    font-size: 5px;
    color: #cbd5e1;
    margin-bottom: 4px;
}

.lh-mb-screen.sc-2 .guide-section {
    background: #f8fafc;
    border-radius: 3px;
    padding: 4px;
    margin-bottom: 4px;
}

.lh-mb-screen.sc-2 .guide-title {
    font-weight: 700;
    font-size: 5px;
    margin: 0 0 2px 0;
}

.lh-mb-screen.sc-2 .guide-list {
    margin: 0;
    padding-left: 6px;
    list-style-type: disc;
    font-size: 4px;
    color: #64748b;
}

.lh-mb-screen.sc-2 .action-btn {
    height: 14px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

.lh-mb-screen.sc-2 .btn-primary {
    background: var(--color-3);
    color: #fff;
}

.lh-mb-screen.sc-2 .btn-secondary {
    background: #fff;
    border: 0.5px solid #cbd5e1;
    color: #64748b;
}

/* Screen 3 */
.lh-mb-screen.sc-3 .processing-box {
    background: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 6px;
    justify-content: center;
    text-align: center;
}

.lh-mb-screen.sc-3 .processing-icon {
    width: 24px;
    height: 24px;
    color: #3b82f6;
    margin-bottom: 6px;
}

.lh-mb-screen.sc-3 .processing-status {
    font-weight: 700;
    font-size: 7px;
    color: #1e293b;
    margin-bottom: 2px;
}

.lh-mb-screen.sc-3 .processing-sub {
    font-size: 5px;
    color: #64748b;
    margin-bottom: 8px;
}

.lh-mb-screen.sc-3 .progress-bar-bg {
    width: 100%;
    height: 2px;
    background: #e2e8f0;
    border-radius: 1px;
    overflow: hidden;
    margin-bottom: 8px;
}

.lh-mb-screen.sc-3 .progress-bar-fill {
    width: 60%;
    height: 100%;
    background: var(--color-3);
    animation: mockProgress 1.5s infinite linear;
}

.lh-mb-screen.sc-3 .spinner-icon {
    width: 8px;
    height: 8px;
    border: 1px solid #e2e8f0;
    border-top: 1px solid var(--color-3);
    border-radius: 50%;
    animation: spin 1s infinite linear;
}

/* Screen 4 */
.lh-mb-screen.sc-4 .success-box {
    background: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 6px;
    justify-content: center;
    text-align: center;
}

.lh-mb-screen.sc-4 .success-icon {
    width: 20px;
    height: 20px;
    background: #10b981;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-bottom: 6px;
}

.lh-mb-screen.sc-4 .success-status {
    font-weight: 700;
    font-size: 7.5px;
    color: #1e293b;
    margin-bottom: 2px;
}

.lh-mb-screen.sc-4 .success-sub {
    font-size: 5.5px;
    color: #64748b;
    margin-bottom: 8px;
}

.lh-mb-screen.sc-4 .action-btn {
    width: 100%;
    height: 14px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

.lh-mb-screen.sc-4 .btn-primary {
    background: var(--color-3);
    color: #fff;
}

.lh-mb-screen.sc-4 .btn-secondary {
    background: #fff;
    border: 0.5px solid #cbd5e1;
    color: #64748b;
}

/* Screen 5 */
.lh-mb-screen.sc-5 .results-box {
    background: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 6px;
}

.lh-mb-screen.sc-5 .results-header {
    font-weight: 700;
    font-size: 7px;
    color: #1e293b;
    border-bottom: 0.5px solid #f1f5f9;
    padding-bottom: 3px;
    margin-bottom: 4px;
}

.lh-mb-screen.sc-5 .product-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.lh-mb-screen.sc-5 .product-item {
    display: flex;
    gap: 4px;
    padding: 3px;
    background: #f8fafc;
    border-radius: 3px;
    border: 0.5px solid #cbd5e1;
    align-items: center;
}

.lh-mb-screen.sc-5 .prod-img {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: #cbd5e1;
}

.lh-mb-screen.sc-5 .prod-name {
    font-weight: 600;
    font-size: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.lh-mb-screen.sc-5 .prod-meta {
    font-size: 4px;
    color: var(--color-3);
    font-weight: 700;
}

.lh-mb-screen.sc-5 .prod-meta-pct {
    color: #10b981;
    margin-left: 1px;
}

.lh-mb-screen.sc-5 .buy-btn {
    height: 14px;
    background: var(--color-3);
    color: #fff;
    font-weight: 700;
    font-size: 5px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .lh-mb-row {
        gap: 20px;
    }

    .lh-mb-right {
        width: 260px;
        padding: 20px;
    }
}

@media (max-width: 900px) {
    .lh-mb-row {
        flex-direction: column;
        gap: 28px;
    }

    .lh-mb-right {
        width: 100%;
    }

    .lh-mb-flow {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        overflow-x: visible;
        padding-bottom: 0;
        width: 100%;
    }

    .lh-mb-screen {
        width: 100%;
        max-width: 220px;
        flex-shrink: 0;
    }

    .lh-mb-flow-arrow {
        font-size: 20px;
        margin: 6px 0;
        animation: flowPulseVertical 2s infinite;
    }

    .lh-arrow-char {
        display: inline-block;
        transform: rotate(90deg);
    }
}

@media (max-width: 768px) {
    .lh-guide-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .lh-guide-section {
        padding-top: 30px;
    }

    .lh-mobile-benefit-section {
        padding: 40px 0 20px;
    }

    .lh-mb-title {
        font-size: 20px;
    }
}