/* ============================================================
 * by 诗航软件-凯哥 2026.6.16
 * ============================================================ */

/* ============================================================
 * price.css - 开发运维价格页专用样式
 * ============================================================ */

/* 页面主体背景与字体，页面特定覆盖 */
body {
    background: #f1f5f9;
}

/* ========== price.html 内容区样式 ========== */
.quote-container {
    max-width: 1500px;
    margin: 0 auto;
    background: transparent;
}
.clean-card {
    background: #ffffff;
    border-radius: 1.8rem;
    box-shadow: 0 12px 30px -12px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
    transition: all 0.25s ease;
    border: 1px solid #e9eff6;
    position: relative;
    overflow: hidden;
}
.clean-card:hover {
    box-shadow: 0 20px 35px -16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
    border-color: #bbd4fb;
}
.clean-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #2563eb, #dc2626, #3b82f6);
    opacity: 0.9;
}
.card-inner {
    padding: 1.8rem 2rem;
}
.hero-section {
    text-align: center;
    margin-bottom: 1rem;
}
.hero-section h1 {
    font-size: 2.4rem;
    font-weight: 800;
    background: linear-gradient(125deg, #1e40af, #dc2626, #2563eb);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}
.hero-section h1 i {
    background: none;
    color: #2563eb;
    font-size: 2rem;
}
.intro-card {
    background: #eff6ff;
    border-left: 5px solid #dc2626;
    border-radius: 1.2rem;
    padding: 1rem 1.8rem;
    margin: 1.4rem 0 0.2rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    font-size: 0.95rem;
    color: #1e2a44;
}
.intro-card i {
    font-size: 1.6rem;
    color: #dc2626;
    background: rgba(220,38,38,0.1);
    border-radius: 12px;
    padding: 4px;
}
.section-title {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.8rem;
    border-bottom: 2px solid #e2edff;
    padding-bottom: 0.6rem;
}
.section-title .title-icon {
    background: #eef3ff;
    padding: 0.6rem;
    border-radius: 1rem;
    border: 1px solid #c7e0ff;
    color: #2563eb;
}
.section-title h2 {
    font-size: 1.7rem;
    font-weight: 700;
    color: #0f2b4d;
}
.table-wrapper {
    overflow-x: auto;
    border-radius: 1.2rem;
    margin: 1.2rem 0;
    border: 1px solid #cbdde9;
    background: #ffffff;
}
.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.94rem;
    min-width: 980px;
    background: white;
}
.data-table th, .data-table td {
    border: 1px solid #cbdde9;
    padding: 0.9rem 0.8rem;
}
.data-table th {
    background: #f8fafd;
    font-weight: 700;
    color: #1e3a8a;
    text-align: center;
}
.data-table td {
    text-align: center;
    vertical-align: middle;
}
.data-table td:first-child, .data-table th:first-child {
    text-align: left;
    font-weight: 600;
    background-color: #fbfeff;
    width: 190px;
    color: #1e293b !important;
}
.data-table td:first-child i, .data-table th:first-child i {
    background: linear-gradient(135deg, #eef2ff, #e0eaff);
    border-radius: 12px;
    padding: 6px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.data-table tbody tr:nth-child(1) td:first-child i { background: linear-gradient(135deg, #ffecd2, #fcb69f); color: #c0392b !important; }
.data-table tbody tr:nth-child(2) td:first-child i { background: linear-gradient(135deg, #d4fcff, #b2f0ff); color: #0077b6 !important; }
.data-table tbody tr:nth-child(3) td:first-child i { background: linear-gradient(135deg, #e0f7fa, #b2ebf2); color: #00695c !important; }
.data-table tbody tr:nth-child(4) td:first-child i { background: linear-gradient(135deg, #fce4ec, #f8bbd0); color: #c2185b !important; }
.data-table tbody tr:nth-child(5) td:first-child i { background: linear-gradient(135deg, #e8eaf6, #c5cae9); color: #283593 !important; }
.data-table tbody tr:nth-child(6) td:first-child i { background: linear-gradient(135deg, #fff3e0, #ffe0b2); color: #e65100 !important; }
.data-table tbody tr:nth-child(7) td:first-child i { background: linear-gradient(135deg, #e8f5e9, #c8e6c9); color: #2e7d32 !important; }
.data-table tbody tr:nth-child(8) td:first-child i { background: linear-gradient(135deg, #f3e5f5, #e1bee7); color: #6a1b9a !important; }
.price-cell {
    color: #dc2626;
    font-weight: 700;
    font-size: 18px;
}
.price-highlight {
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 800;
    font-size: 18px;
}
.tip-yellow {
    background: #fffbeb;
    border-left: 4px solid #eab308;
    border-radius: 1rem;
    padding: 1rem 1.2rem;
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #713f12;
}
.tip-yellow i {
    margin-right: 6px;
    color: #eab308;
}
.faq-grid {
    margin-top: 0.5rem;
}
.faq-item {
    background: #ffffff;
    border-radius: 1.2rem;
    margin-bottom: 1rem;
    border: 1px solid #d9e9ff;
    overflow: hidden;
    transition: 0.2s;
}
.faq-question {
    font-weight: 700;
    font-size: 0.96rem;
    padding: 1.1rem 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9fcff;
    color: #1e3a8a;
}
.faq-question .indicator {
    color: #dc2626;
    transition: transform 0.3s ease;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.33, 1, 0.68, 1);
    padding: 0 1.5rem;
    color: #1e2f44;
    font-size: 1rem;
    line-height: 1.6;
}
.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 1rem 1.6rem 1.4rem;
    border-top: 1px solid #e0edfe;
    background: #FBFEFF;
}
.footer-light {
    background: #ffffff;
    border-radius: 1.8rem;
    padding: 1.8rem;
    border: 1px solid #e0edfc;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.8rem;
    margin-bottom: 1.5rem;
}
.footer-left {
    flex: 3;
}
.trust-badge {
    background: #f1f9fe;
    border-radius: 1.2rem;
    padding: 1rem 1.5rem;
    border-left: 5px solid #dc2626;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    color: #1e3a5f;
}
.contact-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}
.contact-details {
    font-size: 1rem;
    color: #1e2f44;
}
.qr-box {
    background: #f0f7ff;
    border-radius: 1.2rem;
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbe2fe;
    gap: 6px;
}
.qr-box img {
    width: 110px;
    height: 110px;
    border-radius: 10px;
    object-fit: contain;
}
.qr-box span {
    font-size: 10px;
    color: #1e4982;
}
.copyright {
    text-align: center;
    margin-top: 1rem;
    padding: 1.2rem 0 2rem;
    font-size: 0.8rem;
    color: #5b6e8c;
    border-top: 1px solid #e2e8f0;
}
.copyright a {
    color: #2c7a4d;
    text-decoration: none;
}
.text-left { text-align: left !important; }
.no-bold-text { font-weight: 400 !important; }
.underline { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; text-decoration-color: #dc2626; }

.icon-check, .icon-times {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    width: 1.35rem;
    height: 1.35rem;
    vertical-align: middle;
    transition: transform 0.1s ease;
}
.icon-check i, .icon-times i {
    font-size: 1.35rem;
}
.icon-check {
    color: #10b981;
}
.icon-times {
    color: #ef4444;
}
.icon-check:hover, .icon-times:hover {
    transform: scale(1.08);
}
.data-table td .icon-check,
.data-table td .icon-times {
    background: transparent !important;
}

@media (max-width: 880px) {
    .card-inner { padding: 1.2rem; }
    .hero-section h1 { font-size: 1.6rem; }
    .section-title h2 { font-size: 1.3rem; }
    .data-table { font-size: 0.82rem; min-width: 860px; }
    .faq-question { padding: 0.9rem 1rem; font-size: 0.85rem; }
    .faq-answer { font-size: 0.93rem; }
    .icon-check, .icon-times, .icon-check i, .icon-times i {
        font-size: 1.1rem;
    }
}
@media (max-width: 600px) {
    .footer-light {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .contact-row { justify-content: center; }
}
