.nfcom {
    padding: 28px 0;
    position: relative;
    overflow: hidden;
    background-color: #f7f9fc;
}

.nfcom:nth-of-type(even) {
    background-color: #ffffff;
}

.nfcom-banner {
    padding-top: 98px;
    background: linear-gradient(135deg, #314351 0%, #152131 60%, #0a1626 100%);
    color: #ffffff;
}

.nfcom-banner .nfcom-placeholder {
    /* background: rgba(255, 255, 255, 0.06); */
    /* border: 1px solid rgba(255, 255, 255, 0.18); */
}

.nfcom-placeholder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.btn-geral {
    background-color: transparent;
    border-width: 2px;
    border-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.btn-geral:hover {
    border-width: 2px;
    color: #bcbaba;
    border-color: #bcbaba;
}

.nfcom-eyebrow {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 0.85rem;
    color: #1fbad6;
}

.nfcom h1,
.nfcom h2,
.nfcom h3 {
    font-weight: 700;
    color: #314351;
}

.nfcom-banner h1,
.nfcom-banner h2,
.nfcom-banner h3,
.nfcom-banner p,
.nfcom-banner li {
    color: #ffffff;
}

.nfcom p {
    color: #5a5a5a;
    font-size: 1rem;
}

.nfcom ul {
    padding-left: 1.2rem;
}

.nfcom ul li {
    margin-bottom: 6px;
}

.nfcom-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}

.nfcom-actions .btn-link {
    font-weight: 600;
    color: #1fbad6;
    text-transform: uppercase;
}

.nfcom-points {
    list-style: none;
    padding: 0;
}

.nfcom-points li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nfcom-points li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1fbad6;
}

.nfcom-placeholder {
    width: 100%;
    min-height: 320px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.nfcom-implantacao .nfcom-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
    margin-bottom: 20px;
}


.nfcom-implantacao .nfcom-badges span {
    padding: 6px 16px;
    border-radius: 999px;
    background: #e1f6fb;
    color: #0b5675;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease-in-out;
}

.nfcom-implantacao .nfcom-badges span:hover {
    background: #314351;
    color: #ffffff;
}

.nfcom-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.nfcom-video {
    background: #f7f9fc;
}

.nfcom-video-points {
    list-style: none;
    padding-left: 0;
    margin-bottom: 24px;
}

.nfcom-video-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #5a5a5a;
}

.nfcom-video-points li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1fbad6;
}

.nfcom-video-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(15, 27, 45, 0.15);
}

.nfcom-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(49, 67, 81, 0.15);
    box-shadow: 0 10px 30px rgba(8, 31, 65, 0.08);
    transition: all 0.2s ease-in-out;
}

article.nfcom-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(8, 31, 65, 0.12);
}

.nfcom-step-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1fbad6;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nfcom-checklist ul {
    list-style: none;
    padding-left: 0;
}

.nfcom-checklist ul li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 25px;
    font-size: larger;
}

.nfcom-checklist ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: #1fbad6;
}

.nfcom-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.nfcom-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid rgba(49, 67, 81, 0.15);
    box-shadow: 0 12px 30px rgba(15, 27, 45, 0.08);
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.3s ease-in-out;
    position: relative;
}

.nfcom-card-media {
    width: 100%;
    height: 140px;
    border-radius: 12px;
    background: linear-gradient(135deg, #314351, #1fbad6);
    opacity: 0.6;
}

.nfcom-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.nfcom-card-tag {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #314351;
}

article.nfcom-card:hover {
    transform: scale(1.05);
}

.nfcom-card i {
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-size: 1.25rem;
    color: #1fbad6;
}

.nfcom-faq .card {
    border: 1px solid rgba(49, 67, 81, 0.1);
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 8px 20px rgba(15, 27, 45, 0.06);
    transition: all 0.2s ease-in-out;
}
.nfcom-faq .card:hover {
    transform: scale(1.02);
    box-shadow: 12px rgba(15, 27, 45, 0.1);
}

.nfcom-faq .card-header {
    background: #ffffff;
    border-bottom: none;
    padding: 0;
}

.nfcom-faq .card-header .btn {
    width: 100%;
    text-align: left;
    padding: 16px 24px;
    font-weight: 600;
    color: #314351;
}

.nfcom-faq .card-body {
    padding: 0 24px 24px;
    color: #5a5a5a;
}

.nfcom-faq .card-body a {
    text-decoration: none;
    color: #314351;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

.nfcom-faq .card-body a:hover {
    color: #1fbad6;
    text-decoration: underline;
}

.nfcom-faq .card-header .btn:focus,
.nfcom-faq .card-header .btn:focus-visible {
    outline: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .nfcom {
        padding: 60px 0;
    }

    .nfcom-banner {
        padding-top: 80px;
        text-align: center;
    }

    .nfcom-actions {
        justify-content: center;
    }

    .nfcom-banner .nfcom-placeholder {
        margin-top: 32px;
        min-height: 240px;
    }

    .nfcom-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .nfcom {
        padding: 48px 0;
    }

    .nfcom-card,
    .nfcom-step {
        padding: 16px;
    }

    .nfcom-card-grid {
        grid-template-columns: 1fr;
    }


}
