/* Start custom CSS for html, class: .elementor-element-9cb5e9b */.npc-offers-page {
    padding: 70px 20px;
    background: linear-gradient(180deg,#ffffff,#eefafd);
    font-family: Arial, Helvetica, sans-serif;
}

.npc-offers-container {
    max-width: 1100px;
    margin: auto;
}

.npc-offers-header {
    text-align: center;
    margin-bottom: 40px;
}

.npc-offers-badge {
    display: inline-block;
    padding: 8px 15px;
    background: #3034b8;
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.npc-offers-header h1 {
    margin: 17px 0 12px;
    color: #17065d;
    font-size: clamp(32px,5vw,50px);
}

.npc-offers-header p {
    max-width: 700px;
    margin: auto;
    color: #657184;
    line-height: 1.7;
}

.npc-offers-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
}

.npc-offer-card {
    padding: 28px;
    background: #fff;
    border: 1px solid #dceaf5;
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(34,39,189,.08);
}

.npc-offer-status {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 8px;
    background: #fff5d8;
    color: #a86a00;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .7px;
}

.npc-offer-card h2 {
    color: #17065d;
    margin: 18px 0 8px;
}

.npc-offer-card p {
    color: #657184;
    line-height: 1.7;
    min-height: 80px;
}

.npc-offer-card a {
    display: block;
    padding: 13px;
    text-align: center;
    border-radius: 12px;
    background: linear-gradient(135deg,#2227bd,#168fb7);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.npc-offer-disclaimer {
    margin-top: 30px;
    padding: 16px;
    border-radius: 13px;
    background: #f8fbff;
    border: 1px solid #dceaf5;
    color: #5e6b7d;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
}

@media(max-width:800px) {

    .npc-offers-grid {
        grid-template-columns: 1fr;
    }

}/* End custom CSS */