﻿body {
    background: #f7f9fc;
}

.ssl-hero {
    background: linear-gradient(135deg, #0b2b6b 0%, #1a4a8a 100%);
    color: #fff;
    padding: 90px 0 50px;
}

    .ssl-hero .hero-title {
        font-size: 36px;
        font-weight: 800;
        letter-spacing: .5px;
        margin: 0 0 12px;
        text-align: center;
    }

    .ssl-hero .hero-sub {
        opacity: .92;
        margin: 0;
        text-align: center;
        font-size: 16px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

.ssl-section {
    padding: 30px 0 50px;
}

.ssl-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 顶部注意事项 */
.notice-bar {
    background: #f0f4f8;
    border-top: 3px solid #0b2b6b;
    padding: 16px 20px;
    margin-bottom: 24px;
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

    .notice-bar .notice-text {
        flex: 1;
        color: #333;
        font-size: 14px;
        line-height: 1.65;
        margin: 0;
    }

        .notice-bar .notice-text a {
            color: #0b2b6b;
            font-weight: 500;
        }

    .notice-bar .fa-info-circle {
        color: #0b2b6b;
        font-size: 20px;
        margin-top: 2px;
        flex-shrink: 0;
    }

/* 创建证书 + 左侧横幅 + 右侧步骤 */
.create-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 28px;
    margin-bottom: 24px;
    align-items: start;
}

@media (max-width: 768px) {
    .create-row {
        grid-template-columns: 1fr;
    }
}

.create-form-box {
    background: linear-gradient(135deg, #0b2b6b 0%, #1a4a8a 100%);
    color: #fff;
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 4px 12px rgba(11,43,107,0.2);
}

    .create-form-box h3 {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 20px;
        color: #fff;
    }

.create-form-inner {
    display: flex;
    gap: 12px;
    align-items: center;
}

    .create-form-inner .el-input__inner {
        border-radius: 6px;
        height: 44px;
    }

        .create-form-inner .el-input__inner::placeholder {
            color: #999;
        }

.create-form-box .el-button--primary {
    background: #fff;
    color: #0b2b6b;
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 6px;
}

    .create-form-box .el-button--primary:hover {
        background: #f0f7ff;
        color: #0b2b6b;
    }

.promo-banner {
    background: transparent;
    padding: 0;
    margin: 0;
}

    .promo-banner .promo-tag {
        font-size: 13px;
        color: #666;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .promo-banner .promo-tag i {
            color: #555;
        }

    .promo-banner .promo-headline-block {
        background: linear-gradient(135deg, #0b2b6b 0%, #1a4a8a 100%);
        color: #fff;
        border-radius: 8px;
        padding: 24px 28px;
        margin-bottom: 16px;
    }

    .promo-banner .promo-title {
        font-size: 24px;
        font-weight: 800;
        margin: 0 0 4px;
        line-height: 1.3;
        color: #fff;
    }

    .promo-banner .promo-title-line2 {
        font-size: 22px;
        font-weight: 700;
        margin: 0 0 4px;
        color: #fff;
    }

    .promo-banner .promo-sub {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        margin: 0;
    }

    .promo-banner .promo-desc {
        font-size: 14px;
        color: #555;
        line-height: 1.6;
        margin: 0;
    }

.steps-cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 900px) {
    .steps-cards-row {
        grid-template-columns: 1fr;
    }
}

.step-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
}

.step-card-content {
    padding: 20px 20px 16px;
}

.step-card .step-num-large {
    font-size: 42px;
    font-weight: 200;
    color: #d0d5dd;
    line-height: 1;
    margin-bottom: 8px;
}

.step-card .step-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 14px;
}

.step-card .step-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

    .step-card .step-list li {
        padding-left: 18px;
        position: relative;
    }

        .step-card .step-list li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: #999;
        }

        .step-card .step-list li .check {
            color: #22c55e;
            margin-left: 4px;
        }

.step-card-illus {
    background: #e8f0fe;
    min-height: 120px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .step-card-illus .illus-inner {
        text-align: center;
        color: #5a6b7d;
    }

    .step-card-illus .illus-lock {
        font-size: 36px;
        color: #0b2b6b;
        margin-bottom: 6px;
    }

    .step-card-illus .illus-https {
        font-size: 14px;
        font-weight: 700;
        color: #333;
    }

    .step-card-illus .illus-bar {
        display: inline-block;
        background: #333;
        color: #999;
        padding: 6px 12px;
        border-radius: 4px;
        font-size: 12px;
        margin-bottom: 8px;
    }

    .step-card-illus .illus-dots {
        display: flex;
        justify-content: center;
        gap: 6px;
        margin-bottom: 6px;
    }

        .step-card-illus .illus-dots span {
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }

        .step-card-illus .illus-dots .d1 {
            background: #e74c3c;
        }

        .step-card-illus .illus-dots .d2 {
            background: #f39c12;
        }

        .step-card-illus .illus-dots .d3 {
            background: #27ae60;
        }

    .step-card-illus .illus-90 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border: 2px solid #0b2b6b;
        border-radius: 50%;
        font-size: 12px;
        font-weight: 700;
        color: #0b2b6b;
    }

    .step-card-illus .illus-phone {
        font-size: 32px;
        color: #333;
    }

    .step-card-illus .illus-check {
        color: #22c55e;
        font-size: 20px;
    }

.ssl-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px 35px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 24px;
}

    .ssl-card h2 {
        font-size: 22px;
        font-weight: 700;
        color: #333;
        margin: 0 0 16px;
        padding-bottom: 12px;
        border-bottom: 2px solid #0b2b6b;
    }

    .ssl-card .intro-p {
        color: #666;
        font-size: 15px;
        line-height: 1.75;
        margin: 0 0 24px;
    }

/* 免费 vs 付费 左右两栏 */
.compare-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .compare-cols {
        grid-template-columns: 1fr;
    }
}

.compare-col {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #eee;
}

    .compare-col .col-icon {
        width: 48px;
        height: 48px;
        background: #0b2b6b;
        color: #fff;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        margin-bottom: 16px;
    }

    .compare-col h3 {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        margin: 0 0 12px;
    }

    .compare-col .col-desc {
        font-size: 14px;
        color: #666;
        line-height: 1.7;
        margin: 0 0 16px;
    }

    .compare-col .col-label {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        margin-bottom: 10px;
    }

    .compare-col .col-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .compare-col .col-list li {
            padding: 6px 0;
            padding-left: 24px;
            position: relative;
            font-size: 14px;
            color: #555;
            line-height: 1.5;
        }

            .compare-col .col-list li::before {
                content: '';
                position: absolute;
                left: 0;
                top: 12px;
                width: 14px;
                height: 14px;
                background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2322c55e'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat center;
                background-size: contain;
            }

/* 特别说明 */
.notice-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .notice-list li {
        padding: 14px 0;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        color: #555;
        line-height: 1.65;
    }

        .notice-list li:last-child {
            border-bottom: none;
        }

    .notice-list .notice-term {
        font-weight: 700;
        color: #333;
        margin-right: 8px;
    }

/* FAQ */
.faq-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

    .faq-title-wrap .faq-icon {
        width: 36px;
        height: 36px;
        background: #0b2b6b;
        color: #fff;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }

    .faq-title-wrap h2 {
        margin: 0;
        border: none;
        padding: 0;
    }

.faq-card .el-collapse-item__header {
    font-size: 15px;
    color: #333;
    padding: 16px 20px;
}

.faq-card .el-collapse-item__content {
    padding: 0 20px 16px 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.75;
}

.faq-card .el-collapse-item__wrap {
    border-bottom: 1px solid #eee;
}

.faq-card .el-collapse {
    border: none;
}

.cta-box {
    background: linear-gradient(135deg, #0b2b6b 0%, #1a4a8a 100%);
    color: #fff;
    border-radius: 8px;
    padding: 28px 35px;
    text-align: center;
}

    .cta-box h3 {
        color: #fff;
        margin: 0 0 10px;
        font-size: 20px;
    }

    .cta-box p {
        color: rgba(255,255,255,0.9);
        margin: 0 0 20px;
        font-size: 15px;
    }

.cta-btn {
    display: inline-block;
    padding: 12px 32px;
    background: #fff;
    color: #0b2b6b;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s;
}

    .cta-btn:hover {
        background: #f0f7ff;
        color: #0b2b6b;
    }

/* Purchase Limit / 购买额度 */
.purchase-limit-card {
    margin-top: 28px;
}

    .purchase-limit-card .quota-current {
        font-size: 16px;
        color: #333;
        margin-bottom: 20px;
    }

        .purchase-limit-card .quota-current strong {
            color: #0b2b6b;
        }

    .purchase-limit-card .purchase-label {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        margin-bottom: 12px;
    }

.purchase-packages {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.purchase-pkg {
    padding: 10px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s;
}

    .purchase-pkg:hover {
        border-color: #0b2b6b;
        color: #0b2b6b;
        background: #f0f7ff;
    }

    .purchase-pkg .pkg-count {
        font-weight: 600;
    }

    .purchase-pkg .pkg-price {
        color: #0b2b6b;
        margin-left: 4px;
    }

    .purchase-pkg.selected {
        border-color: #0b2b6b;
        background: #e6f2ff;
        color: #0b2b6b;
    }

.purchase-limit-card .purchase-actions {
    margin-top: 20px;
}

.purchase-limit-card .btn-buy {
    padding: 12px 32px;
    background: #0b2b6b;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .purchase-limit-card .btn-buy:hover {
        background: #1a4a8a;
    }

    .purchase-limit-card .btn-buy:disabled {
        background: #ccc;
        cursor: not-allowed;
    }

.purchase-limit-card .purchase-note {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    margin: 0;
}
