/* Solutions list page */

.solutions-page-body {
    min-height: 100vh;
    padding: 92px 0 72px;
    overflow: hidden;
    background: linear-gradient(135deg, #e6edfa 0%, #f5f8ff 60%, #e6eaff 100%);
}

.bg-layer {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.bg-layer-1 {
    width: 30%;
    height: 70%;
    left: 0;
    top: 0;
    opacity: 0.92;
    background: url('/images/price/bg1.png') no-repeat left top;
    background-size: contain;
}

.bg-layer-2 {
    width: 30%;
    height: 70%;
    right: 0;
    top: 30%;
    opacity: 0.88;
    background: url('/images/price/bg2.png') no-repeat right center;
    background-size: contain;
}

.bg-layer-3 {
    width: 30%;
    height: 50%;
    left: 0;
    bottom: 0;
    opacity: 0.84;
    background: url('/images/price/bg3.png') no-repeat left bottom;
    background-size: cover;
}

.solutions-shell {
    position: relative;
    z-index: 2;
}

.solutions-hero-lite {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.hero-lite-left {
    max-width: 760px;
}

.solutions-main-title {
    margin: 0 0 6px;
    font-size: 34px;
    font-weight: 800;
    color: #1b2a48;
    letter-spacing: 0.4px;
}

.solutions-main-subtitle {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #607196;
}

.hero-lite-right {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.meta-pill {
    min-width: 132px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(110, 145, 220, 0.2);
    border-radius: 14px;
    padding: 10px 14px;
    box-shadow: 0 8px 20px rgba(34, 76, 151, 0.08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.meta-label {
    font-size: 12px;
    color: #6b7da6;
}

.meta-value {
    font-size: 20px;
    font-weight: 700;
    color: #2258b4;
}

.category-panel {
    position: sticky;
    top: 96px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(113, 149, 225, 0.2);
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(40, 80, 148, 0.1);
    backdrop-filter: blur(18px);
    padding: 14px;
}

.category-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 4px 12px;
}

.category-panel-title {
    font-size: 14px;
    font-weight: 700;
    color: #1f3766;
}

.category-panel-reset {
    font-size: 12px;
    color: #2e67c5;
    text-decoration: none;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(77, 138, 255, 0.1);
}

.category-panel-reset:hover {
    color: #0f56cc;
    background: rgba(77, 138, 255, 0.18);
}

.category-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-item {
    text-decoration: none;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(111, 147, 223, 0.14);
    padding: 12px 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.category-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(41, 81, 150, 0.11);
    border-color: rgba(94, 138, 228, 0.32);
    text-decoration: none;
}

.category-item.active {
    background: linear-gradient(140deg, rgba(225, 240, 255, 0.95), rgba(238, 248, 255, 0.9));
    border-color: rgba(78, 130, 235, 0.5);
    box-shadow: 0 10px 22px rgba(33, 79, 156, 0.14);
}

.category-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.category-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 10px;
    overflow: hidden;
    background: #f2f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-name {
    font-size: 14px;
    line-height: 1.45;
    color: #2b3f67;
    font-weight: 600;
}

.category-item.active .category-name {
    color: #1658ba;
}

.solutions-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.solution-card {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 18px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(113, 149, 225, 0.22);
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(40, 80, 148, 0.1);
    backdrop-filter: blur(16px);
    padding: 22px 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.solution-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(40, 80, 148, 0.16);
    border-color: rgba(85, 131, 226, 0.42);
}

.solution-card-main {
    flex: 1;
    min-width: 0;
}

.solution-card-title {
    margin: 0;
    color: #1f335f;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
}

.solution-card-desc {
    margin: 14px 0 0;
    color: #657698;
    font-size: 16px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.solution-card-actions {
    width: 210px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 10px;
}

.solution-card-btn {
    min-width: 134px;
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(33, 95, 211, 0.28);
}

.solution-secondary-link {
    font-size: 13px;
    color: #2d66c8;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(77, 138, 255, 0.1);
}

.solution-secondary-link:hover {
    color: #0f56cb;
    background: rgba(77, 138, 255, 0.18);
}

.solutions-empty-state {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(113, 149, 225, 0.22);
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(40, 80, 148, 0.1);
    backdrop-filter: blur(16px);
    padding: 40px 26px;
    text-align: center;
}

.empty-title {
    font-size: 24px;
    font-weight: 800;
    color: #1f335f;
}

.empty-subtitle {
    margin-top: 8px;
    font-size: 14px;
    color: #657698;
}

@media (max-width: 992px) {
    .solutions-page-body {
        padding-top: 78px;
    }

    .solutions-hero-lite {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 18px;
    }

    .hero-lite-right {
        justify-content: flex-start;
    }

    .category-panel {
        position: static;
    }

    .solution-card {
        padding: 18px;
        flex-direction: column;
    }

    .solution-card-title {
        font-size: 24px;
    }

    .solution-card-desc {
        font-size: 15px;
    }

    .solution-card-actions {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 4px;
    }
}

@media (max-width: 576px) {
    .solutions-main-title {
        font-size: 28px;
    }

    .solutions-main-subtitle {
        font-size: 14px;
    }

    .meta-pill {
        min-width: 118px;
    }

    .solution-card-title {
        font-size: 21px;
    }

    .solution-card-desc {
        font-size: 14px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .solution-card-btn {
        width: 100%;
        justify-content: center;
    }
}
