.iv-product-card {
    position: relative;
    overflow: hidden;
    min-height: 360px;
}

.iv-product-card::after {
    content: "";
    position: absolute;
    right: -4rem;
    bottom: -4rem;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background: var(--iv-gradient);
    opacity: 0.18;
    filter: blur(4px);
}

.iv-product-card > * {
    position: relative;
    z-index: 1;
}

.iv-platform-note {
    margin-top: 1.5rem;
    color: var(--iv-soft);
    font-size: 0.94rem;
    line-height: 1.6;
    max-width: 48rem;
}

.iv-agent-categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.iv-agent-category {
    padding: 1.15rem;
    border: 1px solid var(--iv-border);
    border-radius: var(--iv-radius-md);
    background: rgba(255, 255, 255, 0.03);
}

.iv-agent-category h3 {
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
}

.iv-agent-list {
    margin: 0;
    padding-left: 1.15rem;
    color: var(--iv-muted);
    line-height: 1.65;
}

.iv-agent-list li + li {
    margin-top: 0.45rem;
}

.iv-service-band {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.iv-products-bottom-cta {
    text-align: center;
}

.iv-products-bottom-cta__inner {
    max-width: 36rem;
}

.iv-products-bottom-cta h2 {
    margin-bottom: 1rem;
}

.iv-products-bottom-cta .iv-hero__actions--compact {
    justify-content: center;
}

@media (max-width: 900px) {
    .iv-service-band,
    .iv-agent-categories {
        grid-template-columns: 1fr;
    }
}
