.research-status {
                text-align: center;
                color: #666;
                margin-top: 30rem;
                padding: 2rem 0;
            }
            .research-status h3 {
                margin-bottom: 1rem;
                color: #0b254a;
                font-size: 1.5rem;
            }
            .research-status p {
                margin-top: 1rem;
                font-size: 1.1rem;
                color: #0b254a;
                font-weight: 600;
            }
.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
            .info-grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
            .info-grid3 {
                display: flex;
                gap: 12px;
                justify-content: flex-start;
            }
            .info-grid-flex {
                display: flex;
                gap: 12px;
                flex-direction: row;
            }
            @media(max-width:992px){.info-grid{grid-template-columns:repeat(2,minmax(0,1fr))} .info-grid3 {
                display: grid;
                    grid-template-columns: repeat(1, minmax(0, 1fr));
                    gap: 12px;
                }
                }
                .info-card {
                    border: 1px solid #e2e8f0;
                    border-radius: 12px;
                    padding: 14px;
                    background: #f7fafc;
                    width: 100%;
                }
            .info-card h3 {
                margin: 0 0 6px 0;
                font-size: 14px;
                color: #000000;
                gap: 20px;
                display: flex;
            }
            .meta-badges {
                display: grid;
                grid-template-columns: 1fr 1fr;
                flex-wrap: wrap;
                gap: 8px;
            }
            .meta-badge {
                background: #1e7baf69;
                color: #000000;
                border: 1px solid #ffffff;
                padding: 6px 10px;
                border-radius: 10px;
                font-size: 12px;
                display: flex;
                flex-direction: column;
                align-content: center;
                align-items: center;
                justify-content: center;
            }
            .list-dots{margin:0;padding-left:18px}
            .list-dots li{margin:.2rem 0; color: #000000;}
            .faq-qa {
                border: 1px dashed #000000;
                padding: 10px;
                border-radius: 10px;
                margin: 20px 0;
            }
            .faq-qa h4{margin:0 0 6px 0;font-size:15px; color: #000000;}
            .tool-section p {
                color: #444444;
            }
            .tool-section h2{margin-top:28px; color: #000000;}
            .tool-section p { color: #000000; }
            .callout{border-left:3px solid #18a09d;background:#f0fff4;padding:12px;border-radius:10px; line-height:20px;}
            .pill{display:inline-block;background:#1e7baf69;color: #000000;padding:4px 10px;border-radius:7px;font-size:12px;margin-right:6px}
            .info-card p { color: #000000; }
            .tool-hero__desc { color: #000000; }
            .tool-hero__meta span { color: #000000; }
            .tool-meta-card span { color: #000000; }
            .tool-meta-card strong { color: #000000; }


            
        .skeleton-loader {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
        }
        .skeleton-hero {
            text-align: center;
            margin-bottom: 3rem;
        }
        .skeleton-title {
            height: 2.5rem;
            width: 60%;
            margin: 0 auto 1rem;
            background: linear-gradient(90deg, #e2e8f0 25%, #cbd5e0 50%, #e2e8f0 75%);
            background-size: 200% 100%;
            animation: loading 2s infinite;
            border-radius: 4px;
        }
        .skeleton-subtitle {
            height: 1.2rem;
            width: 40%;
            margin: 0 auto 2rem;
            background: linear-gradient(90deg, #e2e8f0 25%, #cbd5e0 50%, #e2e8f0 75%);
            background-size: 200% 100%;
            animation: loading 2s infinite;
            border-radius: 4px;
        }
        .skeleton-content {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 2rem;
        }
        .skeleton-card {
            background: #f7fafc;
            padding: 1.5rem;
            border-radius: 8px;
            margin-bottom: 1rem;
            border: 1px solid #e2e8f0;
            border-radius: 4px;
        }
        .skeleton-line.short { width: 60%; }
        .skeleton-line.medium { width: 80%; }
        .skeleton-line.long { width: 100%; }
        @keyframes loading {
            0% { background-position: 200% 0; }
            100% { background-position: -200% 0; }
        }
        .research-status {
            text-align: center;
            color: #666;
            margin-top: 2rem;
        }

.tool-section {
    margin-bottom: clamp(36px, 6vw, 64px);
    padding-bottom: clamp(24px, 4vw, 40px);
    border-bottom: 1px solid rgba(148, 194, 255, 0.1);
    color: #464646;
}
.tool-section p {
    color: black;
    /* margin-bottom: 25px; */
}
.tool-section h2 {
    margin-top: 28px;
    color: #000000;
}
.tool-usecase-card {
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(125, 211, 252, 0.16);
    background: rgb(255 255 255 / 80%);
}

.tool-hero {
    display: flex;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: clamp(24px, 4vw, 48px);
    padding: 70px 70px;
    border-radius: 28px;
    background: #ffffff52;
    border: 1px solid rgb(255 255 255);
    box-shadow: none;
    margin: 8.5rem auto 4.2rem;
    flex-direction: row;
}
.tool-hero h1 img {
    width: 100%;
    height: 100%;
    max-width: 330px;
    max-height: 170px;
    position: absolute;
    object-fit: cover;
    right: 545px;
    top: 214px;
    border-radius: 20px;
}
.tool-meta-card {
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(90, 170, 255, 0.22);
    background: rgb(255 255 255 / 82%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
}
.tool-hero__tag {
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(148, 194, 255, 0.25);
    background: rgb(255 255 255);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #000000;
}
.tool-usecase-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #000000;
    line-height: 22px;
}
.tool-hero__cta a, .tool-hero__cta button {
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 600;
    border: 1px solid rgba(98, 165, 255, 0.35);
    background: rgb(255 255 255 / 85%);
    color: #313131;
    transition: transform .18s 
ease, border .18s 
ease, background .18s 
ease;
    cursor: pointer;
    text-align: center;
}
.seps h1 {
    color: black;
    text-decoration: none;
}
.seps h1::after {
    color: #001120ff;
    text-decoration: none;
}
.seps {
    display: flex;
    gap: 30px;
    margin: 20px 0;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: row;
}
.seps img {
    width: 100px;
    height: auto;
    border-radius: 10px;
}
.bg-card-1 {
    background: white;
    height: 180px;
    /* max-height: 220px; */
    border-radius: 14px;
}
.tool-shelf{
    display:grid;
    gap:16px;
    grid-template-columns:repeat(auto-fit,minmax(310px,1fr));
}
.tool-shelf-card{
    background:#fff;
    border:1px solid rgba(15,23,42,0.08);
    border-radius:16px;
    padding:14px;
    display:flex;
    flex-direction:column;
    gap:10px;
    box-shadow:0 12px 30px rgba(15,23,42,0.08);
}
.tool-shelf-thumb{
    position:relative;
    width:100%;
    height:190px;
    border-radius:12px;
    overflow:hidden;
    background:linear-gradient(135deg,#e5e7eb,#f8fafc);
}
.tool-shelf-thumb img{
    width:100%;
    height:190px;
    object-fit:cover;
    display:block;
}
.tool-shelf-placeholder{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:12px;
    text-transform:uppercase;
    color:#6b7280;
    background:linear-gradient(135deg,#e5e7eb,#f8fafc);
    animation:pulsePlaceholder 1.6s ease-in-out infinite;
}
.tool-shelf-placeholder[hidden]{display:none;}
@keyframes pulsePlaceholder{
    0%{opacity:0.8;}
    50%{opacity:0.45;}
    100%{opacity:0.8;}
}

@media (max-width: 768px) {
    .tool-hero {
        padding: 10px 0 35px 0;
    }
    .tool-shelf {
    display: flex;
    gap: 16px;
    grid-column-start: inherit;
    justify-items: stretch;
    justify-content: start;
    flex-direction: column;
}
.info-grid-flex {
    display: flex;
    gap: 12px;
    flex-direction: column;
}
}
