/* /Components/Controls/ContactModal.razor.rz.scp.css */
/* ── 联系方式模态框 ── */
.contact-modal-overlay[b-dvaile88kr] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 16px;
    animation: fadeIn-b-dvaile88kr 0.2s ease;
}

.contact-modal[b-dvaile88kr] {
    background: #141820;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px;
    max-width: 420px;
    width: 100%;
    position: relative;
    text-align: center;
    animation: modalSlideUp-b-dvaile88kr 0.3s ease;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
}

.contact-modal-close[b-dvaile88kr] {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: none;
    background: rgba(255, 255, 255, 0.05);
    color: #9ca3af;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.contact-modal-close:hover[b-dvaile88kr] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.contact-modal-icon[b-dvaile88kr] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(74, 222, 128, 0.15), rgba(52, 211, 153, 0.08));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: #4ade80;
    font-size: 24px;
}

.contact-modal-items[b-dvaile88kr] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-modal-item[b-dvaile88kr] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    text-align: left;
    transition: border-color 0.2s;
}

.contact-modal-item:hover[b-dvaile88kr] {
    border-color: rgba(74, 222, 128, 0.2);
}

.contact-modal-item-icon[b-dvaile88kr] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(74, 222, 128, 0.1);
    color: #4ade80;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-modal-item-icon.email[b-dvaile88kr] {
    background: rgba(96, 165, 250, 0.1);
    color: #60a5fa;
}

@keyframes fadeIn-b-dvaile88kr {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes modalSlideUp-b-dvaile88kr {
    from { opacity: 0; transform: translateY(20px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2a8md48x7j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2a8md48x7j] {
    flex: 1;
}

.sidebar[b-2a8md48x7j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2a8md48x7j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2a8md48x7j]  a, .top-row[b-2a8md48x7j]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2a8md48x7j]  a:hover, .top-row[b-2a8md48x7j]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2a8md48x7j]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-2a8md48x7j] {
        justify-content: space-between;
    }

    .top-row[b-2a8md48x7j]  a, .top-row[b-2a8md48x7j]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2a8md48x7j] {
        flex-direction: row;
    }

    .sidebar[b-2a8md48x7j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2a8md48x7j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2a8md48x7j]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2a8md48x7j], article[b-2a8md48x7j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-2a8md48x7j] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-2a8md48x7j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-10cya6w73s] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-10cya6w73s] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-10cya6w73s] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-10cya6w73s] {
    font-size: 1.1rem;
}

.bi[b-10cya6w73s] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-10cya6w73s] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-10cya6w73s] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-10cya6w73s] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-10cya6w73s] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-10cya6w73s] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-10cya6w73s] {
        padding-bottom: 1rem;
    }

    .nav-item[b-10cya6w73s]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-10cya6w73s]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-10cya6w73s]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-10cya6w73s] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-10cya6w73s] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-10cya6w73s] {
        display: none;
    }

    .nav-scrollable[b-10cya6w73s] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3iuel3bue3],
.components-reconnect-repeated-attempt-visible[b-3iuel3bue3],
.components-reconnect-failed-visible[b-3iuel3bue3],
.components-pause-visible[b-3iuel3bue3],
.components-resume-failed-visible[b-3iuel3bue3],
.components-rejoining-animation[b-3iuel3bue3] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3iuel3bue3],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3iuel3bue3],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3iuel3bue3],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3iuel3bue3],
#components-reconnect-modal.components-reconnect-retrying[b-3iuel3bue3],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3iuel3bue3],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3iuel3bue3],
#components-reconnect-modal.components-reconnect-failed[b-3iuel3bue3],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3iuel3bue3] {
    display: block;
}


#components-reconnect-modal[b-3iuel3bue3] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-3iuel3bue3 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3iuel3bue3 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3iuel3bue3 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3iuel3bue3]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3iuel3bue3 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3iuel3bue3 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3iuel3bue3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3iuel3bue3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3iuel3bue3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3iuel3bue3] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3iuel3bue3] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3iuel3bue3] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3iuel3bue3] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3iuel3bue3] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3iuel3bue3] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3iuel3bue3 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3iuel3bue3] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3iuel3bue3 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/CustomService.razor.rz.scp.css */
/* ════════════════════════════════════════
   方案定制页面样式
   ════════════════════════════════════════ */

/* ── 步骤指示器 ── */
.step-dot[b-yx5od3lrj0] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #9ca3af;
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.12);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
}

.step-dot.active[b-yx5od3lrj0] {
    color: #4ade80;
    border-color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    box-shadow: 0 0 20px rgba(74, 222, 128, 0.15) !important;
}

.step-dot.completed[b-yx5od3lrj0] {
    color: white;
    background: #059669;
    border-color: #059669;
}

.step-dot-wrapper:hover .step-dot:not(.active):not(.completed)[b-yx5od3lrj0] {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
}

.step-line[b-yx5od3lrj0] {
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.08);
    margin: 0 6px;
    margin-bottom: 22px;
    transition: background 0.3s ease;
}

@media (min-width: 640px) {
    .step-line[b-yx5od3lrj0] {
        width: 60px;
        margin: 0 8px;
    }
}

.step-line.completed[b-yx5od3lrj0] {
    background: #059669;
}

/* ── 表单标签 ── */
.form-label[b-yx5od3lrj0] {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #f3f4f6;
    letter-spacing: 0.01em;
}

/* ── 选项卡片 ── */
.option-card[b-yx5od3lrj0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d1d5db;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    min-height: 64px;
}

.option-card:hover[b-yx5od3lrj0] {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
    color: #e5e7eb;
    transform: translateY(-1px);
}

.option-card.selected[b-yx5od3lrj0] {
    background: rgba(74, 222, 128, 0.1);
    border-color: rgba(74, 222, 128, 0.45);
    color: #6ee7a0;
    box-shadow: 0 0 18px rgba(74, 222, 128, 0.1) !important;
}

.option-card.selected i[b-yx5od3lrj0] {
    color: #4ade80;
}

/* 自定义 SVG 协议图标 */
.protocol-svg-icon[b-yx5od3lrj0] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    color: #9ca3af;
}

.protocol-svg-icon svg[b-yx5od3lrj0] {
    width: 20px;
    height: 20px;
}

.option-card.selected .protocol-svg-icon[b-yx5od3lrj0] {
    color: #4ade80;
}

/* 横排选项卡片（图标在左，文字在右） */
.option-card-row[b-yx5od3lrj0] {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.option-card-row i[b-yx5od3lrj0] {
    font-size: 18px;
    margin-bottom: 0;
}

/* 小型选项卡片（是/否、简短选项） */
.option-card-sm[b-yx5od3lrj0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d1d5db;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
    font-weight: 500;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
}

.option-card-sm:hover[b-yx5od3lrj0] {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
    color: #e5e7eb;
}

.option-card-sm.selected[b-yx5od3lrj0] {
    background: rgba(74, 222, 128, 0.1);
    border-color: rgba(74, 222, 128, 0.45);
    color: #6ee7a0;
    font-weight: 600;
}

/* 功能模块卡片 (稍大) */
.feature-option[b-yx5od3lrj0] {
    min-height: 84px;
    padding: 18px 14px;
}

/* ── 输入框 ── */
.form-input[b-yx5od3lrj0] {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e5e7eb;
    font-size: 14px;
    transition: all 0.2s ease;
    resize: vertical;
    box-sizing: border-box;
}

.form-input[b-yx5od3lrj0]::placeholder {
    color: #4b5563;
}

.form-input:focus[b-yx5od3lrj0] {
    border-color: rgba(74, 222, 128, 0.4) !important;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.08) !important;
}

/* ── 按钮 ── */
.btn-step-nav[b-yx5od3lrj0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: #d1d5db;
    user-select: none;
    text-decoration: none;
}

.btn-step-nav:hover[b-yx5od3lrj0] {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

.btn-step-nav.btn-primary[b-yx5od3lrj0] {
    background: linear-gradient(135deg, #059669, #047857);
    border-color: #059669;
    color: white;
    box-shadow: 0 4px 16px rgba(5, 150, 105, 0.25) !important;
}

.btn-step-nav.btn-primary:hover[b-yx5od3lrj0] {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 6px 24px rgba(5, 150, 105, 0.35) !important;
    transform: translateY(-2px);
}

.btn-step-nav.btn-estimate[b-yx5od3lrj0] {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    border-color: #7c3aed;
    color: white;
    box-shadow: 0 4px 16px rgba(124, 58, 237, 0.25) !important;
}

.btn-step-nav.btn-estimate:hover[b-yx5od3lrj0] {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    box-shadow: 0 6px 24px rgba(124, 58, 237, 0.35) !important;
    transform: translateY(-2px);
}

.btn-step-nav.btn-contact[b-yx5od3lrj0] {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.3);
    color: #60a5fa;
}

.btn-step-nav.btn-contact:hover[b-yx5od3lrj0] {
    background: rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.5);
}

/* ── 校验提示 ── */
.validation-tip[b-yx5od3lrj0] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 10px;
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.25);
    color: #fbbf24;
    font-size: 14px;
    font-weight: 500;
    animation: shake-b-yx5od3lrj0 0.4s ease-in-out;
}

@keyframes shake-b-yx5od3lrj0 {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-6px); }
    40% { transform: translateX(6px); }
    60% { transform: translateX(-4px); }
    80% { transform: translateX(4px); }
}

/* 步骤切换过渡动画通过 animate-fade-in-up-fast 处理，不额外添加 */

/* ── 结果区域进入动画 ── */
.result-area[b-yx5od3lrj0] {
    animation: resultSlideIn-b-yx5od3lrj0 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes resultSlideIn-b-yx5od3lrj0 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── 费用明细比例条 ── */
.cost-bar-bg[b-yx5od3lrj0] {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
    margin-top: 8px;
    overflow: hidden;
}

.cost-bar-fill[b-yx5od3lrj0] {
    height: 100%;
    background: linear-gradient(90deg, #059669, #4ade80);
    border-radius: 2px;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── 移动端紧凑模式 ── */
@media (max-width: 639px) {
    /* 表单标签 */
    .form-label[b-yx5od3lrj0] {
        font-size: 14px;
        margin-bottom: -2px;
    }

    /* 选项卡片 */
    .option-card[b-yx5od3lrj0] {
        padding: 10px 8px;
        font-size: 13px;
        min-height: 52px;
        border-radius: 10px;
    }

    .option-card i[b-yx5od3lrj0] {
        font-size: 16px !important;
        margin-bottom: 2px !important;
    }

    .option-card-sm[b-yx5od3lrj0] {
        padding: 8px 14px;
        font-size: 13px;
        border-radius: 8px;
    }

    /* 功能模块卡片 */
    .feature-option[b-yx5od3lrj0] {
        min-height: 68px;
        padding: 12px 8px;
    }

    /* 输入框 */
    .form-input[b-yx5od3lrj0] {
        padding: 10px 12px;
        font-size: 13px;
    }

    /* 按钮 */
    .btn-step-nav[b-yx5od3lrj0] {
        padding: 10px 20px;
        font-size: 13px;
    }

    /* 校验提示 */
    .validation-tip[b-yx5od3lrj0] {
        padding: 8px 12px;
        font-size: 13px;
    }

    /* 步骤指示器 */
    .step-dot[b-yx5od3lrj0] {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .step-line[b-yx5od3lrj0] {
        width: 28px;
        margin: 0 3px;
        margin-bottom: 0;
    }

    /* 费用明细比例条 */
    .cost-bar-bg[b-yx5od3lrj0] {
        margin-top: 6px;
    }
}

/* ── 售后维护提示气泡 ── */
.maintenance-tip-trigger[b-yx5od3lrj0] {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    cursor: help;
    vertical-align: middle;
}

.maintenance-tip-trigger i[b-yx5od3lrj0] {
    font-size: 14px;
    color: #6b7280;
    transition: color 0.2s ease;
}

.maintenance-tip-trigger:hover i[b-yx5od3lrj0] {
    color: #4ade80;
}

/* popup 默认隐藏，trigger 无 position:relative，
   所以 absolute 定位参照外层 div[style="position:relative"] */
.maintenance-tip-popup[b-yx5od3lrj0] {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 4px;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(17, 24, 39, 0.97);
    border: 1px solid rgba(74, 222, 128, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    color: #d1d5db;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    z-index: 50;
}

.maintenance-tip-popup b[b-yx5od3lrj0] {
    color: #4ade80;
    font-size: 13px;
}

.maintenance-tip-trigger:hover .maintenance-tip-popup[b-yx5od3lrj0] {
    display: block;
}

/* ── 联系方式模态框 ── */
.contact-modal-overlay[b-yx5od3lrj0] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 16px;
    animation: fadeIn-b-yx5od3lrj0 0.2s ease;
}

.contact-modal[b-yx5od3lrj0] {
    background: #141820;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px;
    max-width: 420px;
    width: 100%;
    position: relative;
    text-align: center;
    animation: modalSlideUp-b-yx5od3lrj0 0.3s ease;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
}

.contact-modal-close[b-yx5od3lrj0] {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: none;
    background: rgba(255, 255, 255, 0.05);
    color: #9ca3af;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.contact-modal-close:hover[b-yx5od3lrj0] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.contact-modal-icon[b-yx5od3lrj0] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(74, 222, 128, 0.15), rgba(52, 211, 153, 0.08));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: #4ade80;
    font-size: 24px;
}

.contact-modal-items[b-yx5od3lrj0] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-modal-item[b-yx5od3lrj0] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    text-align: left;
    transition: border-color 0.2s;
}

.contact-modal-item:hover[b-yx5od3lrj0] {
    border-color: rgba(74, 222, 128, 0.2);
}

.contact-modal-item-icon[b-yx5od3lrj0] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(74, 222, 128, 0.1);
    color: #4ade80;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-modal-item-icon.email[b-yx5od3lrj0] {
    background: rgba(96, 165, 250, 0.1);
    color: #60a5fa;
}

@keyframes fadeIn-b-yx5od3lrj0 {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes modalSlideUp-b-yx5od3lrj0 {
    from { opacity: 0; transform: translateY(20px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* ── 评估结果反馈卡片 ── */
.feedback-option[b-yx5od3lrj0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d1d5db;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    min-height: 80px;
}

.feedback-option:hover[b-yx5od3lrj0] {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

/* 符合预期 - 绿色 */
.feedback-option.selected.recommend[b-yx5od3lrj0] {
    background: rgba(74, 222, 128, 0.1);
    border-color: rgba(74, 222, 128, 0.45);
    color: #6ee7a0;
    box-shadow: 0 0 18px rgba(74, 222, 128, 0.1) !important;
}

.feedback-option.selected.recommend i[b-yx5od3lrj0] {
    color: #4ade80;
}

/* 部分符合 - 黄色 */
.feedback-option.selected.partial[b-yx5od3lrj0] {
    background: rgba(250, 204, 21, 0.1);
    border-color: rgba(250, 204, 21, 0.4);
    color: #fde047;
    box-shadow: 0 0 18px rgba(250, 204, 21, 0.1) !important;
}

.feedback-option.selected.partial i[b-yx5od3lrj0] {
    color: #facc15;
}

/* 不符合预期 - 橙色 */
.feedback-option.selected.not-recommend[b-yx5od3lrj0] {
    background: rgba(251, 146, 60, 0.1);
    border-color: rgba(251, 146, 60, 0.4);
    color: #fb923c;
    box-shadow: 0 0 18px rgba(251, 146, 60, 0.1) !important;
}

.feedback-option.selected.not-recommend i[b-yx5od3lrj0] {
    color: #fb923c;
}

/* 提交反馈按钮 */
.btn-step-nav.btn-feedback-submit[b-yx5od3lrj0] {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    border-color: #8b5cf6;
    color: white;
    box-shadow: 0 4px 16px rgba(139, 92, 246, 0.25) !important;
}

.btn-step-nav.btn-feedback-submit:hover[b-yx5od3lrj0] {
    background: linear-gradient(135deg, #a78bfa, #8b5cf6);
    box-shadow: 0 6px 24px rgba(139, 92, 246, 0.35) !important;
    transform: translateY(-2px);
}

/* 反馈成功卡片 */
.feedback-success-card[b-yx5od3lrj0] {
    text-align: center;
    padding: 24px 16px;
    animation: feedbackSuccessIn-b-yx5od3lrj0 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes feedbackSuccessIn-b-yx5od3lrj0 {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* 移动端紧凑 */
@media (max-width: 639px) {
    .feedback-option[b-yx5od3lrj0] {
        padding: 12px 8px;
        min-height: 68px;
        border-radius: 10px;
    }

    .feedback-option i[b-yx5od3lrj0] {
        font-size: 18px !important;
        margin-bottom: 2px !important;
    }
}
/* /Components/Pages/Products/EZLink.razor.rz.scp.css */
[b-8ndwhhn4no] .title-gradient {
    background: linear-gradient(135deg, #4ade80 0%, #10b981 50%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[b-8ndwhhn4no] .badge-pro {
    background: rgba(16, 185, 129, 0.1);
    color: #4ade80;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

[b-8ndwhhn4no] .feature-icon-wrapper {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(16, 185, 129, 0.05) 100%);
    border: 1px solid rgba(16, 185, 129, 0.1);
}

[b-8ndwhhn4no] .price-card-popular {
    position: relative;
    border: 1px solid rgba(16, 185, 129, 0.4);
    box-shadow: 0 0 40px rgba(16, 185, 129, 0.1);
}

[b-8ndwhhn4no] .price-card-popular::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(135deg, rgba(52, 211, 153, 0.2), rgba(5, 150, 105, 0.05));
    border-radius: inherit;
    pointer-events: none;
}
