.ecosystem-card {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    border: 1px solid var(--rz-border-color, #e0e0e0);
}

.ecosystem-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--rz-shadow-3, 0 4px 16px rgba(0,0,0,0.08));
}

.category-card {
    background: var(--rz-base-200, #f7f9fc);
}

.section-heading {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.section-subheading {
    color: var(--rz-text-tertiary-color, #666);
    margin-bottom: 1.5rem;
}

.philosophy-block {
    background: var(--rz-base-200, #f7f9fc);
    border-left: 3px solid var(--rz-primary, #0078d4);
    padding: 1.25rem 1.5rem;
    border-radius: 4px;
}

.product-detail-section {
    margin-bottom: 2rem;
}

.product-detail-section h3 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}
