/* ============================================
   解决方案页面样式 - Apple 风格
   ============================================ */

/* 页面标题 */
.page-header {
    background: #ffffff;
    padding: 80px 0 60px;
    text-align: center;
}

.page-header h1 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 12px;
}

.page-header p {
    font-size: 1rem;
    color: #86868b;
}

/* 通用区块 */
.sol-section {
    background: #ffffff;
    padding: 80px 0;
}

.sol-detail {
    background: #f5f5f7;
    padding: 80px 0;
}

.sol-billing {
    background: #ffffff;
    padding: 80px 0;
}

.sol-scenes {
    background: #f5f5f7;
    padding: 80px 0;
}

.sol-cases {
    background: #ffffff;
    padding: 80px 0;
}

.sol-process {
    background: #f5f5f7;
    padding: 80px 0;
}

.sol-products {
    background: #ffffff;
    padding: 80px 0;
}

/* 通用section-header */
.section-header {
    text-align: center;
    margin-bottom: 56px;
}

.section-tag {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #0071e3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 12px;
}

.section-desc {
    font-size: 1rem;
    color: #86868b;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}

/* 解决方案Hero */
.sol-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.sol-hero-text {
    padding-right: 20px;
}

.sol-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    background: #0071e3;
    padding: 4px 12px;
    border-radius: 980px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.sol-hero-text h2 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #1d1d1f;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sol-hero-text > p {
    font-size: 1.05rem;
    color: #86868b;
    line-height: 1.7;
    margin-bottom: 32px;
}

.sol-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
}

.sol-badges span {
    font-size: 0.9rem;
    color: #86868b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sol-badges span i {
    color: #34c759;
    font-size: 0.85rem;
}

.sol-hero-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.1);
}

/* 方案详情步骤 */
.sol-steps {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.sol-step {
    flex: 1;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.sol-step-num {
    background: #0071e3;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 10px 20px;
    letter-spacing: 0.05em;
}

.sol-step-content {
    padding: 24px;
}

.sol-step-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 10px;
}

.sol-step-content p {
    font-size: 0.9rem;
    color: #86868b;
    line-height: 1.65;
}

.sol-step-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    background: #f5f5f7;
    border-radius: 12px;
    padding: 8px;
}

.sol-step-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.sol-step-arrow {
    display: flex;
    align-items: center;
    padding-top: 80px;
    color: #d2d2d7;
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* 计费模式 */
.billing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.billing-card {
    text-align: center;
    padding: 36px 20px;
    border: 1px solid #d2d2d7;
    border-radius: 20px;
    transition: all 0.3s;
}

.billing-card:hover {
    border-color: #0071e3;
    box-shadow: 0 4px 20px rgba(0,113,227,0.1);
}

.billing-card i {
    font-size: 1.6rem;
    color: #0071e3;
    margin-bottom: 16px;
}

.billing-card h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 10px;
}

.billing-card p {
    font-size: 0.88rem;
    color: #86868b;
    line-height: 1.6;
}

/* 适用场景 */
.scene-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.scene-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 24px;
    text-align: center;
    transition: all 0.3s;
}

.scene-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}

.scene-card i {
    font-size: 2rem;
    color: #0071e3;
    margin-bottom: 16px;
}

.scene-card h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 10px;
}

.scene-card p {
    font-size: 0.88rem;
    color: #86868b;
    line-height: 1.55;
}

/* 改造案例 */
.cases-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 24px;
}

.case-card {
    background: #f5f5f7;
    border-radius: 20px;
    padding: 32px 28px;
    position: relative;
    transition: all 0.3s;
}

.case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

.case-card.main {
    background: #0071e3;
    color: #fff;
}

.case-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 3px 10px;
    border-radius: 980px;
    margin-bottom: 16px;
    letter-spacing: 0.03em;
}

.case-card i {
    font-size: 2rem;
    color: #0071e3;
    margin-bottom: 16px;
}

.case-card.main i {
    color: #fff;
}

.case-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: inherit;
    margin-bottom: 12px;
}

.case-card p {
    font-size: 0.88rem;
    color: inherit;
    opacity: 0.85;
    line-height: 1.65;
    margin-bottom: 20px;
}

.case-stats {
    display: flex;
    gap: 20px;
}

.stat {
    display: flex;
    flex-direction: column;
}

.stat .num {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.stat .label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.7);
    margin-top: 4px;
}

/* 改造流程 */
.process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.process-item {
    text-align: center;
    padding: 28px 12px;
}

.process-num {
    width: 44px;
    height: 44px;
    background: #0071e3;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 auto 16px;
}

.process-content h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 10px;
}

.process-content p {
    font-size: 0.85rem;
    color: #86868b;
    line-height: 1.55;
}

/* 产品推荐 */
.product-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.product-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: all 0.3s;
}

.product-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

.product-card .product-img {
    width: 100%;
    height: 200px;
    background: #f5f5f7;
    padding: 16px;
    overflow: hidden;
}

.product-card .product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-card .product-info {
    padding: 24px;
}

.product-card .product-info h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 10px;
}

.product-card .product-info p {
    font-size: 0.85rem;
    color: #86868b;
    line-height: 1.55;
    margin-bottom: 14px;
}

.product-card .product-info strong {
    display: block;
    font-size: 1rem;
    color: #1d1d1f;
    margin-bottom: 16px;
}

/* 按钮 */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0071e3;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 980px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s;
    cursor: pointer;
}

.btn-primary:hover {
    background: #0077ed;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    color: #0071e3;
    border: 1.5px solid #0071e3;
    padding: 12px 24px;
    border-radius: 980px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-outline:hover {
    background: #0071e3;
    color: #fff;
}

.btn-large {
    padding: 14px 28px;
    font-size: 0.95rem;
}

.btn-small {
    padding: 8px 16px;
    font-size: 0.82rem;
}

/* CTA */
.cta-section {
    background: #000;
    padding: 80px 0;
    text-align: center;
}

.cta-content h2 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 12px;
    line-height: 1.3;
}

.cta-content h2 br {
    display: block;
    margin-top: 8px;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.cta-section .btn-primary {
    background: #0071e3;
    color: #fff;
}

.cta-section .btn-primary:hover {
    background: #0077ed;
}

.cta-section .btn-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,0.4);
}

.cta-section .btn-outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
}

/* 页脚 */
.footer {
    background: #f5f5f7;
    color: #1d1d1f;
    padding: 60px 0 30px;
}

.footer-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #1d1d1f;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer-logo i {
    color: #0071e3;
}

.footer-desc {
    color: #86868b;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 36px;
    height: 36px;
    background: #e8e8ed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d1d1f;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.social-link:hover {
    background: #0071e3;
    color: #fff;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.footer-column h4 {
    color: #1d1d1f;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer-column ul {
    list-style: none;
}

.footer-column li {
    margin-bottom: 10px;
}

.footer-column a {
    color: #86868b;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #0071e3;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #86868b;
    font-size: 0.85rem;
}

.contact-list i {
    color: #0071e3;
    width: 14px;
}

.footer-bottom {
    border-top: 1px solid #d2d2d7;
    padding-top: 24px;
    text-align: center;
}

.footer-bottom p {
    color: #86868b;
    font-size: 0.8rem;
}

/* 回到顶部 */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    background: #e8e8ed;
    color: #1d1d1f;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 999;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: #0071e3;
    color: #fff;
}

/* 响应式 */
@media (max-width: 1024px) {
    .sol-hero {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .billing-grid,
    .scene-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cases-grid {
        grid-template-columns: 1fr;
    }

    .process-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .sol-steps {
        flex-direction: column;
    }

    .sol-step-arrow {
        display: none;
    }

    .footer-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sol-hero-text h2 {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .billing-grid,
    .scene-grid,
    .product-cards {
        grid-template-columns: 1fr;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-actions {
        flex-direction: column;
        align-items: center;
    }

    .footer-links {
        grid-template-columns: 1fr;
    }
}
