.product-page {
    background:
        radial-gradient(circle at 8% 14%, rgba(56, 189, 248, 0.16), transparent 30%),
        radial-gradient(circle at 92% 6%, rgba(250, 204, 21, 0.16), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, #edf4ff 45%, #f5f9ff 100%);
}

.product-hero {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(130deg, #0ea5e9 0%, #2563eb 45%, #7c3aed 100%);
    color: #fff;
    padding: 28px;
    margin-bottom: 26px;
    box-shadow: 0 20px 44px rgba(37, 99, 235, 0.28);
}

.product-hero::before,
.product-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
}

.product-hero::before {
    width: 190px;
    height: 190px;
    top: -80px;
    right: -70px;
}

.product-hero::after {
    width: 120px;
    height: 120px;
    left: -30px;
    bottom: -50px;
}

.product-hero h2,
.product-hero p {
    position: relative;
    z-index: 1;
}

.product-hero h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.product-hero p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
}

.top-card {
    background: #fff;
    border: 1px solid #deebff;
    border-radius: 18px;
    padding: 12px;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.top-image-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.top-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0) 50%, rgba(2, 6, 23, 0.35) 100%);
}

.top-detail-panel {
    padding: 14px;
}

.top-client {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #1d4ed8;
    background: #eaf2ff;
}

.cta-btn {
    border-radius: 999px;
    border: 0;
    padding: 10px 16px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.1px;
}

.cta-primary {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: #fff;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.35);
}

.cta-secondary {
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #cfdcf3;
}

.capability-box { background:#fff; transition:0.3s; }
.capability-box:hover { transform: translateY(-5px); box-shadow:0 5px 15px rgba(0,0,0,0.1); }
.detail-panel {
    background: #ffffff;
    border: 1px solid #e9edf3;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
}

.detail-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.35rem;
    margin-bottom: 18px;
}

.detail-title .title-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d6efd 0%, #2e90fa 100%);
    color: #fff;
    font-size: 14px;
}

.capability-card {
    border: 1px solid #e5eaf1;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 14px;
    min-height: 100%;
    transition: all 0.25s ease;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.capability-card:hover {
    transform: translateY(-4px);
    border-color: #cfe2ff;
    box-shadow: 0 10px 20px rgba(13, 110, 253, 0.12);
}

.capability-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 1px;
}

.capability-text {
    color: #0f172a;
    font-weight: 500;
    line-height: 1.5;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.benefit-list li {
    background: #ffffff;
    border: 1px solid #e7ecf3;
    border-radius: 12px;
    padding: 12px 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #334155;
    font-weight: 500;
    line-height: 1.5;
}

.benefit-check {
    color: #16a34a;
    font-size: 16px;
    line-height: 1;
    margin-top: 2px;
}
.sidebar-card {
    background:#fff;
    border: 1px solid #dfe9f8;
    border-radius: 16px;
    overflow: hidden;
}

.sidebar-card-header {
    margin: -1.5rem -1.5rem 1rem;
    padding: 0.85rem 1.1rem;
    color: #fff;
}

.gradient-products {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
}

.gradient-services {
    background: linear-gradient(135deg, #f97316, #ef4444);
}

.sidebar-title {
    font-size: 18px;
    margin-bottom: 14px;
}

.sidebar-list-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #f0f2f5;
}

.sidebar-list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-thumb {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(16, 24, 40, 0.12);
}

.sidebar-meta {
    min-width: 0;
}

.sidebar-meta strong {
    display: block;
    font-size: 14px;
    color: #111827;
    line-height: 1.3;
    margin-bottom: 5px;
}

.sidebar-meta p {
    font-size: 12px;
    color: #667085;
    margin-bottom: 4px;
    line-height: 1.5;
}

.sidebar-meta a {
    font-size: 12px;
    font-weight: 600;
    color: #0d6efd;
    text-decoration: none;
}

.sidebar-meta a:hover {
    text-decoration: underline;
}

.sidebar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mini-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 999px;
    padding: 4px 9px;
    text-decoration: none;
    border: 1px solid #d0d5dd;
}

.mini-btn-primary {
    color: #0d6efd;
    border-color: rgba(13, 110, 253, 0.35);
    background: rgba(13, 110, 253, 0.06);
}

.mini-btn-neutral {
    color: #344054;
    background: #f8fafc;
}

.mini-btn-disabled {
    color: #98a2b3;
    background: #f2f4f7;
    cursor: not-allowed;
    pointer-events: none;
    border-color: #e4e7ec;
}

@media (max-width: 991px) {
    .product-hero {
        padding: 22px;
        margin-bottom: 18px;
    }

    .product-hero h2 {
        font-size: 1.55rem;
    }
}
