.tig-png-products {
    color: var(--tig-text, #1f2937);
    background: #ffffff;
}

.tig-png-products__hero {
    position: relative;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(7, 18, 24, 0.78) 0%, rgba(7, 18, 24, 0.62) 36%, rgba(7, 18, 24, 0.30) 68%, rgba(7, 18, 24, 0.16) 100%),
        var(--tig-png-products-hero-image);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.tig-png-products__hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 34%, rgba(0, 0, 0, 0.12) 100%);
    pointer-events: none;
}

.tig-png-products__hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
    gap: 2rem;
    align-items: center;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.tig-png-products__eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.tig-png-products__hero h1 {
    margin: 0;
    max-width: 13ch;
    color: #ffffff;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.05;
}

.tig-png-products__lead {
    max-width: 54rem;
    margin: 1.25rem 0 0;
    font-size: 1.07rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
}

.tig-png-products__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.75rem;
}

.tig-png-products__btn {
    min-width: 160px;
    justify-content: center;
}

.tig-png-products__btn--secondary {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

.tig-png-products__btn--secondary:hover,
.tig-png-products__btn--secondary:focus {
    background: rgba(255, 255, 255, 0.16);
}

.tig-png-products__hero-card {
    padding: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.tig-png-products__hero-card h2 {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: 1.25rem;
}

.tig-png-products__hero-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tig-png-products__hero-card li {
    position: relative;
    padding: 0.65rem 0 0.65rem 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.tig-png-products__hero-card li:first-child {
    border-top: 0;
}

.tig-png-products__hero-card li::before {
    content: '';
    position: absolute;
    top: 1.1rem;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--tig-yellow, #e3cf1c);
}

.tig-png-products__hero-card p {
    margin: 1rem 0 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.84);
}

.tig-png-products__nav {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
}

.tig-png-products__nav-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
}

.tig-png-products__nav a {
    display: inline-flex;
    align-items: center;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    color: var(--tig-text, #1f2937);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    background: #f4f7f4;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.tig-png-products__nav a:hover,
.tig-png-products__nav a:focus {
    color: #ffffff;
    background: var(--tig-green, #0a7d44);
    transform: translateY(-1px);
}

.tig-png-products__section {
    padding: 4rem 0;
}

.tig-png-products__section--life,
.tig-png-products__section--medical {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
}

.tig-png-products__section-heading {
    max-width: 52rem;
    margin-bottom: 2rem;
}

.tig-png-products__section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--tig-green, #0a7d44);
    background: rgba(10, 125, 68, 0.08);
}

.tig-png-products__section-heading h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.9rem);
    line-height: 1.1;
    color: #121826;
}

.tig-png-products__section-heading p {
    margin: 1rem 0 0;
    font-size: 1.02rem;
    line-height: 1.8;
    color: #52606d;
}

.tig-png-products__group {
    margin-top: 2rem;
}

.tig-png-products__group + .tig-png-products__group {
    margin-top: 2.5rem;
}

.tig-png-products__group-heading {
    margin-bottom: 1.3rem;
}

.tig-png-products__group-title-wrap {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.tig-png-products__group-heading h3 {
    margin: 0;
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    line-height: 1.2;
    color: #111827;
}

.tig-png-products__group-heading p {
    margin: 0.55rem 0 0;
    line-height: 1.7;
    color: #5d6b79;
}

.tig-png-products__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
}

.tig-png-products__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.4rem;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(17, 24, 39, 0.06);
}

.tig-png-products__card-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.tig-png-products__card h4 {
    margin: 0;
    font-size: 1.28rem;
    line-height: 1.3;
    color: #111827;
}

.tig-png-products__card-summary {
    margin: 0;
    line-height: 1.8;
    color: #52606d;
}

.tig-png-products__list-block {
    margin-top: 1.15rem;
    padding-top: 1.05rem;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.tig-png-products__list-block h5 {
    margin: 0 0 0.75rem;
    font-size: 0.96rem;
    font-weight: 800;
    color: var(--tig-green-dark, #056035);
}

.tig-png-products__list-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tig-png-products__list-block li {
    position: relative;
    padding: 0.45rem 0 0.45rem 1.1rem;
    line-height: 1.7;
    color: #4c5a67;
}

.tig-png-products__list-block li::before {
    content: '';
    position: absolute;
    top: 0.92rem;
    left: 0;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: var(--tig-green, #0a7d44);
}

.tig-png-products__faq {
    margin-top: 3rem;
    padding: 1.6rem;
    border: 1px solid rgba(17, 24, 39, 0.07);
    border-radius: 1.75rem;
    background: #f8fbf8;
}

.tig-png-products__faq-heading h3 {
    margin: 0;
    font-size: 1.65rem;
    color: #111827;
}

.tig-png-products__faq-heading p {
    margin: 0.75rem 0 0;
    line-height: 1.7;
    color: #5d6b79;
}

.tig-png-products__faq-list {
    margin-top: 1.4rem;
}

.tig-png-products__faq-item {
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.tig-png-products__faq-item:first-child {
    border-top: 0;
}

.tig-png-products__faq-item summary {
    position: relative;
    padding: 1rem 2rem 1rem 0;
    cursor: pointer;
    list-style: none;
    font-weight: 700;
    color: #111827;
}

.tig-png-products__faq-item summary::-webkit-details-marker {
    display: none;
}

.tig-png-products__faq-item summary::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 1.45rem;
    line-height: 1;
    color: var(--tig-green, #0a7d44);
}

.tig-png-products__faq-item[open] summary::after {
    content: '–';
}

.tig-png-products__faq-answer {
    padding: 0 0 1rem;
}

.tig-png-products__faq-answer p {
    margin: 0;
    line-height: 1.8;
    color: #52606d;
}

.tig-png-products__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 1rem;
    color: var(--tig-green, #0a7d44);
    background: rgba(10, 125, 68, 0.08);
}

.tig-png-products__icon svg {
    width: 1.5rem;
    height: 1.5rem;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

@media (max-width: 1080px) {
    .tig-png-products__hero-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .tig-png-products__grid {
        grid-template-columns: 1fr;
    }

    .tig-png-products__section,
    .tig-png-products__hero-inner {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 640px) {
    .tig-png-products__nav {
        position: static;
    }

    .tig-png-products__hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .tig-png-products__btn {
        width: 100%;
    }

    .tig-png-products__group-title-wrap {
        align-items: flex-start;
    }

    .tig-png-products__card,
    .tig-png-products__faq {
        border-radius: 1.25rem;
    }
}
