.life-at-natis-page .text-gradient {
    background: linear-gradient(90deg, #f97316, #dc2626);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.life-at-natis-page .text-gradient-soft {
    background: linear-gradient(90deg, #fb923c, #f87171);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.life-at-natis-page .hero-life {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #09090b;
}

.life-at-natis-page .hero-life::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--hero-life-bg);
    background-size: cover;
    background-position: center;
    opacity: .25;
}

.life-at-natis-page .hero-life::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(234, 88, 12, .45) 0%, rgba(220, 38, 38, .2) 50%, rgba(9, 9, 11, .92) 100%);
}

.life-at-natis-page .hero-inner {
    position: relative;
    z-index: 1;
}

.life-at-natis-page .badge-life {
    display: inline-flex;
    border: 1px solid rgba(249, 115, 22, .35);
    color: #fb923c;
    background: rgba(249, 115, 22, .12);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
}

.life-at-natis-page .btn-gradient {
    background: linear-gradient(90deg, #f97316, #dc2626);
    border: 0;
    color: #fff;
}

.life-at-natis-page .btn-gradient:hover {
    filter: brightness(1.05);
    color: #fff;
}

.life-at-natis-page .value-card {
    border: 1px solid #f3f4f6;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
    transition: box-shadow .2s;
}

.life-at-natis-page .value-card:hover {
    box-shadow: 0 4px 12px rgba(15, 23, 42, .08);
}

.life-at-natis-page .benefit-tile {
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    background: #f9fafb;
    padding: 1rem;
}

.life-at-natis-page .erg-card {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    background: rgba(255, 255, 255, .05);
    padding: 1rem;
}

.life-at-natis-page .erg-card:hover {
    background: rgba(255, 255, 255, .1);
}

.life-at-natis-page .life-gallery-main {
    height: 360px;
}

.life-at-natis-page .life-gallery-sub-item {
    height: 260px;
}

@media (max-width: 991.98px) {
    .life-at-natis-page .life-gallery-main {
        height: 300px;
    }

    .life-at-natis-page .life-gallery-sub-item {
        height: 220px;
    }
}
